Skip to content

Releases: vifraa/gopom

v1.0.0

08 Aug 20:26
f21dc21
Compare
Choose a tag to compare

Summary of breaking changes in v1.0.0

  • Struct fields are now pointers
  • Empty fields will be omitted on marshalling

What's Changed

  • Omit empty fields when marshalling to xml by @vifraa in #8

New Contributors

  • @vifraa made their first contribution in #8

Full Changelog: v0.2.2...v1.0.0

v0.2.2

26 Jul 18:32
1c44e12
Compare
Choose a tag to compare

What's Changed

  • fix: add missing configuration tags by @akadir in #7

New Contributors

  • @akadir made their first contribution in #7

Full Changelog: v0.2.1...v0.2.2

v0.2.1

15 Oct 11:04
a4fa829
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Apr 09:26
40b6a78
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Dec 10:25
Compare
Choose a tag to compare

Implementation of properties and configuration dynamic fields finished. All parts of the pom parsing is now tested.
Now supports everything in official POM structure.

v0.0.2

13 Dec 20:10
449ed69
Compare
Choose a tag to compare

Some bug fixes in the xml parsing. All tests in not written yet so is still not stable.