Skip to content

Releases: erewok/pelecanus

Python3.10 Mapping subclass Fix

19 Aug 18:33
94ef37a
Compare
Choose a tag to compare
  • Fix added for MutableMapping import using Python 3.10 (#14, thanks @mrkkollo)

Other Changes

  • Switched from an ancient Travis config to Github Actions
  • Upgrade testing libraries
  • Added pyproject.toml
    PRs: #15 , #16

Create paths with set_nested_value(... force=True)

15 Sep 22:34
Compare
Choose a tag to compare

The pelecanus.toolbox module has been added and it includes free-standing versions of the methods that are present inside the PelicanJson object. In addition, the set_nested_value method now includes a force kwarg, which allows users to "force" paths into existence.

Ready for production

27 Aug 23:46
Compare
Choose a tag to compare

First production release: the project is in beta but may be used on nested JSON objects.