Skip to content

Releases: willemdewit/java.properties.js

Stable!

11 Oct 19:08
Compare
Choose a tag to compare

The api of this lib seems stable now, time to release a stable version!

v0.3.0

05 Feb 09:08
Compare
Choose a tag to compare
  • Replace broccoli with Babel for building
  • Fix multiline issue where a value which is continued over more then 2 lines was only parsing 2

0.2.3

05 Feb 09:06
Compare
Choose a tag to compare
  • Refactoring to a more functional style
  • remove whitespace at beginning of continued line

v0.2.0

05 Feb 09:04
Compare
Choose a tag to compare

Values are parsed when possible. It will parse Booleans, Floats and Numbers.

v0.1.1

05 Feb 09:01
Compare
Choose a tag to compare

The output object is now a deeply nested object.

Initial release

05 Feb 08:57
Compare
Choose a tag to compare

This is a new library which can be used to parse a string with the java properties files format to a Plain Javascript Object.