Releases: NullVoxPopuli/ember-query-params-service
Releases · NullVoxPopuli/ember-query-params-service
Major Changes
- 9cdb9b8: convert to a v2 addon, so this library now requires consumers to have ember-auto-import@v2+
v0.7.3
0.7.3 (2021-12-17)
Bug Fixes
- deps: update dependency ember-cli-babel to ^7.26.10 (30bfbd7)
v0.7.2
0.7.2 (2021-12-06)
Bug Fixes
- deps: update dependency qs to ^6.10.2 (891fd02)
v0.7.1
0.7.1 (2021-12-05)
Bug Fixes
- deps: update dependency ember-cli-htmlbars to ^6.0.1 (fc10fe2)
v0.7.0
0.7.0 (2021-11-16)
Features
- query params are sorted on the URL (6caa209)
v0.6.3
0.6.3 (2021-11-16)
Bug Fixes
- stop the error caused by routeWillChange (aae63eb)
v0.6.2
0.6.2 (2021-11-15)
Bug Fixes
- updated the commitlint.config.js (a1dfe67)
v0.6.1
0.6.1 (2021-11-15)
Bug Fixes
- do not show question mark when there are no query params (d419281)
v0.6.0
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
0.5.55 (2021-10-16)
Bug Fixes
- export typescript types from index (5964e79)