- Upgraded PyYAML version in test requirement for security fix.
- Added
_safe
methods for functions which break outside of the GAE environment.
- Added support for encoding
ndb.Key
objects as entities, pairs, or urlsafe-strings. - Fixed a compatibility issue between
ndb_json
andfreezegun
. - Fixed an issue where
'null'
could not be decoded properly. - Fixed an issue where nested date strings were not decoded into
datetime
objects.
- Fixed a bug in
environ.is_default_version()
- Cleaned up
requirements.txt
- Build and file clean-ups.
- Configure Travis CI to auto-deploy to PyPi.
- Patch version in order to replace uploaded sdist files on PyPi.
- Added the
environ
module.
- Actually fix the MANIFEST.in contents.
- Fixed issue in
MANIFEST.in
which excluded therequirements.txt
files.
- Initial release
- Added unit tests
- Support for
ndb_json.dump
,ndb_json.dumps
, andndb_json.loads