Skip to content

Commit 21c0598

Browse files
committed
Stable Version 1.0.0-beta.1.
1 parent 2744b98 commit 21c0598

File tree

5 files changed

+27
-22
lines changed

5 files changed

+27
-22
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 1.0.0-beta.1 - 12 January 2015
2+
3+
Now in beta.
4+
15
##### 1.0.0-alpha.1 - 01 November 2014
26

37
Stable Version 1.0.0-alpha.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2014 Jason Dobry
3+
Copyright (c) 2013-2015 Jason Dobry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## js-data-schema
1+
<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" />
2+
3+
## js-data-schema [![Bower version](https://badge.fury.io/bo/js-data-schema.png)](http://badge.fury.io/bo/js-data-schema) [![NPM version](https://badge.fury.io/js/js-data-schema.png)](http://badge.fury.io/js/js-data-schema)
24

35
__Define and validate rules, datatypes and schemata in Node and in the browser.__
46

@@ -70,7 +72,7 @@ errors; // {
7072
## License
7173
[MIT License](https://github.com/js-data/js-data-schema/blob/master/LICENSE)
7274

73-
Copyright © 2013-2014 Jason Dobry
75+
Copyright © 2013-2015 Jason Dobry
7476

7577
Permission is hereby granted, free of charge, to any person obtaining a copy of
7678
this software and associated documentation files (the "Software"), to deal in

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"author": "Jason Dobry",
33
"name": "js-data-schema",
44
"description": "Define and validate rules, datatypes and schemata in Node and in the browser.",
5-
"version": "1.0.0-alpha.1",
65
"homepage": "http://www.js-data.io/docs/js-data-schema",
76
"repository": {
87
"type": "git",
98
"url": "https://github.com/js-data/js-data-schema.git"
109
},
11-
"main": "./dist/js-data-schema.min.js",
10+
"main": "./dist/js-data-schema.js",
1211
"ignore": [
1312
".idea/",
1413
"*.iml",

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-schema",
33
"description": "Define and validate rules, datatypes and schemata in Node and in the browser.",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-beta.1",
55
"homepage": "http://www.js-data.io/docs/js-data-schema",
66
"repository": {
77
"type": "git",
@@ -35,32 +35,32 @@
3535
],
3636
"readmeFilename": "README.md",
3737
"dependencies": {
38-
"mout": "0.10.0"
38+
"mout": "0.11.0"
3939
},
4040
"devDependencies": {
41-
"chai": "1.9.2",
41+
"chai": "1.10.0",
4242
"grunt": "0.4.5",
43-
"grunt-browserify": "3.1.0",
43+
"grunt-browserify": "3.2.1",
4444
"grunt-contrib-clean": "0.6.0",
4545
"grunt-contrib-jshint": "0.10.0",
46-
"grunt-contrib-uglify": "0.6.0",
46+
"grunt-contrib-uglify": "0.7.0",
4747
"grunt-contrib-watch": "0.6.1",
48-
"grunt-karma": "0.9.0",
49-
"grunt-karma-coveralls": "2.5.2",
50-
"grunt-mocha-test": "0.12.2",
48+
"grunt-karma": "0.10.1",
49+
"grunt-karma-coveralls": "2.5.3",
50+
"grunt-mocha-test": "0.12.6",
5151
"jit-grunt": "0.9.0",
52-
"karma": "0.12.24",
52+
"karma": "0.12.31",
5353
"karma-chai": "0.1.0",
54-
"karma-chrome-launcher": "0.1.5",
55-
"karma-coverage": "0.2.6",
56-
"karma-firefox-launcher": "0.1.3",
57-
"karma-mocha": "0.1.9",
54+
"karma-chrome-launcher": "0.1.7",
55+
"karma-coverage": "0.2.7",
56+
"karma-firefox-launcher": "0.1.4",
57+
"karma-mocha": "0.1.10",
5858
"karma-phantomjs-launcher": "0.1.4",
5959
"karma-script-launcher": "0.1.0",
60-
"karma-sinon": "1.0.3",
61-
"karma-spec-reporter": "0.0.13",
62-
"mocha": "2.0.1",
63-
"sinon": "1.11.1",
60+
"karma-sinon": "1.0.4",
61+
"karma-spec-reporter": "0.0.16",
62+
"mocha": "2.1.0",
63+
"sinon": "1.12.2",
6464
"time-grunt": "1.0.0"
6565
},
6666
"bugs": {

0 commit comments

Comments
 (0)