Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
Fixes
-----

- Compare array values for setParam handler calls (prevent SO)
- Only send changed QPs from queryParamsDidChange action
  • Loading branch information
Ilya Radchenko committed Apr 15, 2016
1 parent b1c7a5a commit c308340
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v2.0.3 (4/15/2016)

#### Fixes

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

## v2.0.2 (4/13/2016)

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-query-params",
"version": "2.0.2",
"version": "2.0.3",
"description": "Ember service for your query params",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit c308340

Please sign in to comment.