Releases: paveldedik/neon-py
Releases · paveldedik/neon-py
Release 0.2.1
- Fix #8
- Improve speed of parsing by 25 %
Release 0.2.0
- drop support for python 2.7 and python 3.6
- add caching for datetime parsing
Release 0.1.7
- Add support for binary and octal numbers
Release 0.1.6
- ignore escaped quotes in strings, unescape double slashes
- correctly read array values when there is a standalone hyphen
Release 0.1.5
- Use regular dict instead of ordered dict for python >= 3.7