Skip to content

Latest commit

 

History

History
194 lines (87 loc) · 7 KB

CHANGELOG.md

File metadata and controls

194 lines (87 loc) · 7 KB

Changelog

5.2.0 (2023-04-20)

Features

  • add .reprocessAfter() method (725629a)

5.1.2 (2021-05-25)

Bug Fixes

  • Fix typo in SorterDirection.Ascending (52a6dee)

5.1.1 (2021-03-24)

Bug Fixes

  • rename typescript declaration files (31160de)

5.1.0 (2021-03-24)

Features

  • add RxJS observable interop (0554168)

5.0.0 (2021-02-13)

Features

  • Improve some processor constructors (b52cc6c)

BREAKING CHANGES

  • FilterProcessor and SorterProcessor constructors change

4.0.7 (2021-01-15)

Bug Fixes

4.0.6 (2020-11-03)

Bug Fixes

  • DebugProcessor: actually export DebugProcessor (c6676c5)

4.0.5 (2020-11-01)

Bug Fixes

  • SorterProcessor: make sorting stable (e940046)
  • use compareNullOrUndefined from utilities (be0b579)

4.0.4 (2020-10-28)

Bug Fixes

  • properly handle _processing flag (e033a6f)

4.0.3 (2020-10-28)

Bug Fixes

  • DataSource: outputs twice (2c03843)

4.0.2 (2020-10-28)

Bug Fixes

  • ComplexProcessor: processing getter returns active (65f6787)

4.0.1 (2020-10-27)

Bug Fixes

  • Subject lost initial subscription call on subscribe (1446eda)

4.0.0 (2020-10-25)

Features

  • SorterProcessor: change direction to an enum (f03d184)

BREAKING CHANGES

  • SorterProcessor: change SorterProcessor direction to an enum

3.3.0 (2020-10-23)

Bug Fixes

  • build: actually use correct property on id-denylist (d508500)
  • build: check if id-denylist is defined (5af2657)
  • build: use correct id-denylist property (1e483c3)

Features

  • add public .original property and .reprocess() method (7554804), closes #97 #98

3.2.0 (2020-10-20)

Features

  • DebugProcessor: add DebugProcessor (e059b97), closes #99

3.1.1 (2020-10-18)

Bug Fixes

  • install @colonise/config@3.10.10 (02f1c76)
  • update to @colonise/config@3.10.9 (02d1c43)

3.0.1 (2019-03-24)

Bug Fixes

  • Config: Update semantic-release and config (15ec8d2)

3.0.0 (2019-03-24)

Bug Fixes

  • Replace utils with @colonise/utilities (0ddf1b9)

Features

  • Update TypeScript to 3.3.1 (943a672)

BREAKING CHANGES

  • Update TypeScript and start using unknown

2.0.0 (2018-10-28)

Features

  • upgrade TypeScript version to 3.1.3 (a3785a5)

BREAKING CHANGES

  • TypeScript version 2.7.2 changed to 3.1.3

Changelog

1.3.2 (2018-08-02)

Bug Fixes

  • PagerProcessor: empty array returned on page change (17470c5), closes #29

1.3.2 (2018-08-02)

Bug Fixes

  • PagerProcessor: empty array returned on page change (17470c5), closes #29

1.3.1 (2018-08-01)

Bug Fixes

  • ArrayDataSource: expose array data source so it can be used publicly (#30) (c2251f5)

1.3.0 (2018-07-31)

Features

  • ArrayDataSource: add a new class ArrayDataSource (a4b98e7), closes #24