8000 Stable Version 1.5.5. · digitaldeployment/js-data@ef7321f · GitHub
[go: up one dir, main page]

Skip to content

Commit ef7321f

Browse files
committed
Stable Version 1.5.5.
(The last commit message was a total mistake).
1 parent ee49f09 commit ef7321f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##### 1.5.5 - 06 March 2015
1+
##### 1.5.5 - 07 March 2015
22

33
###### Other
44
- Re-wrote a good amount of the code to use ES6. Now using Babel.js to transpile back to ES5.

dist/js-data-debug.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* js-data
3-
* @version 1.5.4 - Homepage <http://www.js-data.io/>
3+
* @version 1.5.5 - Homepage <http://www.js-data.io/>
44
* @author Jason Dobry <jason.dobry@gmail.com>
55
* @copyright (c) 2014-2015 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data/blob/master/LICENSE>
@@ -79,10 +79,10 @@ return /******/ (function(modules) { // webpackBootstrap
7979
DSUtils: DSUtils,
8080
DSErrors: DSErrors,
8181
version: {
82-
full: "1.5.4",
82+
full: "1.5.5",
8383
major: parseInt("1", 10),
8484
minor: parseInt("5", 10),
85-
patch: parseInt("4", 10),
85+
patch: parseInt("5", 10),
8686
alpha: true ? "false" : false,
8787
beta: true ? "false" : false
8888
}

dist/js-data.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* js-data
3-
* @version 1.5.4 - Homepage <http://www.js-data.io/>
3+
* @version 1.5.5 - Homepage <http://www.js-data.io/>
44
* @author Jason Dobry <jason.dobry@gmail.com>
55
* @copyright (c) 2014-2015 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data/blob/master/LICENSE>
@@ -79,10 +79,10 @@ return /******/ (function(modules) { // webpackBootstrap
7979
DSUtils: DSUtils,
8080
DSErrors: DSErrors,
8181
version: {
82-
full: "1.5.4",
82+
full: "1.5.5",
8383
major: parseInt("1", 10),
8484
minor: parseInt("5", 10),
85-
patch: parseInt("4", 10),
85+
patch: parseInt("5", 10),
8686
alpha: true ? "false" : false,
8787
beta: true ? "false" : false
8888
}

dist/js-data.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": "1.5.4",
4+
"version": "1.5.5",
55
"homepage": "http://www.js-data.io",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)
0