github.com/urso/go-structform@v0.0.2/CHANGELOG.md (about) 1 # Change Log 2 All notable changes to this project will be documented in this file. 3 This project adheres to [Semantic Versioning](http://semver.org/). 4 5 ## [Unreleased] 6 7 ### Added 8 9 ### Changed 10 11 ### Deprecated 12 13 ### Removed 14 15 ### Fixed 16 17 ## [0.0.2] 18 19 ### Added 20 - Add struct tag option ",omitempty". 21 - Add StringConvVisitor converting all primitive values to strings. 22 - Move and export object visitor into visitors package 23 24 ### Fixed 25 - Fix invalid pointer indirections in struct to array/map. 26 27 [Unreleased]: https://github.com/elastic/go-ucfg/compare/v0.0.2...HEAD 28 [0.0.2]: https://github.com/elastic/go-ucfg/compare/v0.0.1...v0.0.2