Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 1.96 KB

v0.4 to v0.4.3 2017-03-02 Jeevanandam M [email protected]

  • Package versioning tested and released

v0.3.2 2017-03-02 Jeevanandam M [email protected]

  • Package name updated to aahframework.org/*
  • Travis build config update
  • Resolving relative path for include tag to parent conf directory
  • Fix line no and EOF check for scanner

v0.3.1 2016-09-02 Jeevanandam M [email protected] (Upstream refresh from v0.2.1)

  • Add new func (*Section) Merge to merge multiple Sections together.

v0.3.0 2016-07-02 Jeevanandam M [email protected]

  • Forked github.com/brettlangdon/forge into go-aah org, please refer here why?
  • Merged PR brettlangdon/forge#19 from upstream and made required changes
  • Version bumped for merging new feature environment variable support
  • I'm continuing version number to honor his efforts made nice library forge which is similar to HOCON syntax but forge direction is different :)

2016-02-26 Brett Langdon [email protected]

* v0.2.0: Fix bug with parsing of lists without ending semicolon

Note: We bumped to `v0.2.0` since we were not doing a great job of following
semver in previous releases, this version changes aims to correct that mistake.

2015-10-02 Brett Langdon [email protected]

* v0.1.7: Allow empty string values

2015-08-09 Brett Langdon [email protected]

* v0.1.6: Allow integers in identifiers

2015-07-15 Brett Langdon [email protected]

* v0.1.5: Add support for lists

2015-07-14 Brett Langdon [email protected]

* v0.1.4: Make semicolons optional

2015-07-14 Brett Langdon [email protected]

* v0.1.3: Allow single quoted strings

2015-07-04 Brett Langdon [email protected]

* v0.1.2: Allow escaped double quotes and backslashes in strings

2015-06-28 Brett Langdon [email protected]

* v0.1.1: Add `Section.Keys` method

2015-06-22 Brett Langdon [email protected]

* v0.1.0: Initial release