Commit Graph

183 Commits

Author SHA1 Message Date
Gregg Van Hove 3dde7d0c29 Bump version to 2.3.1 to create a new bower package 2015-05-05 07:48:49 -07:00
Gregg Van Hove 5ea24a8448 version bump to 2.3.0 2015-04-28 10:13:42 -07:00
Steve Gravrock 0776146d3b Don't use hardcoded temporary directory paths 2015-02-22 16:03:20 -08:00
Christopher Amavisca a84e0cd8ef Add test script to package.json
- Use `npm test` in travis-node-script
2015-02-04 16:55:07 -08:00
Christopher Amavisca 471a241493 Add keywords to package.json 2015-02-04 16:36:31 -08:00
Greg Cobb and Gregg Van Hove e173cd1c9d bump version to 2.2.1 for bower fix 2015-02-02 12:24:14 -08:00
Greg Cobb and Gregg Van Hove 4acb7448d8 Update release notes and bump version for 2.2.0 2015-02-02 11:27:14 -08:00
Rohit Arondekar 9ad3eac469 Use new jasmine github repo url 2015-01-14 20:47:09 +05:30
slackersoft 4b6789ccd9 version bump for 2.1.3 2014-12-01 12:43:52 -08:00
slackersoft 2517ddfe17 bump verion to 2.1.2 2014-11-16 14:56:27 -08:00
slackersoft 97ab0cb403 bump version to 2.1.1 2014-11-14 18:43:00 -08:00
slackersoft 590a9d9d41 bump version to 2.1.0 2014-11-14 07:54:19 -08:00
slackersoft ecae3d47a7 Use the jasmine-npm tarball, since that works on travis
[#80505862]
2014-10-11 15:04:04 -07:00
slackersoft a76d6d1cd4 Pass in the current distribution when running node specs
- npm package spec can use beforeAll/afterAll now
- also depend on github repo directly instead of the tarball

[finish #80505862]
2014-10-11 14:54:08 -07:00
slackersoft 3132d98f23 Bump version to 2.0.4 now that I think npm files are sorted 2014-08-24 21:14:11 -07:00
slackersoft b799f54bc9 Remove runtime dependency on 'glob' so we have no runtime deps
- Clean up .npmignore a bit more
2014-08-24 21:11:50 -07:00
slackersoft 3c051fc291 bump to 2.0.3 to fix npm dependencies 2014-08-22 22:50:46 -07:00
slackersoft 6b937da863 Fix npm dependencies 2014-08-22 22:47:43 -07:00
slackersoft 89232db2ee Version bump to 2.0.2 2014-08-22 22:20:38 -07:00
Davis W. Frank ff1fa6a893 Updating version to 2.0.1 2014-07-21 12:35:34 -07:00
Christopher Amavisca and Davis W Frank e53b487017 - Add a main entry point for the jasmine-core npm
- jasmine-core can now self test with the jasmine-npm
- Add node examples files
- Add node_boot.js for node environment
- Move jasmine-core npm packaging to .npmignore
- removing src_dir and src_files from jasmine.json b/c jasmine-npm does not support requiring source files automatically.
2014-03-21 17:21:52 -07:00
Robin Böhm 2fc2802809 use load-grunt-tasks 2014-02-16 22:13:53 +01:00
Davis W. Frank 71faeea7b0 First attempt at publishing an npm 2014-01-24 09:31:38 -08:00
Christopher Jobst and Sheel Choksi a2a8b5dde2 Create a 2.0 distribution 2013-12-16 12:33:34 -08:00
Sheel Choksi 8513201fa3 Add in missing repository field to package.json
Removes the following warning when doing a `npm install`: 'npm WARN
package.json jasmine-core@2.0.0-rc5 No repository field.'
2013-11-02 18:28:53 -07:00
Sheel Choksi 40e3020fdc Build distribution for 2.0.0-rc5 and associated standalone distribution 2013-10-29 14:03:02 -07:00
Davis W. Frank 9e149d1e0f Move node dev deps forward, add .jshintrc to support latest grunt-contrib-jshint and Code Climate score 2013-10-25 12:23:57 -07:00
Gregg Van Hove and Tim Jarratt 18e1ab93ea Release for rc3 2013-10-03 09:55:36 -07:00
Davis W. Frank and Sheel Choksi be0e6222c5 Bumping to 2.0.0-rc2 due to an old, yanked 2.0.0-rc1 2013-07-28 17:55:29 -07:00
Davis W. Frank and Sheel Choksi 8c696ffc71 Release prep for 2.0.0-rc1 2013-07-28 17:31:24 -07:00
Davis W. Frank edc2bfae93 All Jasmine file manipulation/development moved from Thor to Grunt. Thor has been removed completely. Run grunt --help to see available tasks.
Canonical Jasmine version now lives in `package.json` (Node formatted) and is copied into Jasmine source (JavaScript and Ruby)

Jasmine distribution now has MIT license and Pivotal Labs copyright at the top of each distributed file.
2013-03-24 09:41:42 -07:00
Dan Hansen and Davis W. Frank e09fd40933 Move to grunt for building all distribution files.
* canonical version number of jasmine-core is now is package.json
* `grunt buildDistribution` builds jasmine.js, jasmine-html.js, jasmine.css and outputs them to the dist dir
* `grunt buildStandaloneDist` builds the example spec runner files and compresses them to dist/jasmine-VERSION.zip
* `grunt compass` compiles jasmine.css
* jasmine.Env handling of version is backwards compatible, but uses the version string directly (and nicely deprecated)
* Ruby/thor tasks that did the above deleted
2013-03-03 16:04:38 -08:00
Dan Hansen and Davis W. Frank cf7bb0269b Added grunt to project.
Move from embedded "fork" of jsHint to using grunt's jsHint module.
Cleaned ALL jsHint errors.
Added jasmine.util.isUndefined as alternative to extra careful protection against undefined clobbering
2013-03-01 14:28:18 -08:00