Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 387 Bytes

CHANGELOG.md

File metadata and controls

12 lines (8 loc) · 387 Bytes

1.1.0 / 2017-02-20

  • Added fromString(input, filename) static method. Compiles from yaml string to a javascript object. (Closes #3)
  • Update js-yaml dependency to version 3.8.1 - contains fixes for error message for duplicated keys. (Fixes #2)
  • Added README documentation for the CLI executable.

1.0.0 / 2016-10-23

  • First public release