- New upstream release 1.60
- Numeric values are now quoted whenever they've been used as a string,
which fixes inconsistent behaviour seen with numeric values, due to
differences between the XS and pure-perl variants of Data::Dumper
(GitHub Issue #24)
- Numeric hash keys are now always quoted
- New upstream release 1.58
- 1.57 omitted a change entry for the following change:
Incompatible change:
- Previously, YAML::Tiny was sloppy about file encodings; it is now strict
- The 'read' method and 'LoadFile' function expect UTF-8 encoded files
- The 'write' method and 'DumpFile' function produce UTF-8 encoded files
- The 'read_string' and 'write_string' methods and the 'Load' and 'Dump'
functions expect or generate (decoded) character data
- New upstream release 1.57
Incompatible change:
- Previously, some errors would throw exceptions and some would return the
error condition in $YAML::Tiny::errstr, but now all errors throw
exceptions; use of $errstr and the errstr method are deprecated
Fixed:
- Fixed write method to encode YAML file with UTF-8
- Improved SYNOPSIS and documentation of new
Testing:
- Tests have been cleaned up and reorganized
- Test coverage has been significantly improved
- Package docs CONTRIBUTING and README.md
- Update dependencies as needed
- New upstream release 1.56
- read_string documentation error fixed (CPAN RT#74409)
- Re-release with fixed compile test
- Go back to Module::Build::Tiny flow
- New upstream release 1.54
- Convert to Dist::Zilla
- Updated format to conform to CPAN::Changes::Spec
- Upstream shipping README again
- Switch to Module::Build::Tiny flow
- Classify buildreqs by usage
- New upstream release 1.53
- Updated repository metadata to reflect move to github
- This release by ETHER -> update source URL
- Upstream no longer shipping README
- Don't need to remove empty directories from the buildroot
- Make %files list more explicit