gray-matter v3.0.0 Release Notes

Release Date: 2017-06-30 // over 6 years ago
  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ‘€ 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.

    โž• Added

    • ๐Ÿ‘Œ Support for [excerpts](README.md#optionsexcerpt).
    • The returned object now has non-enumerable matter and stringify properties.

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactored engines (parsers), so that it's easier to add parsers and stringifiers.
    • ๐Ÿ“œ options.parsers was renamed to [options.engines](README.md#optionsengines)