UNPKG

yaml-include

Version:

Custom YAML tag definitions to support modular YAML documents with js-yaml.

52 lines (31 loc) 1.38 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="1.2.0"></a> # [1.2.0](https://github.com/claylo/yaml-include/compare/v1.1.1...v1.2.0) (2016-10-03) ### Features * **loading:** process.chdir is no longer required ([8d3caed](https://github.com/claylo/yaml-include/commit/8d3caed)) ### Fixed * #3 * #4 ### Chores completed * Refactored tests to use [ava](https://github.com/avajs/ava) <a name="1.1.1"></a> ## [1.1.1](https://github.com/claylo/yaml-include/compare/v1.1.0...v1.1.1) (2016-09-26) ### Chores completed * Updated dependencies <a name="1.1.0"></a> ## [1.1.0](https://github.com/claylo/yaml-include/compare/v1.0.0...v1.1.0) (2015-10-04) ### Features * **debugging:** Pass filename value to `yaml.load` to make problems easier to track down. * **CHANGELOG:** Add a change log like a civilized human being ### Fixed * Debug module is a dependency, not a devDependency. Fixes #2 ### Chores completed * Update dependencies. * Add a [Commitizen](http://commitizen.github.io/cz-cli) badge to the README. * Add postversion script for automated goodness. [Full Changelog](https://github.com/claylo/yaml-include/compare/v1.0.0...v1.1.0) <a name="1.0.0"></a> ## v1.0.0 - 2015-06-23 ### Features - Initial release.