Skip to content

Releases: paveldedik/neon-py

Release 0.2.1

17 Jun 14:22
Compare
Choose a tag to compare
  • Fix #8
  • Improve speed of parsing by 25 %

Release 0.2.0

16 Jun 09:45
Compare
Choose a tag to compare
  • drop support for python 2.7 and python 3.6
  • add caching for datetime parsing

Release 0.1.7

14 Jul 15:48
Compare
Choose a tag to compare
  • Add support for binary and octal numbers

Release 0.1.6

14 Jul 10:05
Compare
Choose a tag to compare
  • ignore escaped quotes in strings, unescape double slashes
  • correctly read array values when there is a standalone hyphen

Release 0.1.5

13 Jul 11:36
0e94b54
Compare
Choose a tag to compare
  • Use regular dict instead of ordered dict for python >= 3.7