- JSON deserialisation will now deserialise attributes as Attributes object. [4](https://github.com/kylef/refract.py/issues/4)
0.3.1
Enhancements
- Added convenience accessors `href` to Resource, Transition, HTTPRequest elements.
Bug Fixes
- JSON Serialise will now serialise empty arrays when they are found within a key value pair or inside meta properties.
0.3.0
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.