UNPKG

584 BMarkdownView Raw
1# Release history
2
3## Unreleased
4
5## 3.0.0 - 2017-06-30
6### Breaking changes
7* `toml`, `coffee` and `cson` are no longer supported by default. Please see [`options.engines`](README.md#optionsengines) and the [examples](./examples) to learn how to add engines.
8
9### Added
10* Support for [excerpts](README.md#optionsexcerpt).
11* The returned object now has non-enumerable `matter` and `stringify` properties.
12
13### Changed
14* Refactored engines (parsers), so that it's easier to add parsers and stringifiers.
15* `options.parsers` was renamed to [`options.engines`](README.md#optionsengines)