All Versions
73
Latest Version
Avg Release Cycle
82 days
Latest Release
1434 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v3.2.3 Changes
November 08, 2014๐ Fixed
- Implemented dumping of objects with circular and cross references.
- ๐ Partially fixed aliasing of constructed objects. (see issue #141 for details)
-
v3.2.2 Changes
September 07, 2014๐ Fixed
- ๐ Fixed infinite loop on unindented block scalars.
- Rewritten base64 encode/decode in binary type, to keep code licence clear.
-
v3.2.1 Changes
August 24, 2014๐ Fixed
- Nothig new. Just fix npm publish error.
-
v3.2.0 Changes
August 24, 2014โ Added
- โ Added input piping support to CLI.
๐ Fixed
- ๐ Fixed typo, that could cause hand on initial indent (#139).
-
v3.1.0 Changes
July 07, 2014๐ Changed
- 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.
-
v3.0.2 Changes
February 27, 2014๐ Fixed
- ๐ Fixed bug: "constructor" string parsed as
null
.
- ๐ Fixed bug: "constructor" string parsed as
-
v3.0.1 Changes
December 22, 2013๐ Fixed
- ๐ Fixed parsing of literal scalars. (issue #108)
- Prevented adding unnecessary spaces in object dumps. (issue #68)
- ๐ Fixed dumping of objects with very long (> 1024 in length) keys.
-
v3.0.0 Changes
December 16, 2013๐ Changed
- ๐จ Refactored code. Changed API for custom types.
- โ Removed output colors in CLI, dump json by default.
- โ Removed big dependencies from browser version (esprima, buffer). Load
esprima
manually, if!!js/function
needed.!!bin
now returns Array in browser - ๐ AMD support.
- Don't quote dumped strings because of
-
&?
(if not first char). - ๐ Deprecated loading yaml files via
require()
, as not recommended behaviour for node.
-
v2.1.3 Changes
October 16, 2013๐ Fixed
- ๐ Fix wrong loading of empty block scalars.
-
v2.1.2 Changes
October 07, 2013๐ Fixed
- ๐ Fix unwanted line breaks in folded scalars.