Changelog for
golang-github-burntsushi-toml-0.3.0+git20170327.b26d9c3-6.1.i586.rpm :
* Tue Apr 03 2018 cunixAATTbitmessage.ch- Update to version 0.3.0+git20170327.b26d9c3:
* Disallow newlines within inline tables
* Remove trailing whitespace
* Note TOML 0.4.0 compliance
* Fix various lexing bugs
* update compatible version note
* update Travis badge, add GoDoc badge
* Add a test case for inline table arrays
* Fix some outdated links and version numbers
* Fix too-lax bool lexing
* Add lexer changes for inline table support
* Add minimal code to add inline table functionality
* Encoder: treat tagged anonymous structs as non-anonymous
* Decoder: support the full range of TOML numbers
* Decoder: support all TOML datetime formats
* Wed Dec 07 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 07 2016 tboergerAATTsuse.com- Refactoring based on new packaging proposal
* Sat Dec 26 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 2015 iAATTmarguerite.su- rename to golang-github-burntsushi-toml- update version 0.0.0+git20150501.056c9bc- use golang-packaging for packaging
* Fri Feb 27 2015 matwey.kornilovAATTgmail.com- Initial version