Releases: willemdewit/java.properties.js
Releases · willemdewit/java.properties.js
Stable!
v0.3.0
- 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
- Refactoring to a more functional style
- remove whitespace at beginning of continued line
v0.2.0
Values are parsed when possible. It will parse Booleans, Floats and Numbers.
v0.1.1
The output object is now a deeply nested object.
Initial release
This is a new library which can be used to parse a string with the java properties files format to a Plain Javascript Object.