Skip to content

Releases: NullVoxPopuli/ember-query-params-service

ember-query-params-service@1.0.0

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

Choose a tag to compare

@NullVoxPopuli NullVoxPopuli released this 17 Dec 05:12

0.7.3 (2021-12-17)

Bug Fixes

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

v0.7.2

Choose a tag to compare

@NullVoxPopuli NullVoxPopuli released this 06 Dec 10:01

0.7.2 (2021-12-06)

Bug Fixes

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

v0.7.1

Choose a tag to compare

@NullVoxPopuli NullVoxPopuli released this 05 Dec 20:08

0.7.1 (2021-12-05)

Bug Fixes

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

v0.7.0

Choose a tag to compare

@NullVoxPopuli NullVoxPopuli released this 16 Nov 21:50
e77d3d3

0.7.0 (2021-11-16)

Features

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

v0.6.3

Choose a tag to compare

@NullVoxPopuli NullVoxPopuli released this 16 Nov 14:18
fcc20a6

0.6.3 (2021-11-16)

Bug Fixes

  • stop the error caused by routeWillChange (aae63eb)

v0.6.2

Choose a tag to compare

@NullVoxPopuli NullVoxPopuli released this 15 Nov 20:56
4233bc3

0.6.2 (2021-11-15)

Bug Fixes

  • updated the commitlint.config.js (a1dfe67)

v0.6.1

Choose a tag to compare

@NullVoxPopuli NullVoxPopuli released this 15 Nov 20:21
848dbd3

0.6.1 (2021-11-15)

Bug Fixes

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

v0.6.0

Choose a tag to compare

@NullVoxPopuli NullVoxPopuli released this 17 Oct 14:28
2704638

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

Choose a tag to compare

@NullVoxPopuli NullVoxPopuli released this 16 Oct 22:29
405bdf7

0.5.55 (2021-10-16)

Bug Fixes

  • export typescript types from index (5964e79)