Skip to content

Releases: edelvalle/carbon14

1.0.0rc

02 May 09:46
Compare
Choose a tag to compare
1.0.0rc Pre-release
Pre-release
  • Return all requested attributes of an object.
  • Can call methods in an object or the node.
  • Solves the queries in a simpler and recursive way.
  • Added some query optimization for the N+1 problem.
  • Does the filtering of objects mainly in the Node that the object belongs to by type.

0.5.0

14 Jul 13:11
Compare
Choose a tag to compare
  • Add support for pagination with parameters offeset and limit.

0.4.4

26 Apr 07:48
Compare
Choose a tag to compare
  • Fix a problem with database caching in Django.

0.4.3

27 Mar 14:57
Compare
Choose a tag to compare
  • Add PointField to serialize coordinates.

0.4.2

03 Mar 15:22
Compare
Choose a tag to compare
  • Add capabilities to serialize dict like objects.