| Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/HISTORY.md
|
| diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/HISTORY.md b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/HISTORY.md
|
| index af9800591f27c65ebb1ac1fbe1b0568dd151db71..0733e89ddb1a7a8d4ed82c0c5e023b20ce171030 100644
|
| --- a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/HISTORY.md
|
| +++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/HISTORY.md
|
| @@ -1,3 +1,59 @@
|
| +3.2.5 / 2014-12-28
|
| +------------------
|
| +
|
| +- Fixed resolving of all built-in types on empty nodes.
|
| +- Fixed invalid warning on empty lines within quoted scalars and flow collections.
|
| +- Fixed bug: Tag on an empty node didn't resolve in some cases.
|
| +
|
| +
|
| +3.2.4 / 2014-12-19
|
| +------------------
|
| +
|
| +- Fixed resolving of !!null tag on an empty node.
|
| +
|
| +
|
| +3.2.3 / 2014-11-08
|
| +------------------
|
| +
|
| +- Implemented dumping of objects with circular and cross references.
|
| +- Partially fixed aliasing of constructed objects. (see issue #141 for details)
|
| +
|
| +
|
| +3.2.2 / 2014-09-07
|
| +------------------
|
| +
|
| +- Fixed infinite loop on unindented block scalars.
|
| +- Rewritten base64 encode/decode in binary type, to keep code licence clear.
|
| +
|
| +
|
| +3.2.1 / 2014-08-24
|
| +------------------
|
| +
|
| +- Nothig new. Just fix npm publish error.
|
| +
|
| +
|
| +3.2.0 / 2014-08-24
|
| +------------------
|
| +
|
| +- Added input piping support to CLI.
|
| +- Fixed typo, that could cause hand on initial indent (#139).
|
| +
|
| +
|
| +3.1.0 / 2014-07-07
|
| +------------------
|
| +
|
| +- 1.5x-2x speed boost.
|
| +- Removed deprecated `require('xxx.yml')` support.
|
| +- Significant code cleanup and refactoring.
|
| +- Internal API changed. If you used custom types - see updated examples.
|
| + Others are not affected.
|
| +- Even if the input string has no trailing line break character,
|
| + it will be parsed as if it has one.
|
| +- Added benchmark scripts.
|
| +- Moved bower files to /dist folder
|
| +- Bugfixes.
|
| +
|
| +
|
| 3.0.2 / 2014-02-27
|
| ------------------
|
|
|
|
|