* Allow short URLs even with non-empty path. (191, Bernard Teo) * Expose NodeCode struct in AST. (192, Vojtech Kral)
0.10.1
* SECURITY: it was possible to smuggle unsafe URLs --- like `javascript:` ones --- even without using the "unsafe" mode of operation. Thanks to Sam Sanoop (snoopysecurity) for reporting. * Recognise tables without a preceding newline. (183)
0.10.0
* 0.9.1 was a semver-breaking change. * Add -o/--output CLI option. (177)
0.9.1
* SECURITY: we were matching unsafe URL prefixes, such as `data:` or `javascript:`, in a case-sensitive manner. This meant prefixes like `Data:` were untouched. Please upgrade as soon as possible. (Kouhei Morita) * Add support for ignoring front matter. (170, Eitan Mosenkis.)
0.9.0
* 0.8.2 was a semver-breaking change, so we're now bumping to 0.9.0. Some tests have been added to catch this in future. * Allow image/ prefix on data URIs. (169, Daniel Sorichetti)
0.8.2
* Fix some lint issues. (152, Caleb Maclennan) * Build benchmarks separately to tests. (154) * Add support for a config file for CLI use. (157, with thanks to AJ ONeal.)