- Fixes issue where ``flask.json.dumps`` would error out when a nested dictionary would have a decimal in it. - Switch the JSON encoder to simplejson.
0.4.2
--------------
Bug fix release, released on August 22st 2017.
- Fixes issue where context being popped off of a component caused an error.
0.4.1
-------------
Bug fix release, released on August 21st 2017.
- Removes the custom save function on the base model.
0.4.0
-------------
Released on May 31st 2017, codename Dewar.
- Simplify packaging such that everything is installed by default. Death to ``extras_require``. - Add custom logger to the default app so our logs look pretty.
0.3.3
-------------
Bug fix release, released on May 12th 2017.
- Various ``setup.py`` fixes.
0.3.2
-------------
Bug fix release, released on May 12th 2017.
- Add a event tracking Peewee mixin. - Add a custom pytest flask test client that mimics requests when it comes to JSON data. - Fix Peewee module packing for this library.