1 | 2.0.1 / 2020-05-25
|
---|
2 | ------------------
|
---|
3 |
|
---|
4 | - decode entities in browser properly (#386)
|
---|
5 |
|
---|
6 | 2.0.0 / 2019-08-07
|
---|
7 | ------------------
|
---|
8 |
|
---|
9 | - bundle umd with rollup (#346)
|
---|
10 | - remove bower support (#347)
|
---|
11 | - decouple linkify in separate plugin (#351)
|
---|
12 | - convert code to esm and distribute as cjs and esm bundles (#352)
|
---|
13 | - upgrade autolinker (#356)
|
---|
14 | - provide smaller browser version of entities (#359)
|
---|
15 | - use named exports for public api (#354)
|
---|
16 |
|
---|
17 | 1.7.4 / 2019-07-30
|
---|
18 | ------------------
|
---|
19 |
|
---|
20 | - upgrade argparse (https://github.com/jonschlinkert/remarkable/pull/349)
|
---|
21 | - prevent a ReDoS vulnerability (#335)
|
---|
22 | - disallow ascii control characters in URLs (#334)
|
---|
23 |
|
---|
24 | 1.7.0 / 2016-09-27
|
---|
25 | ------------------
|
---|
26 |
|
---|
27 | - Special thanks to [lemoinem](https://github.com/lemoinem) for adding much needed, and well-written [documentation](docs/)!
|
---|
28 | - Footnotes are now enabled by default
|
---|
29 | - Adds support for "passthrough classes", thanks to [matthewmueller](https://github.com/matthewmueller)
|
---|
30 | - Outlaws data: URLs by default, thanks to [spicyj](https://github.com/spicyj)
|
---|
31 | - Improves whitespace trimming performance, thanks to [dpkirchner](https://github.com/dpkirchner)
|
---|
32 | - Image alts are now properly unescaped, thanks to [adam187](https://github.com/adam187)
|
---|
33 |
|
---|
34 | 1.6.2 / 2016-02-04
|
---|
35 | ------------------
|
---|
36 |
|
---|
37 | - Add support for specifying link target
|
---|
38 | - StateBlock.getLines should only read from the current line
|
---|
39 | - Fix missing space after shortcut links
|
---|
40 | - Fix "Manage rules" sample code in README.md
|
---|
41 | - Fix encoding of non-ASCII text (fixes #141)
|
---|
42 | - Option to not alter links provided for href
|
---|
43 | - Add Node.js v0.12 and v4 to Travis config
|
---|
44 | - Define bin script for npm
|
---|
45 | - Fix "Manage rules" sample code in README.md
|
---|
46 | - Fix typo in github proj url in Makefile
|
---|
47 | - Fix build by ignoring the demo directory in eslint
|
---|
48 |
|
---|
49 | 1.6.1 / 2015-11-19
|
---|
50 | ------------------
|
---|
51 |
|
---|
52 | - npm now installs a script so you can access remarkable from the command
|
---|
53 | line.
|
---|
54 |
|
---|
55 | 1.5.0 / 2014-12-12
|
---|
56 | ------------------
|
---|
57 |
|
---|
58 | - Added Demo sync scroll, to show how lines mapping can be used.
|
---|
59 | - Improved IE8 support. Now you need only es5-shim, without es5-sham.
|
---|
60 | - Fixed errors on refs/attrs/footnoted with special names like `__proto__`.
|
---|
61 | - Renamed Ruler() private properties, to show those should not be accessed
|
---|
62 | directly.
|
---|
63 | - Fixed Makefile OSX compatibility.
|
---|
64 |
|
---|
65 |
|
---|
66 | 1.4.2 / 2014-11-29
|
---|
67 | ------------------
|
---|
68 |
|
---|
69 | - Added footnotes support.
|
---|
70 | - Added definitions lists support.
|
---|
71 | - Added `fence_custom` renderer extension to easy override
|
---|
72 | named fenced blocks (useful for diagrams and so on).
|
---|
73 | - Exposed `./common/utils` to simplify custom renderers.
|
---|
74 |
|
---|
75 |
|
---|
76 | 1.4.1 / 2014-11-13
|
---|
77 | ------------------
|
---|
78 |
|
---|
79 | - Moved links decode/encode from renderer to parser.
|
---|
80 | - Added missed validator call for scoped urls in links.
|
---|
81 | - Handle exceptions in `decoreURI` (regression).
|
---|
82 |
|
---|
83 |
|
---|
84 | 1.4.0 / 2014-11-09
|
---|
85 | ------------------
|
---|
86 |
|
---|
87 | - Added `core` chain, to better organize code and improve pluggability.
|
---|
88 | - Added `renderInline()` and `parseInline()` methods.
|
---|
89 | - Added abbreviations support.
|
---|
90 | - Fixed problem with tables, having single column.
|
---|
91 | - Fixed rendered rules rewrite for inline tags.
|
---|
92 | - Changed internal api (ruler, inline, block classes).
|
---|
93 | - Removed typographer chain (rules moved to `core`).
|
---|
94 | - Removed all typographer options. Quote chars defs moved to `options.quotes`.
|
---|
95 |
|
---|
96 |
|
---|
97 | 1.3.0 / 2014-10-29
|
---|
98 | ------------------
|
---|
99 |
|
---|
100 | - Fixed problem with minified & mangled browser version.
|
---|
101 | - Changed ruler API.
|
---|
102 |
|
---|
103 |
|
---|
104 | 1.2.2 / 2014-10-29
|
---|
105 | ------------------
|
---|
106 |
|
---|
107 | - Fixed regression from 1.2.1 for data without tailing `\n`.
|
---|
108 | - Fixed blockquote line ranges.
|
---|
109 | - Added subscript/superscript support.
|
---|
110 | - Updated CommonMark spec and updated implementation.
|
---|
111 | - Other minor changes.
|
---|
112 |
|
---|
113 |
|
---|
114 | 1.2.1 / 2014-10-28
|
---|
115 | ------------------
|
---|
116 |
|
---|
117 | - Fixed speed degradation when linkifier enabled.
|
---|
118 | - Added coverage reports.
|
---|
119 | - Added debug view to demo (show internal representation)
|
---|
120 | - Other minor optimizations and cleanup.
|
---|
121 |
|
---|
122 |
|
---|
123 | 1.2.0 / 2014-10-26
|
---|
124 | ------------------
|
---|
125 |
|
---|
126 | - Added `<ins>` rule.
|
---|
127 | - Added `<mark>` rule.
|
---|
128 | - Added presets support (default, commonmark, full).
|
---|
129 | - Exposed `.configure()` method to load rules & options config with one command.
|
---|
130 | - Moved html escaping to renderer.
|
---|
131 |
|
---|
132 |
|
---|
133 | 1.1.2 / 2014-10-23
|
---|
134 | ------------------
|
---|
135 |
|
---|
136 | - Fixed speed regression.
|
---|
137 | - Use base64 encoding for permalinks (workaround for github).
|
---|
138 | - Improved default link validator.
|
---|
139 | - Updated cache storage logic for inline parser.
|
---|
140 |
|
---|
141 |
|
---|
142 | 1.1.1 / 2014-10-22
|
---|
143 | ------------------
|
---|
144 |
|
---|
145 | - Fixed `Ruler.after()` method.
|
---|
146 | - Fixed linkification.
|
---|
147 | - Simplified loose/tight rendering.
|
---|
148 | - Refactored inline parser. No close coupled code in rules anymore.
|
---|
149 |
|
---|
150 |
|
---|
151 | 1.1.0 / 2014-10-20
|
---|
152 | ------------------
|
---|
153 |
|
---|
154 | - Code refactoring, bugfixes, API update.
|
---|
155 | - Added source lines info to block nodes.
|
---|
156 |
|
---|
157 |
|
---|
158 | 1.0.0 / 2014-10-16
|
---|
159 | ------------------
|
---|
160 |
|
---|
161 | - First release.
|
---|