Skip to content

Latest commit

 

History

History
156 lines (93 loc) · 3.83 KB

HISTORY.rst

File metadata and controls

156 lines (93 loc) · 3.83 KB

History

0.2.0 (2017-12-28)

  • First release on PyPI.
  • Initial models and REST API.

0.3.0 (2017-01-05)

0.3.0 Changelog

  • Improved REST API filters.

0.3.1 (2017-01-09)

0.3.1 Changelog

  • Fixed issues with migrations.

0.3.2 (2017-01-12)

0.3.2 Changelog

  • Fixed route names for SimpleRouter.

0.4.0 (2017-02-06)

0.4.0 Changelog

  • Optimized API
  • Added additional filters to API
  • Made updates to dependencies library

0.4.1 (2017-02-09)

0.4.1 Changelog

  • Fixed changelog
  • Made updates to dependencies library

0.5.0 (2017-04-07)

0.5.0 Changelog

  • Fixed changelog
  • Made updates to dependencies library

0.5.1 (2017-04-18)

0.5.1 Changelog

  • Made updates to dependencies library

0.5.2 (2017-05-16)

0.5.2 Changelog

  • Updated setup.py to read requirments.txt

0.5.3 (2018-08-13)

0.5.3 Changelog

  • Updated 3rd party requirements. Some requirements had changed so it was causing failures

0.5.4 (2018-10-29)

0.5.4 Changelog

  • Updated 3rd party requirements.

0.5.5 (2018-12-18)

0.5.5 Changelog

  • Minor model change to make text not required in Comment/Review models

0.5.6 (2019-02-08)

0.5.6 Changelog

  • Updated 3rd party requirements.
  • Updated testing to properly use py.text fixtures

0.5.7 (2019-04-10)

0.5.7 Changelog

  • Updated 3rd party requirements.
  • Updated travis to use xenial distribution. Django 2.1 dropped support for SQLite < 3.8.3

0.5.8 (2019-05-31)

0.5.8 Changelog

  • Updated packaged to mirror new cookiecutter template

0.5.9 (2019-07-26)

0.5.9 Changelog

  • Updated 3rd party requirements.

0.5.10 (2019-08-09)

0.5.10 Changelog

  • Updated 3rd party requirements.

0.5.11 (2019-09-09)

0.5.11 Changelog

  • Updated 3rd party requirements.

1.0.0 (2019-11-01)

1.0.0 Changelog

  • First production release

1.1.0 (2019-11-26)

1.1.0 Changelog

  • Updated character limit to comments/reviews

1.2.0 (2020-01-24)

1.2.0 Changelog

  • Changed comment fields to TextField