Skip to content

Commit

Permalink
Merge branch 'master' into 166.requirejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Irene Ros committed Sep 25, 2012
2 parents 8f6cc65 + de7a321 commit f5defe2
Show file tree
Hide file tree
Showing 49 changed files with 11,372 additions and 7,349 deletions.
19 changes: 13 additions & 6 deletions README.md
Expand Up @@ -9,26 +9,26 @@ Read more about Dataset [here](http://misoproject.com/dataset)

### Including Dependencies

[miso.ds.dev.zip](https://github.com/downloads/misoproject/dataset/miso.ds.dev.0.2.1.zip) - Download Development With Dependencies - 0.2.1
[miso.ds.dev.zip](https://github.com/downloads/misoproject/dataset/miso.ds.dev.0.2.2.zip) - Download Development With Dependencies - 0.2.2

[miso.ds.deps.min.js](https://github.com/downloads/misoproject/dataset/miso.ds.deps.min.0.2.1.js) - Download Production With Dependencies - 0.2.1
[miso.ds.deps.min.js](https://github.com/downloads/misoproject/dataset/miso.ds.deps.min.0.2.2.js) - Download Production With Dependencies - 0.2.2

### Without Dependencies

The following builds do not have any of the dependencies built in. It is your own responsibility to include them as appropriate script elements in your page.

[miso.ds.js](https://github.com/downloads/misoproject/dataset/miso.ds.min.0.2.1.js) - Download Production No Dependencies - 0.2.1
[miso.ds.js](https://github.com/downloads/misoproject/dataset/miso.ds.min.0.2.2.js) - Download Production No Dependencies - 0.2.2

[miso.ds.min.js](https://github.com/misoproject/dataset/tree/master/dist/) - Download Development No Dependencies - 0.2.1
[miso.ds.min.js](https://github.com/misoproject/dataset/tree/master/dist/) - Download Development No Dependencies - 0.2.2

### Dependencies

Dataset has the following dependencies:

* [Lodash.js 0.3.2](http://lodash.com/)
* [Lodash.js 0.6.1](http://lodash.com/)
* [Underscore.math.js (version unknown)](https://github.com/syntagmatic/underscore.math)
* [Underscore.deferred.js 0.1.2](https://github.com/wookiehangover/underscore.Deferred)
* [moment.js 1.4.0](http://momentjs.com/) (for date and time parsing)
* [moment.js 1.7.0](http://momentjs.com/) (for date and time parsing)

If you are planning on supporting IE, include the following json2.js library as well:
* [json2.js 2011-10-19](https://github.com/douglascrockford/JSON-js)
Expand All @@ -41,6 +41,13 @@ The full documentation set can be found here:

Miso.Dataset works in the browser and in Node.js.

### Have an intersting issue or question?

Maybe others have as well. Ask your quesiton as a ticket
or check out the current listing of tips and tricks in our
[How do I...](https://github.com/misoproject/dataset/wiki/How-Do-I...)
wiki page.

#### Browser support

Include the appropriate libs as script tags in your web pages
Expand Down
12 changes: 12 additions & 0 deletions component.json
@@ -0,0 +1,12 @@
{
"name": "miso.dataset",
"version": "0.2.2",
"main": "./dist/miso.ds.0.2.2.js",
"dependencies" : {
"json2" : "*",
"lodash" : "0.6.1",
"moment" : "1.7.0",
"underscore.deferred" : "*",
"underscore.math" : "git://github.com/syntagmatic/underscore.math.git"
}
}
2 changes: 1 addition & 1 deletion dist/LASTBUILD
@@ -1 +1 @@
2012/06/29 09:18
2012/09/03 05:58

0 comments on commit f5defe2

Please sign in to comment.