Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ilya Radchenko committed May 10, 2016
1 parent c9a6e11 commit 6e0fb56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v2.1.0 (5/10/2016)

#### 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.

## v2.0.4 (4/18/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.4",
"version": "2.1.0",
"description": "Ember service for your query params",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 6e0fb56

Please sign in to comment.