Skip to content

Commit

Permalink
Stable Version 2.9.0
Browse files Browse the repository at this point in the history
Closes #273
Closes #284
Closes #290
Closes #305

Fixes #251
Fixes #262
Fixes #272
Fixes #304
  • Loading branch information
jmdobry committed Feb 18, 2016
1 parent 5ab93d2 commit 8f4ca8c
Show file tree
Hide file tree
Showing 45 changed files with 3,284 additions and 2,326 deletions.
3 changes: 3 additions & 0 deletions .babelrc
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
##### 2.9.0 - 17 February 2016

###### Backwards compatible bug API changes
- #273 - DS.save, use id from incoming arguments by @zuzusik
- #284 - (Partial) Support for temporary items
- #290 - Add save() option to always include specified properties when using changesOnly by @OzzieOrca
- #305 - Add support for multiple parents by @tfoxy

###### Backwards compatible bug fixes
- #251 - The 'localKey' of the 'belongsTo' relation ship is not set.
- #262 - `defaultValues` are shallow copied
- #272 - lastSaved is broken when API doesn't return saved object in response
- #304 - Relations ignore useClass on the server

##### 2.8.2 - 04 November 2015

###### Backwards compatible bug fixes
Expand Down
28 changes: 19 additions & 9 deletions README.md
@@ -1,6 +1,13 @@
<img src="https://raw.githubusercontent.com/js-data/js-data/master/js-data.png" alt="js-data logo" title="js-data" align="right" width="64" height="64" />
<img src="https://raw.githubusercontent.com/js-data/js-data/master/js-data.png" alt="js-data logo" title="js-data" align="right" width="96" height="96" />

## JSData [![Slack Status][sl_b]][slack] [![npm version][npm_b]][npm_l] [![Circle CI][circle_b]][circle_l] [![npm downloads][dn_b]][dn_l] [![Coverage Status][cov_b]][cov_l] [![Codacy][cod_b]][cod_l]
# js-data

[![Slack Status][sl_b]][slack]
[![npm version][npm_b]][npm_l]
[![Circle CI][circle_b]][circle_l]
[![npm downloads][dn_b]][dn_l]
[![Coverage Status][cov_b]][cov_l]
[![Codacy][cod_b]][cod_l]

Inspired by [Ember Data][ember], __JSData__ is the model layer you've been
craving. It consists of a convenient __framework-agnostic__, __in-memory store__
Expand Down Expand Up @@ -181,19 +188,22 @@ See an issue with or have a suggestion for the documentation? You can suggest ed
### Changelog
[CHANGELOG.md](https://github.com/js-data/js-data/blob/master/CHANGELOG.md)

### Support

Support questions are handled via [Stack Overflow][so], [Slack][slack], and the
[Mailing List][ml]. Ask your questions there.

### Community
- [StackOverflow][so]
- [Slack Channel](http://slack.js-data.io) [![Slack Status][sl_b]][slack] - Better than IRC!
- [Announcements](http://www.js-data.io/blog)
- [Mailing List](ml) - Ask your questions!
- [Mailing List][ml] - Ask your questions!
- [Issues](https://github.com/js-data/js-data/issues) - Found a bug? Feature request? Submit an issue!
- [GitHub](https://github.com/js-data/js-data) - View the source code for JSData.
- [Contributing Guide](https://github.com/js-data/js-data/blob/master/CONTRIBUTING.md)

### Contributing

First, support is handled via the [Slack Channel][slack] and the
[Mailing List][ml]. Ask your questions there.

When submitting issues on GitHub, please include as much detail as possible to
make debugging quick and easy.

Expand Down Expand Up @@ -225,7 +235,7 @@ will be committed when a release is cut.

The MIT License (MIT)

Copyright (c) 2014-2015 Jason Dobry
Copyright (c) 2014-2016 Jason Dobry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -245,7 +255,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


[sl_b]: http://slack.js-data.io/badge.svg
[npm_b]: https://img.shields.io/npm/v/js-data.svg?style=flat
[npm_l]: https://www.npmjs.org/package/js-data
Expand Down Expand Up @@ -276,4 +285,5 @@ SOFTWARE.
[inst]: http://www.js-data.io/docs#use-with-webpack

[slack]: http://slack.js-data.io
[ml]: https://groups.io/org/groupsio/jsdata
[ml]: https://groups.io/org/groupsio/jsdata
[so]: http://stackoverflow.com/questions/tagged/jsdata

0 comments on commit 8f4ca8c

Please sign in to comment.