Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Prepare for 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jul 8, 2016
1 parent 6c7f5e6 commit 43c5702
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 410 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### 0.7.4 - 07 July 2016

###### Backwards compatible changes
- Updated dependencies

##### 0.7.3 - 25 May 2016

###### Bug fixes
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014-2016 js-data-adapter project authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Refer to the various JSData adapter repositories to see how they extend `Adapter

##### Browser-based adapter
```
npm i --save js-data
npm i --save-dev js-data-adapter
npm i --save js-data js-data-adapter
```

##### Node.js based adapter
Expand Down Expand Up @@ -65,7 +64,6 @@ Object.defineProperty(MyAdapter, '__super__', {
## Links
* [JSData Quick start](http://www.js-data.io/v3.0/docs/home#quick-start) - Get started in 5 minutes
* [Guides and Tutorials](http://www.js-data.io/v3.0/docs/home) - Learn how to use JSData
* [API Reference Docs](http://api.js-data.io) - Explore components, methods, options, etc.
* [Community & Support](http://js-data.io/docs/community) - Find solutions and chat with the community
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-adapter",
"description": "Base adapter class that all other js-data adapters extend.",
"version": "0.7.3",
"version": "0.7.4",
"homepage": "https://github.com/js-data/js-data-adapter",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"release": "npm test && repo-tools updates && repo-tools changelog && repo-tools authors"
},
"peerDependencies": {
"js-data": "^3.0.0-beta.6"
"js-data": "^3.0.0-beta.10"
},
"dependencies": {
"chai": "^3.5.0",
Expand All @@ -75,6 +75,6 @@
"babel-plugin-syntax-async-functions": "6.8.0",
"babel-plugin-transform-regenerator": "6.9.0",
"babel-preset-stage-0": "6.5.0",
"js-data-repo-tools": "0.5.2"
"js-data-repo-tools": "0.5.5"
}
}
Loading

0 comments on commit 43c5702

Please sign in to comment.