8000 Prepare for 3.0.0-rc.8 release. · correct-js/js-data@10f738a · GitHub
[go: up one dir, main page]

Skip to content

Commit 10f738a

Browse files
committed
Prepare for 3.0.0-rc.8 release.
1 parent 7e98fcf commit 10f738a

File tree

7 files changed

+201
-70
lines changed

7 files changed

+201
-70
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#
88
Alex <alexander.maznev@gmail.com>
99
antoinebrault <antoinebrault@gmail.com>
10+
Cory Robinson <crobinson42@users.noreply.github.com>
1011
David Madner <david.madner@gmx.net>
1112
Frans Krojegård <frans@krojegard.com>
1213
InternalFX <bryan@internalfx.com>

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##### 3.0.0-rc.8 - 20 February 2017
1+
##### 3.0.0-rc.8 - 21 February 2017
22

33
###### Breaking changes
44
- #445

CONTRIBUTORS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,28 @@
33
# Names are formatted as:
44
# Name [email address]
55
#
6+
Alex <alexander.maznev@gmail.com>
67
antoinebrault <antoinebrault@gmail.com>
8+
Cory Robinson <crobinson42@users.noreply.github.com>
79
David Madner <david.madner@gmx.net>
10+
Frans Krojegård <frans@krojegard.com>
811
InternalFX <bryan@internalfx.com>
12+
Ivan Voznyakovsky <ivan.voznyakovsky@gmail.com>
913
Jason Dobry <jason.dobry@gmail.com>
1014
Ken Børge Viktil <ken.borge.viktil@evry.com>
1115
Kent C. Dodds <kent@doddsfamily.us>
1216
Matt Lewis <matthew.lewis@socialsignin.co.uk>
1317
Matt Winkler <matt@mattwinkler.com>
18+
Matthew Overall <matthew.overall@gmail.com>
1419
Mitranim <me@mitranim.com>
20+
Nick Escallon <nickescallon@gmail.com>
21+
Nick Vahalik <nick@nickvahalik.com>
1522
Pencroff <pencroff@gmail.com>
1623
Robert Porter <rob@Roberts-MacBook-Pro.local>
24+
Scotty Waggoner <ozzieorca@gmail.com>
25+
Sergii Stotskyi <sergiy.stotskiy@gmail.com>
1726
Simon Williams <simon@systemparadox.co.uk>
27+
Tomás Fox <tomas.c.fox@gmail.com>
1828
Trey Nelson <treyenelson@gmail.com>
1929
Viktor Zozulyak <zozulyakviktor@gmail.com>
2030
Warren Taylor <warren@warrentaylor.ca>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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" />
22

3-
# [js-data v3](http://www.js-data.io/) [![Slack][1]][2] [![NPM][3]][4] [![Downloads][5]][6] [![Coverage][7]][8]
3+
# [js-data v3](http://www.js-data.io/) [![Slack][1]][2] [![NPM][3]][4] [![npm version](https://img.shields.io/badge/npm-v3.0.0--rc.8-yellow.svg?style=flat)](https://www.npmjs.org/package/js-data) [![Downloads][5]][6] [![Coverage][7]][8]
44

55
| __Browser tests__ | __Node.js tests__ |
66
| ---------------------------------|----|

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data",
33
"description": "Robust, framework-agnostic in-memory data store.",
4-
"version": "3.0.0-rc.7",
4+
"version": "3.0.0-rc.8",
55
"homepage": "http://www.js-data.io",
66
"repository": {
77
"type": "git",
@@ -60,19 +60,19 @@
6060
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
6161
},
6262
"devDependencies": {
63-
"babel-core": "6.22.1",
63+
"babel-core": "6.23.1",
6464
"babel-eslint": "7.1.1",
6565
"babel-plugin-external-helpers": "6.22.0",
6666
"babel-plugin-syntax-async-functions": "6.13.0",
67-
"babel-plugin-transform-es2015-modules-umd": "6.22.0",
67+
"babel-plugin-transform-es2015-modules-umd": "6.23.0",
6868
"babel-plugin-transform-regenerator": "6.22.0",
69-
"babel-polyfill": "6.22.0",
69+
"babel-polyfill": "6.23.0",
7070
"babel-preset-es2015": "6.22.0",
7171
"chai": "3.5.0",
7272
"ink-docstrap": "git+https://github.com/js-data/docstrap.git#cfbe45fa313e1628c493076d5e15d2b855dfbf2c",
7373
"js-data-repo-tools": "1.0.0",
7474
"jsdoc": "3.4.3",
75-
"karma": "1.4.1",
75+
"karma": "1.5.0",
7676
"karma-babel-preprocessor": "6.0.1",
7777
"karma-chai": "0.1.0",
7878
"karma-chrome-launcher": "2.0.0",

src/Record.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ export default Component.extend({
746746
*
747747
* @example <caption>Record#toJSON</caption>
748748
* // Normally you would do: import { Container } from 'js-data'
749-
* const JSData = require('js-data@3.0.0-rc.7')
749+
* const JSData = require('js-data@3.0.0-rc.8')
750750
* const { Container } = JSData
751751
* console.log('Using JSData v' + JSData.version.full)
752752
* const store = new Container()

0 commit comments

Comments
 (0)
0