Skip to content

Releases: NullVoxPopuli/ember-query-params-service

[email protected]

24 Jul 03:31
Compare
Choose a tag to compare

Major Changes

  • 9cdb9b8: convert to a v2 addon, so this library now requires consumers to have ember-auto-import@v2+

v0.7.3

17 Dec 05:12
Compare
Choose a tag to compare

0.7.3 (2021-12-17)

Bug Fixes

  • deps: update dependency ember-cli-babel to ^7.26.10 (30bfbd7)

v0.7.2

06 Dec 10:01
Compare
Choose a tag to compare

0.7.2 (2021-12-06)

Bug Fixes

  • deps: update dependency qs to ^6.10.2 (891fd02)

v0.7.1

05 Dec 20:08
Compare
Choose a tag to compare

0.7.1 (2021-12-05)

Bug Fixes

  • deps: update dependency ember-cli-htmlbars to ^6.0.1 (fc10fe2)

v0.7.0

16 Nov 21:50
e77d3d3
Compare
Choose a tag to compare

0.7.0 (2021-11-16)

Features

  • query params are sorted on the URL (6caa209)

v0.6.3

16 Nov 14:18
fcc20a6
Compare
Choose a tag to compare

0.6.3 (2021-11-16)

Bug Fixes

  • stop the error caused by routeWillChange (aae63eb)

v0.6.2

15 Nov 20:56
4233bc3
Compare
Choose a tag to compare

0.6.2 (2021-11-15)

Bug Fixes

  • updated the commitlint.config.js (a1dfe67)

v0.6.1

15 Nov 20:21
848dbd3
Compare
Choose a tag to compare

0.6.1 (2021-11-15)

Bug Fixes

  • do not show question mark when there are no query params (d419281)

v0.6.0

17 Oct 14:28
2704638
Compare
Choose a tag to compare

0.6.0 (2021-10-17)

Bug Fixes

  • removed debuggers, fixed linting (156d1cf)

Features

  • Allow for query params when set to their default values not to be present on the URL (b3a118c)

v0.5.55

16 Oct 22:29
405bdf7
Compare
Choose a tag to compare

0.5.55 (2021-10-16)

Bug Fixes

  • export typescript types from index (5964e79)