vladikoff
f2a98381de
0.6.4
2014-04-28 15:49:12 -04:00
Jarrod Overson
5eaa39950d
0.6.3
2014-03-19 16:21:00 -07:00
Jarrod Overson
f610a2b388
Merge branch 'master' of https://github.com/magalhas/grunt-contrib-jasmine into magalhas-master
...
* 'master' of https://github.com/magalhas/grunt-contrib-jasmine :
including es5-shim instead of standalone bind polyfill
2014-02-27 14:25:44 -08:00
Jarrod Overson
1e0b7a7104
0.6.2
2014-02-27 14:16:44 -08:00
magalhas
476c1b6b1c
including es5-shim instead of standalone bind polyfill
2014-02-25 19:42:30 +00:00
Jarrod Overson
f02bf7fc1f
0.6.1
2014-01-30 12:26:33 -08:00
Jarrod Overson
4f50a8e4d2
0.6.0
2014-01-29 08:52:05 -08:00
Jarrod Overson
8c111a15ae
added watch dep, removed console logging for performance in browser
2014-01-28 17:15:55 -08:00
Jarrod Overson
dfa9182e20
updated logging and junit output for jasmine 2.0.0
2014-01-28 17:12:51 -08:00
Kyle Robinson Young
51a8db2b23
Remove Gruntfile.js as main in package.json
2013-09-14 12:43:16 -07:00
Jarrod Overson
dfe8f05d42
0.5.2
2013-09-02 11:05:38 -07:00
Jarrod Overson
c8241cd172
Merge branch 'master' of https://github.com/HBehrens/grunt-contrib-jasmine into HBehrens-master
...
* 'master' of https://github.com/HBehrens/grunt-contrib-jasmine :
use fixed version of grunt-lib-phantomjs to update https://github.com/gruntjs/grunt-contrib-jasmine/pull/44
test to verify hanging on failed load of iframe
Conflicts:
package.json
2013-09-02 10:58:08 -07:00
Kyle Robinson Young
20746e871f
Update jshint and devDeps
2013-08-12 10:18:03 -07:00
Jarrod Overson
468c93729d
0.5.1
2013-06-18 10:25:06 -07:00
Jarrod Overson
95a16b29c7
0.5.0
2013-06-15 12:16:10 -07:00
Jarrod Overson
e622be01c6
async teardown and .grunt removal, closes #58
2013-06-15 11:51:28 -07:00
Heiko Behrens
d2cc443e6b
use fixed version of grunt-lib-phantomjs to update https://github.com/gruntjs/grunt-contrib-jasmine/pull/44
2013-06-05 14:36:57 +02:00
Heiko Behrens
0fdf44b052
Merge commit '8cceb8b9d955686a4a435224304a24ce2896c0c3'
...
Conflicts:
package.json
2013-06-05 14:33:47 +02:00
Jarrod Overson
769357f2b4
0.4.2
2013-04-04 10:57:17 -07:00
Jarrod Overson
380729b874
fixed example, bumped grunt-lib-phantomjs, checking for trailing slash on host
2013-04-04 10:39:00 -07:00
Heiko Behrens
af73f349f8
test to verify hanging on failed load of iframe
2013-03-22 18:07:20 +01:00
Jarrod Overson
ade6a62d93
0.4.1
2013-03-10 22:17:28 -07:00
Jarrod Overson
da897d09f1
removed errant npmload, added nonull:true and removed file filter for relative file list, fixes #18 , 0.4.0
2013-03-10 21:44:06 -07:00
Bastian Behrens
dbe298a042
make the jasmine version to be used configurable, added run to test older jasmine version
2013-03-08 18:06:10 -08:00
Tyler Kellen
fab59daa31
bump contrib-jshint
2013-02-26 12:04:14 -05:00
Jarrod Overson
81a5816991
0.3.3
2013-02-24 08:05:07 -08:00
NeverI
faa1032ed7
Fix missing watch task module
2013-02-24 01:43:29 +01:00
Tyler Kellen
ed42d9dc22
add peerDependencies
2013-02-18 08:42:28 -05:00
Tyler Kellen
afb4a64142
version bump
2013-02-17 21:40:13 -05:00
Tyler Kellen
ae4203471b
0.4 release
2013-02-15 19:35:22 -05:00
Jarrod Overson
3eeb595ff6
exposing sendMessage and phantom to templates
2013-02-05 14:13:10 -08:00
Jarrod Overson
c929d11e72
updated for grunt v0.4.0rc7
2013-01-22 17:01:38 -08:00
Jarrod Overson
82393b94bf
updated for rc5
2013-01-09 21:24:18 -08:00
Jarrod Overson
7fd976a2a1
Added JUnit xml output (via Kelvin Luck @vitch)
...
Passing console.log from browser to verbose grunt logging
Support for templates as separate node modules
Removed internal requirejs template (see grunt-template-jasmine-requirejs)
General refactor
2013-01-08 11:28:26 -08:00
Jarrod Overson
54f2212485
updated deps
2012-12-13 09:08:18 -08:00
Jarrod Overson
00c02b6ecf
updated deps
2012-12-13 08:51:25 -08:00
Jarrod Overson
f1ff456c73
generalized configuration for requirejs template, updated jasmine, added loader plugin closing #5 , #6 , #7
2012-12-03 00:33:32 -08:00
Jarrod Overson
843a391f50
updated test config
2012-11-28 15:24:45 -08:00
Jarrod Overson
e1fc9c1c07
updated for new grunt/grunt-contrib apis, updated docs, updated dependencies
2012-11-24 15:44:00 -08:00
Tyler Kellen
8d1bd5cf87
use local grunt-cli for npm test
2012-11-19 15:55:33 -05:00
Jarrod Overson
6fa3714fae
Fixed 404, updated travis config, reverted test command
2012-11-07 13:14:09 -08:00
Jarrod Overson
1a1af9aa73
removed debug flags from test
2012-11-07 11:24:06 -08:00
Jarrod Overson
d44d81448b
Fixed race condition with requirejs template
2012-11-07 10:56:19 -08:00
Jarrod Overson
9a71d179ea
initial commit
2012-11-01 22:03:09 -07:00