Skip to content

Commit

Permalink
Stable Version 1.0.0-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jan 12, 2015
1 parent 2744b98 commit 21c0598
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 1.0.0-beta.1 - 12 January 2015

Now in beta.

##### 1.0.0-alpha.1 - 01 November 2014

Stable Version 1.0.0-alpha.1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2014 Jason Dobry
Copyright (c) 2013-2015 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 in
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## js-data-schema
<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" />

## 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)

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

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

Copyright © 2013-2014 Jason Dobry
Copyright © 2013-2015 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 in
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"author": "Jason Dobry",
"name": "js-data-schema",
"description": "Define and validate rules, datatypes and schemata in Node and in the browser.",
"version": "1.0.0-alpha.1",
"homepage": "http://www.js-data.io/docs/js-data-schema",
"repository": {
"type": "git",
"url": "https://github.com/js-data/js-data-schema.git"
},
"main": "./dist/js-data-schema.min.js",
"main": "./dist/js-data-schema.js",
"ignore": [
".idea/",
"*.iml",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-schema",
"description": "Define and validate rules, datatypes and schemata in Node and in the browser.",
"version": "1.0.0-alpha.1",
"version": "1.0.0-beta.1",
"homepage": "http://www.js-data.io/docs/js-data-schema",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,32 +35,32 @@
],
"readmeFilename": "README.md",
"dependencies": {
"mout": "0.10.0"
"mout": "0.11.0"
},
"devDependencies": {
"chai": "1.9.2",
"chai": "1.10.0",
"grunt": "0.4.5",
"grunt-browserify": "3.1.0",
"grunt-browserify": "3.2.1",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "0.9.0",
"grunt-karma-coveralls": "2.5.2",
"grunt-mocha-test": "0.12.2",
"grunt-karma": "0.10.1",
"grunt-karma-coveralls": "2.5.3",
"grunt-mocha-test": "0.12.6",
"jit-grunt": "0.9.0",
"karma": "0.12.24",
"karma": "0.12.31",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.5",
"karma-coverage": "0.2.6",
"karma-firefox-launcher": "0.1.3",
"karma-mocha": "0.1.9",
"karma-chrome-launcher": "0.1.7",
"karma-coverage": "0.2.7",
"karma-firefox-launcher": "0.1.4",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"karma-script-launcher": "0.1.0",
"karma-sinon": "1.0.3",
"karma-spec-reporter": "0.0.13",
"mocha": "2.0.1",
"sinon": "1.11.1",
"karma-sinon": "1.0.4",
"karma-spec-reporter": "0.0.16",
"mocha": "2.1.0",
"sinon": "1.12.2",
"time-grunt": "1.0.0"
},
"bugs": {
Expand Down

0 comments on commit 21c0598

Please sign in to comment.