UNPKG

11.1 kBMarkdownView Raw
18.3.0 / 2017-02-16
2------------------
3
4- Fix table indentation issues, #325, #224.
5- Remove tabs at the beginning of the line in paragraphs.
6- Fix blockquote termination inside indented lists, #329.
7- Better error message for bad input type, #324.
8
9
108.2.2 / 2016-12-15
11------------------
12
13- Add `-o` / `--output` option to CLI, #312.
14
15
168.2.1 / 2016-12-02
17------------------
18
19- Add missed h2..h6 to whitelisted block tags.
20
21
228.2.0 / 2016-12-01
23------------------
24
25- Updated CM spec compatibility to 0.27 (no significant changes).
26- Fix backticks handle inside tables, #303.
27- Fix edge case for fenced blocks with `~~~` in info, #301.
28- Fix fallback to reference if link is not valid, #302.
29
30
318.1.0 / 2016-11-03
32------------------
33
34- Make link parse helpers (`md.helpers`) pluggable, #299.
35
36
378.0.1 / 2016-10-18
38------------------
39
40- Tables: allow tab characters in markup
41
42
438.0.0 / 2016-09-16
44------------------
45
46- Updated CM spec compatibility to 0.26:
47 - Two consecutive newlines no longer terminate a list.
48 - Ordered list terminating a paragraph can now only start with 1.
49 - Adjust emphasis algorithm (`*foo**bar**baz*` is now parsed as `<strong>`
50 inside `<em>`).
51 - Fix tab width calculation inside lists and blockquotes.
52- Benchmarks src cleanup.
53- Remove testing in old nodes (but still use es5).
54
55
567.0.1 / 2016-08-16
57------------------
58
59- Fence renderer: fix concat of class array, #276.
60- Code renderer: do not render double space before attrs, #275.
61- Replacer: disable replacements inside autolinks, #272.
62
63
647.0.0 / 2016-06-22
65------------------
66
67- Bump `linkify-it` dependency to 2.0.0.
68 - `---` no longer terminates autodetected links by default.
69 - `md.linkifier.set('---', true)` will return old behaviour.
70- Major version bumped, because internals or `linkify-it` was changed.
71 You will not be affected anyhow, if not used direct access to
72 `require('linkify-it/re')` for customizations.
73
74
756.1.1 / 2016-06-21
76------------------
77
78- Render `code_inline` & `code_block` attributes if exist.
79
80
816.1.0 / 2016-06-19
82------------------
83
84- Updated `fence` renderer to not mutate token. Token stream should be
85 immutable after renderer call.
86
87
886.0.5 / 2016-06-01
89------------------
90
91- Process `\r` the same way as `\n` and `\r\n\`, #252.
92
93
946.0.4 / 2016-05-30
95------------------
96
97- Added `Token.attrGet()` method for convenience, #251.
98
99
1006.0.3 / 2016-05-30
101------------------
102
103- Security fix: possible ReDOS in `linkify-it` (forced bump of `linkify-it` &
104 `uc-micro` dependencies). New installs will use fixed packages automatically,
105 but we bumped `markdown-it` version for sure & for web builds.
106
107
1086.0.2 / 2016-05-16
109------------------
110
111- Fix: should not escape twice content of image alt attribute, #246.
112
113
1146.0.1 / 2016-04-02
115------------------
116
117- Improve support of missing values in tables, #224.
118
119
1206.0.0 / 2016-02-11
121------------------
122
123- Maintenance release. Version bump caused by notable changes in CM spec
124 (multiline setext headers, no spaces inside links, ...). API was not changed.
125- Fit CM 0.24 spec requirements.
126- Fixed nesting limit check in inline blocks, #197.
127- Fixed posible tail loss in CLI ouput.
128
129
1305.1.0 / 2016-01-07
131------------------
132
133- Token: added `.attrSet()` & `.attrJoin()` methods.
134- Highlighter: allow wrapper override (if result starts with "<pre").
135
136
1375.0.3 / 2016-01-04
138------------------
139
140- Allow single column and mismatched columns count in tables.
141- Smartquotes: take into account adjacent tokens.
142- Fill `content` property in image token with `alt` source.
143
144
1455.0.2 / 2015-11-20
146------------------
147
148- Fix meta information (`token.markup` and `token.info`) for autolink tokens.
149
150
1515.0.1 / 2015-10-30
152------------------
153
154- Improved tables compatibility with github, #120.
155
156
1575.0.0 / 2015-10-05
158------------------
159
160- Internal API change. Due to new CM spec requirements, we had to update
161 internals. That should not touch ordinary users, but can affect some external
162 plugins. If you are plugin developper - see migration guide:
163 https://github.com/markdown-it/markdown-it/blob/master/docs/5.0_migration.md.
164- Updated CM spec compatibility to 0.22:
165 - Keep tabs (don't replace with spaces).
166 - Don't wrap iframes with paragraphs.
167 - Rewritten emphasis algorithm.
168- Fix closure compiler collisions (don't use reserved words), #159.
169
170
1714.4.0 / 2015-07-18
172------------------
173
174- Updated HTML blocks logic to CM 0.21 spec.
175- Minor fixes.
176
177
1784.3.1 / 2015-07-15
179------------------
180
181- Allow numbered lists starting from zero.
182- Fix class name injection in fence renderer.
183
184
1854.3.0 / 2015-06-29
186------------------
187
188- `linkify-it` dependency update (1.2.0). Now accepts dash at the end of links.
189
190
1914.2.2 / 2015-06-10
192------------------
193
194- CM spec 0.20.
195- Added support for multichar substituition in smartquites, #115.
196- Fixed code block render inside blockquites, #116.
197- Doc fixes.
198
199
2004.2.1 / 2015-05-01
201------------------
202
203- Minor emphasis update to match CM spec 0.19.
204
205
2064.2.0 / 2015-04-21
207------------------
208
209- Bumped [linkify-it](https://github.com/markdown-it/linkify-it) version to
210 1.1.0. Now links with IP hosts and without protocols are not linkified by
211 default, due possible collisions with some version numbers patterns (0.5.0.0).
212 You still can return back old behaviour by `md.linkify.set({ fuzzyIP: true })`.
213
214
2154.1.2 / 2015-04-19
216------------------
217
218- Bumped linkifier version. More strict 2-chars tald support for links without
219 schema. Should not linkify things like `io.js` and `node.js`.
220
221
2224.1.1 / 2015-04-15
223------------------
224
225- Improved pipe chars support in table cells, #86 (thanks to @jbt).
226
227
2284.1.0 / 2015-03-31
229------------------
230
231- Security: disabled `data:` URLs by default (except some image mimes), to avoid
232 possible XSS. Version bumped, because features changed (formally). If you did
233 not used `data:` URLs, consider this version as 4.0.4 (no API changes).
234- Simplified link validator code. Now more easy to understand and to copy
235 into your projects for customization.
236
237
2384.0.3 / 2015-03-25
239------------------
240
241- Updated linkifier.
242- Smartquotes rule cleanup (#76).
243- Fixed replacements rule bug in PhantomJS (#77).
244
245
2464.0.2 / 2015-03-22
247------------------
248
249- Fixed emphasis `marker` fields in tokens (#69).
250- Fixed html block tokens with numbers in name (#74).
251
252
2534.0.1 / 2015-03-13
254------------------
255
256- Updated `linkify-it` version.
257- Added custom container plugin demo.
258
259
2604.0.0 / 2015-03-11
261------------------
262
263- Breaking internal API changes. See [v4 migration notes](https://github.com/markdown-it/markdown-it/blob/master/docs/4.0_migration.md). In usual case you will need to update plugins.
264- Token internals changed
265- Unified the most of renderer methods.
266- Changed tokens creation - use `state.push(...)` (see sources)
267- Moved `normalizeUrl()` to root class as `.normalizeLink()` &
268 added `normalizeLinkText()` method.
269- Moved `.validateUrl()` to root class and simplified logic - no more need to
270 replace entities.
271- Joined md unescape & replace entities logic to `utils.unescapeAll()`.
272- Removed `replaceEntities()` in `utils`.
273- `md.utils.lib` now exposes useful libs for plugins.
274- Use entities data from external package.
275- Fixed emphasis regression, caused by CM v0.18 spec (#65).
276
277
2783.1.0 / 2015-03-05
279------------------
280
281- Significantly improved autolinking quality (use `linkify-it` package), #2.
282- Rewritten links normalizer to solve different edge cases (use `mdurl`
283 package), #29.
284- Moved link title entities replace out of renderer.
285- Fixed escaped entities in links (`foo\&amp;/bar`).
286- Improved smartquotes logic, #61.
287- Spec conformance update to 0.18.
288
289
2903.0.7 / 2015-02-22
291------------------
292
293- Match table columns count by header.
294- Added basic CLI support.
295- Added \v \f to valid whitespaces.
296- Use external package for unicode data (punctuation).
297
298
2993.0.6 / 2015-02-12
300------------------
301
302- Fixed hang on long vertical list of links. Appeared in 3.0.5. See #54 for
303 details. Thanks to @fengmk2 for report!
304- Table lines now can have escaped pipe char `\|` (#5).
305- Sync scroll result => source in demo.
306- Moved `normalizeReference()` to utils.
307
308
3093.0.5 / 2015-02-06
310------------------
311
312- Fixed link validator - could skip some kind of javascript links with uppercase
313 digital entities (thanks to @opennota)
314- Significantly improved tests coverage (with dead code removal and other
315 related things).
316
317
3183.0.4 / 2015-01-13
319------------------
320
321- Improved errors processing in url normalizer (for broken sequences).
322- Improved nesting limit processing in inline parser.
323- Reorganised tests & improved coverage.
324- Show inline diffs for failed tests.
325
326
3273.0.3 / 2015-01-11
328------------------
329
330- Fixed punctuation check in emphasis.
331
332
3333.0.2 / 2015-01-09
334------------------
335
336- Allow dashes in HTML tag names (needed for custom HTML tags).
337
338
3393.0.1 / 2015-01-07
340------------------
341
342- Improved link encoder - fix invalid surrogates to avoid errors.
343- Added # to terminator chars.
344
345
3463.0.0 / 2015-01-04
347------------------
348
349- Big split. All "rare" rules moved to external plugins (deflist, abbr, footnote,
350 sub, sup, ins, mark).
351- Updated CM spec conformance to v0.15 (better unicode support).
352- Added `md` (parser instance) link to all state objects (instead of former
353 options/parser).
354- References/Footnotes/Abbrs moved to `block` chain.
355- Input normalization moved to `core` chain.
356- Splitted links and images to separate rules.
357- Renamed some rules.
358- Removed `full` preset. Not needed anymore.
359- enable/disable methods now throw by default on invalid rules (exceptions can
360 be disabled).
361- Fixed inline html comments & cdata parse.
362- Replace NULL characters with 0xFFFD instead of strip.
363- Removed custom fences sugar (overcomplication).
364- Rewritten link components parse helpers.
365- More functions in `md.utils`.
366
367
3682.2.1 / 2014-12-29
369------------------
370
371- Added development info.
372- Fixed line breaks in definitions lists.
373- .use() now pass any number of params to plugins.
374
375
3762.2.0 / 2014-12-28
377------------------
378
379- Updated CM spec conformance to v0.13.
380- API docs.
381- Added 'zero' preset.
382- Fixed several crashes, when some basic rules are disabled
383 (block termination check, references check).
384
385
3862.1.3 / 2014-12-24
387------------------
388
389- Added curring to `set`/`configure`/`enable`/`disable` methods.
390- Demo rework - now can include plugins.
391- Docs update.
392
393
3942.1.2 / 2014-12-23
395------------------
396
397- Exposed helpers into parser instances (for plugins).
398- Removed utils from global export - been in instances seems enougth.
399- Refactored demo & added markdown-it-emoji to it.
400
401
4022.1.1 / 2014-12-22
403------------------
404
405- Refreshed browser builds, missed in prev release.
406- Minor changes.
407
408
4092.1.0 / 2014-12-21
410------------------
411
412- Separated method to enable rules by whitelist (enableOnly).
413- Changed second param of enable/disable ruler methods.
414- Shortcuts in main class for bulk enable/disable rules.
415- ASCII-friendly browserified files.
416- Separate package for spec tests.
417
418
4192.0.0 / 2014-12-20
420------------------
421
422- New project name & home! Now it's `markdown-it`,
423- Sugar for constructor call - `new` is not mandatory now.
424- Renamed presets folder (configs -> presets).