File golang-github-burntsushi-toml.changes of Package golang-github-burntsushi-toml
-------------------------------------------------------------------
Tue Apr 03 20:00:00 UTC 2018 - cunix@bitmessage.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 14:02:11 UTC 2016 - tboerger@suse.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:53:12 UTC 2016 - tboerger@suse.com
- Refactoring based on new packaging proposal
-------------------------------------------------------------------
Sat Dec 26 11:37:07 UTC 2015 - matwey.kornilov@gmail.com
- Update to version 0.1.0+git20150501.056c9bc:
+ Fix typo. Thanks @ChrisHines
+ 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 03:02:04 UTC 2015 - i@marguerite.su
- rename to golang-github-burntsushi-toml
- update version 0.0.0+git20150501.056c9bc
- use golang-packaging for packaging
-------------------------------------------------------------------
Fri Feb 27 16:16:47 UTC 2015 - matwey.kornilov@gmail.com
- Initial version