Skip to content

Releases: Alonreznik/dynamodb-json

v1.4.1

18 May 17:47
Compare
Choose a tag to compare

Publish to PyPi

Full Changelog: 1.4...v1.4.1

v1.4

18 May 17:34
a4fb03c
Compare
Choose a tag to compare

What's Changed

  • Update regex to parse negative float number correctly by @OldPanda in #5
  • Correct PY3 next() keyword. by @JLee21 in #7
  • feat(tests + workflows): add tests and workflows by @Alonreznik in #25

Full Changelog: 1.2...v1.4

Compatibility with Python 3.5+

09 May 21:37
Compare
Choose a tag to compare
  • Changing .next() to next().

Python 3.4+ Compatibility

25 Oct 12:23
Compare
Choose a tag to compare

Compatibility with python 3.4+.
Thank you ransford!