Skip to content

Latest commit

 

History

History
145 lines (91 loc) · 9.12 KB

CHANGELOG.md

File metadata and controls

145 lines (91 loc) · 9.12 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

26 October 2021

  • Add release it and auto-changelog #17
  • Fix for types: dont allow undefined to be returned from load more #16
  • Release 3.0.0 3fded31

8 September 2020

  • "Clear after request" pagination behavior support #13
  • clearAfterRequest pagination behavior support 2fa8caf
  • Released v3.0.0-beta.2 6225e9c
  • don't npm publish automatically due to ember-cli-typescript issue 51fef68

13 August 2020

  • Improve code documentation #10
  • improve in-code documentation of pagination hook af07b36
  • use public loading property cf29044
  • Released v3.0.0-beta.1 93d90a9

11 August 2020

  • Pagination Hook #8
  • start fleshing out a pagination "hook" 4008862
  • revamp args for pagination hook/util functions, sorting logic, query param processing 6bc3446
  • documentation on pagination hook cd2fcfa

14 August 2020

  • v2.x.x Hotfix: Reversed pagination support #11
  • adds a reverse pagination mode aa746ed

11 August 2020

31 July 2020

10 April 2020

  • JSON-API include support #7
  • add json-api include param support, clean up some types 494cf99
  • Released v1.0.4 8e94e94

7 April 2020

  • JSON-API support #6
  • add nested query param objects for filtering/paging for json-api support 44a7477
  • Released v1.0.3 8538d03

4 March 2020

  • use locally exported types instead of global where possible 0ea5d12
  • Released v1.0.2 58492a9

4 March 2020

20 February 2020

  • Released v1.0.0 #5
  • 🚀 🚀 🚀 #4
  • Updated mixins to native classes; updated handlebars version to latest; swapped ember decorators with built in ember objects 9974045
  • Updated dummy app; added ember fetch; updated readme; removed unused addons e1cd70d
  • Ember cli update to 3.15 octane ba24747

22 July 2019

  • Fix sort param #3
  • Released v0.1.5 52dce6c
  • dont override the string-based sort param being set in getParamsObject() 57fe690

11 July 2019

  • Allow DS.RecordArray usage #2
  • allow a DS.RecordArray to be used with paginated routes fc4def3
  • Released v0.1.4 191baee

8 July 2019

  • Misc Fixes #1
  • use set() where needed, more flexibility in date type query param values 976709d
  • Released v0.1.3 3583923

29 May 2019

  • Removing route params since we dont really use them 28d38a1
  • Changing name to gavant-ember-pagination 025fc86
  • Updated export urls a713d7b

v0.1.0

3 April 2019

  • Create utils for query params ff64f0e
  • Initial Commit from Ember CLI v3.8.1 9925bca
  • Adding ember cli release and ember changelog 245a5c1