Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 972 Bytes

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 972 Bytes

Changelog

[0.2.4] - 2021-10-29

  • Fix manager's .prefetch_jsonapi(...) to be silently ignored when using .values(...) or .values_list(...).
    • It used to raise an exception

[0.2.3] - 2021-06-09

  • Fix _fetch_iterate
    • With x-no-count true we collected only first page and stopped.
    • Better handle pagination

[0.2.2] - 2021-06-02

  • Improvement on prefetch_json_api
    • Better handle nested relations

[0.2.1] - 2021-06-01

  • Improvement on prefetch_json_api
    • Bear missing relations in lookups

[0.2.0] - 2021-03-19

  • Quality of life
    • Bumping the project's version through VERSION resource will not require changes in test cases
  • Requirements Changes
    • djangorestframework -> 3.12.2
    • djangorestframework-jsonapi -> 4.1.0

[0.1.1] - 2021-02-26

  • Packaging Fix
    • Include VERSION resource in package, fixing FileNotFoundError

[0.1.0] - 2021-02-24

  • New
    • Add public version code