Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Sep 22, 2016
1 parent fd16d2a commit 96e0390
Show file tree
Hide file tree
Showing 8 changed files with 582 additions and 645 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
##### 2.10.0 - 22 September 2016

###### Backwards compatible changes
- #324 - Added `applyDefaultsOnInject` option, which defaults to `false`
- #364 - Added `usePendingFind` and `usePendingFindAll` options, which both default to `true`

###### Bug fixes
- #316 - Merge/Replace inject does not reevaluate computed properties
- #324 - Inconsistent defaultValues behavior.
- #364 - Resource.pendingQueries on server causes unexpected behaviour
- #373 - DS.clear() extremely slow
- #407 - DSUtils.copy blacklist applies to nested fields

##### 2.9.0 - 17 February 2016

###### Backwards compatible bug API changes
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,10 @@
[![Coverage Status][cov_b]][cov_l]
[![Codacy][cod_b]][cod_l]

*JSData 3.x is code complete (waiting on documentation updates to release 3.0.0 stable). Read more in the [3.x docs](http://www.js-data.io/v3.0/docs).*

-----

Inspired by [Ember Data][ember], __JSData__ is the model layer you've been
craving. It consists of a convenient __framework-agnostic__, __in-memory store__
for managing your data, which uses __adapters__ to communicate with various
Expand Down

0 comments on commit 96e0390

Please sign in to comment.