Releases: eemeli/dot-properties
Releases · eemeli/dot-properties
v1.1.0
- Add new option
foldChars
(#14)
v1.0.2
- Start lines that need folding on a new line (#13)
- Do not allow
__proto__
as path key
v1.0.0
- Add AST parsing & stringifying
- Improve TypeScript definitions
- Update dev dependencies
v0.4.0
- Add TypeScript definitions (#5)
- Fix reading input with escaped CRLF terminators
- Update dev dependencies
- Reach 100% code coverage
- Drop testing with Node 6; now using the current LTS as a baseline
v0.3.2
- Add missing variable initialiser (Fixes #2)
- Fix backslashes in README example
v0.3.1
Stringify empty lines as empty lines, rather than prefixing them with a comment indicator (#1)
v0.2.0
Replace ascii
option with latin1
(default true
)