Skip to content

v0.4.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@lmazuel lmazuel released this 13 Feb 21:20
· 304 commits to master since this release

2017-02-13 Version 0.4.5

Bugfixes

  • Fix polymorphic deserialization #11
  • Fix regexp validation if '\w' is used in Python 2.7 #13
  • Fix dict deserialization if keys are unicode in Python 2.7

Improvements

  • Add polymorphic serialisation from dict objects
  • Remove chardet and use HTTP charset declaration (fallback to utf8)