Skip to content

Latest commit

 

History

History
95 lines (47 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

95 lines (47 loc) · 2.95 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.1 (2020-12-13)

Bug Fixes

4.1.0 (2019-12-24)

Features

  • Upgrade package dependencies (39a68d2)

3.4.1 (2018-02-27)

4.0.0 (2018-03-08)

4.0.0-4 (2018-02-28)

Bug Fixes

  • Update API to be backward compatible with 3.x (4a9aa0e)

4.0.0-3 (2018-02-27)

Bug Fixes

  • list umd module as main entry point (a63d69a)

4.0.0-2 (2018-02-27)

Features

  • Add --pretty flag to print formatted json (f119924)

4.0.0-1 (2018-02-27)

Bug Fixes

  • cli: Update cli to support latest version (1f0bd9e)

4.0.0-0 (2018-02-27)

Features

BREAKING CHANGES

  • Changed:
  • No longer modifies or exposes js-yaml. May need to include js-yaml for yaml parsing needs outside of parsing front-matter
  • No longer supports reading contents from the file system. Instead, us fs to load the contents.
  • Browser global is now exposed was yamlFront instead of jsYaml
  • Browser script no longer comes bundled with underlying js-yaml. Must now include js-yaml as a separate script. Added:
  • safeLoadFront to behave the same as safeLoad from js-yaml.
  • loadFront and safeLoadFront now support all the same options as the corresponding methods in js-yaml

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.