Releases: danicarrion/pyrestcli
Releases · danicarrion/pyrestcli
v0.6.12
Compared to v0.6.11:
- Take into account that
BaseException
may also raiseValueError
if unable to decode JSON - New
get_or_none
method for managers that returnsNone
if not found, instead of raising an exception - Allow collection endpoints to be defined without trailing slashes and make sure resource endpoints always have one
expand
option for resource-type fields, so that they will be represented as a dictionary with anid
field instead of just the ID.
v0.6.7
relax version requirement on future and bump to 0.6.7
v0.6.6
version bumped to 0.6.6
v0.6.5
More relaxed on dateutils version
v0.6.3
version bumped to 0.6.3
v0.6.2
version bumped to 0.6.2, new authors file
v0.6.1
Fixed datetime detection on serialziation
v0.6.0
Support for Python 2
v0.5.0
First usable release