Commit graph

3 commits

Author SHA1 Message Date
ec281f6b3f Better test to protect against mutation.
modified:   .gitignore
	modified:   README.rst
	modified:   nested_lookup/lookup_api.py
	modified:   setup.py
	modified:   test_lookup_api.py
2019-01-17 17:45:00 -05:00
Dmitry Vasilev
a924829821 Add nested_update.in_place argument (#13)
* Add nested_update.in_place argument

* Update README.rst and tests
2019-01-17 15:44:02 -05:00
4564f8ed80 New Features (nested_update, nested_delete) (#12)
* Fix for issue #10

* Renamed the test module

* New Features (nested_get, nested_update, nested_delete)

* Update Version to 0.3.0

* Updated Readme for new features

* Removed method (nested_get)

* Addressed review comments

* Removed nested_get references from README

* Rearanged the order of the functions
2018-11-23 19:10:31 -05:00