Skip to content

Releases: kylef/refract.py

0.4.0

08 Apr 21:02
Compare
Choose a tag to compare

Breaking

  • Python 3.5 support has been dropped.

Bug Fixes

  • JSON deserialisation will now deserialise attributes as Attributes object.
    #4

0.3.0

03 May 16:21
Compare
Choose a tag to compare

Breaking

  • Namespace has been renamed to Registry.

Enhancements

  • Added a compact JSON serialiser.
  • Added a compact JSON deserialiser.
  • Elements repr will now use an elements class name if the element is a
    subclass.

0.1.0

28 Apr 17:15
Compare
Choose a tag to compare

Initial release.