Release history and notes

Sequence based identifiers are used for versioning (schema follows below):

major.minor[.revision]
  • It’s always safe to upgrade within the same minor version (for example, from 0.3 to 0.3.4).
  • Minor version changes might be backwards incompatible. Read the release notes carefully before upgrading (for example, when upgrading from 0.3.4 to 0.4).
  • All backwards incompatible changes are mentioned in this document.

0.0.13

2019-09-07

  • Documentation improvements and fixes.
  • Clean up.

0.0.12

2019-09-06

Note

In memory of Erik Slim. RIP.

  • More tests.

0.0.11

2019-09-05

  • Fixes in search backend.

0.0.10

2019-09-04

  • Fixes.
  • Clean up.

0.0.9

2019-09-03

  • Added pagination.
  • Documentation improvements.

0.0.8

2019-09-02

  • Tested default ordering backend.
  • Documentation improvements.

0.0.7

2019-09-01

  • Ordering backend.
  • Added more filter lookups.
  • Minor fixes in existing filter lookups.
  • Improved test coverage for the filtering backend.
  • Documentation improvements.

0.0.6

2019-08-30

  • Added more filter lookups.
  • Fixes in filtering backend.
  • Improved test coverage for the filtering backend.
  • Documentation improvements.

0.0.5

2019-08-30

  • Implemented custom lookups in favour of a single lookup attribute.
  • Updated tests.

0.0.4

2019-08-28

  • Fixed travis config (moved to elasticsearch 6.x on travis, since 7.x was causing problems).
  • Fixes in setup.py.

0.0.3

2019-08-26

  • Documentation fixes.
  • Add test suite and initial tests for filter backend and search backend.

0.0.2

2019-08-25

  • Added dynamic lookup generation for the filter backend.
  • Working lookup param argument handling on the schema (filter backend).

0.0.1

2019-08-24

  • Initial alpha release.