gagle / node-properties

.properties parser/stringifier.
MIT License
133 stars 42 forks source link

Added new "value substitution" feature #2

Closed TripleNail closed 12 years ago

TripleNail commented 12 years ago

values can now contain references to existing keys. These references are dereferenced after all keys have been parsed. see examples and "Properties specification" for details.

gagle commented 12 years ago

Sorry for the late reply, I've had a lot of work the past days. Java .properties does not specify keys that can be reused lately. It's the same as the other request, the addition of sections: https://github.com/Gagle/Node-Properties/pull/1.

This library implements the official .properties specification, but you've given to me an idea. I can create another library implementing these 2 requests: value substitution and sections.