Skip to content

Releases: magiconair/properties

v1.5.4

07 Dec 18:07
Compare
Choose a tag to compare
  • Issue #5: Allow disabling of property expansion DisableExpansion. When property expansion is disabled Properties become a simple key/value store and don't check for circular references.

Full Changelog: v1.5.3...v1.5.4

v1.5.3

07 Dec 18:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

07 Dec 18:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

07 Dec 18:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

07 Dec 18:05
Compare
Choose a tag to compare

What's Changed

  • Added support for single and multi-line comments (reading, writing and updating)
  • The order of keys is now preserved
  • Calling Set() with an empty key now silently ignores the call and does not create a new entry
  • Added a MustSet() method
  • Migrated test library from launchpad.net/gocheck to gopkg.in/check.v1

Full Changelog: v1.4.2...v1.5.0

v1.4.2

07 Dec 18:04
Compare
Choose a tag to compare

What's Changed

  • Issue #2: Fixed goroutine leak in parser which created two lexers but cleaned up only one

Full Changelog: v1.4.1...v1.4.2

v1.4.1

07 Dec 18:04
Compare
Choose a tag to compare

What's Changed

  • Issue #1: Fixed bug in Keys() method which returned an empty string

Full Changelog: v1.4.0...v1.4.1

v1.4.0

07 Dec 18:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

07 Dec 18:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 Dec 18:00
Compare
Choose a tag to compare

What's Changed

  • Added MustGet... functions
  • Added support for int and uint with range checks on 32 bit platforms

Full Changelog: v1.1.0...v1.2.0