Releases: danicarrion/pyrestcli
Releases · danicarrion/pyrestcli
v0.6.12
Compared to v0.6.11:
- Take into account that
BaseExceptionmay also raiseValueErrorif unable to decode JSON - New
get_or_nonemethod for managers that returnsNoneif not found, instead of raising an exception - Allow collection endpoints to be defined without trailing slashes and make sure resource endpoints always have one
expandoption for resource-type fields, so that they will be represented as a dictionary with anidfield 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