Skip to content

Releases: neil-vqa/reactant

v0.6.0

26 Nov 06:43
5d5f764

Choose a tag to compare

What's Changed

  • Add support for Django Viewsets by @abhstabs in #15
  • Add more dev dependencies for linting, formatting by @neil-vqa in #16

New Contributors

v0.5.0

21 Oct 08:26

Choose a tag to compare

New Feature

Add support for SQLAlchemy #14

  • generate mappings in declarative style #14
  • generate mappings in classical/imperative style #14

v0.4.1

04 Oct 02:39

Choose a tag to compare

Patch Improvements

  • Remove leading slashes in urls #13
  • Catch ImportError exception #13

v0.4.0

30 Sep 09:06

Choose a tag to compare

New Features

  • Function-based views and urls using these can now be rendered. #10
  • Pass kwargs to generate() to control rendering behavior. #11

v0.3.1

27 Sep 02:51

Choose a tag to compare

Patch Changes

  • Restructure and fix imports of optional dependecies #8

v0.3.0

26 Sep 08:01

Choose a tag to compare

API Changes

  • Provide a single class to create Reactant model #6
  • Add filtering to django field type arguments #6
  • Add filtering to peewee field type arguments #7

v0.2.1

16 Sep 08:09

Choose a tag to compare

Feature Release

  • Add support for Peewee #3

v0.1.1

15 Sep 05:06

Choose a tag to compare

First release of reactant