Skip to content

Releases: danicarrion/pyrestcli

v0.6.12

15 Jul 06:17
Compare
Choose a tag to compare

Compared to v0.6.11:

  • Take into account that BaseException may also raise ValueError if unable to decode JSON
  • New get_or_none method for managers that returns None 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 an id field instead of just the ID.

v0.6.7

24 Aug 16:40
Compare
Choose a tag to compare
relax version requirement on future and bump to 0.6.7

v0.6.6

26 Jun 19:28
Compare
Choose a tag to compare
version bumped to 0.6.6

v0.6.5

13 Mar 14:07
Compare
Choose a tag to compare

More relaxed on dateutils version

v0.6.3

02 May 09:28
Compare
Choose a tag to compare
version bumped to 0.6.3

v0.6.2

06 Apr 15:23
Compare
Choose a tag to compare
version bumped to 0.6.2, new authors file

v0.6.1

07 Oct 10:35
Compare
Choose a tag to compare

Fixed datetime detection on serialziation

v0.6.0

11 Sep 18:17
Compare
Choose a tag to compare

Support for Python 2

v0.5.0

11 Sep 17:32
Compare
Choose a tag to compare

First usable release