Changelog for
golang-github-burntsushi-toml-0.2.0+git20160308.bbd5bb6-1.19.i586.rpm :
Wed Dec 7 13:00:00 2016 tboergerAATTsuse.com
- Update to version 0.2.0+git20160308.bbd5bb6:
* Make new destination slice when length doesn\'t match.
* In Decode, reuse slices when possible
* Remove extra lexer advance
* add bool empty option
* Don\'t treat non-empty strings of whitespace as empty for omitempty
* Properly encode struct fields having toml tags without a name
* Unify two switch arms
* Clean up slice decoding handling
* Decode empty Primitives into nullable values successfully
* Make struct decoding also handle empty Primitives
Wed Dec 7 13:00:00 2016 tboergerAATTsuse.com
- Refactoring based on new packaging proposal
Sat Dec 26 13:00:00 2015 matwey.kornilovAATTgmail.com
- Update to version 0.1.0+git20150501.056c9bc:
+ Fix typo. Thanks AATTChrisHines
+ Simplify lexer for Unicode escapes and add support for `\\U`.
+ Forbid \'#\' in table names.
+ Remove escape for \'/\'.
+ Support quoted keys.
+ Updated link for TOML v0.2.0
+ Support for omitempty, as well as tests for omitempty.
+ Clean up, remove zero as \'empty\' and add \'omitzero\' option
Fri Jul 31 14:00:00 2015 iAATTmarguerite.su
- rename to golang-github-burntsushi-toml
- update version 0.0.0+git20150501.056c9bc
- use golang-packaging for packaging
Fri Feb 27 13:00:00 2015 matwey.kornilovAATTgmail.com
- Initial version