Skip to content

Releases: knownasilya/ember-query-params

Normalize Invalid Arrays

10 May 15:15
Compare
Choose a tag to compare

v2.1.0

Fixes

  • Normalize string arrays
  • Don't set initial hash if there are params
  • Copy array values, so not changed by reference

Features

  • hasParams method added.

Fix setParams

18 Apr 13:23
Compare
Choose a tag to compare

v2.0.4

  • Prevent setParams from throwing error if undefined hash

Fix array QPs

15 Apr 12:38
Compare
Choose a tag to compare

Fixes

  • Compare array values for setParam handler calls (prevent SO)
  • Only send changed QPs from queryParamsDidChange action

Fix duplicate handler calls

13 Apr 20:24
Compare
Choose a tag to compare

Fixes

  • Don't call handlers if param value unchanged, resolves #16

Readme Fix Duplicate Sections

12 Apr 15:23
Compare
Choose a tag to compare

v2.0.1

  • Fix duplicate sections in readme

Route Mixin & URL Updates

12 Apr 15:08
Compare
Choose a tag to compare

Breaking Changes

  • AutoSubscribe mixin is now for the route, and not the controller. See the README for new usage instructions.
  • Auto controller defaults are only setup if those params are not setup in the service yet.

Resolves #10 and #13.

setParams

08 Apr 21:07
Compare
Choose a tag to compare

v1.3.0

  • Add setParams method

Defaults

08 Apr 18:17
Compare
Choose a tag to compare

v1.2.0

  • Auto set default values on autoSubscribe

Controller Mixin/Unsubscribe

08 Apr 15:39
Compare
Choose a tag to compare

Remove Map

08 Apr 12:43
Compare
Choose a tag to compare

v1.0.5

  • Don't require polyfill anymore