Commit Graph

271 Commits

Author SHA1 Message Date
XhmikosR
02b437036c Capitalization. 2016-04-14 23:31:01 +03:00
XhmikosR
7046e74ccc test/jasmine_test.js: use lodash. 2016-04-08 00:43:57 +03:00
XhmikosR
b7b140b2e2 Indentation fixes.
[ci skip]
2016-04-08 00:43:57 +03:00
XhmikosR
394d3f7814 Update devDependencies. 2016-04-08 00:43:56 +03:00
Vlad Filippov
a5ba9e37c8 v1.0.3 2016-04-07 12:22:49 -04:00
Vlad Filippov
70694babbe v1.0.2 2016-04-07 12:11:25 -04:00
Vlad Filippov
f1550b9204 v1.0.01 2016-04-07 03:30:01 -04:00
XhmikosR
1e78d89170 Update docs.
[ci skip]
2016-03-23 19:35:42 +02:00
XhmikosR
bddee284cd Update CHANGELOG.
[ci skip]
2016-03-18 21:10:28 +02:00
Vlad Filippov
709ff00038 Merge pull request #221 from michaelhogg/option-custom-boot-file
Add new option: customBootFile
2016-03-04 17:12:19 -05:00
Kyle Robinson Young
0eb7cf5602 Fix and use lodash directly. Fixes gruntjs/grunt#1461 2016-02-13 12:19:53 -08:00
Kyle Robinson Young
4a7d89aa07 Merge branch 'master' of github.com:gruntjs/grunt-contrib-jasmine
* 'master' of github.com:gruntjs/grunt-contrib-jasmine:
  fix version in the readme
  fix docs
  add 2.2.0 files
  changelog updates
  bump grunt-lib-phantomjs to 1.0.0 (updates to phantomjs 2.1.1)
  Jasmine 2.2.0 support
2016-01-29 19:20:08 -08:00
Kyle Robinson Young
c662d863d6 Point main to task 2016-01-29 19:19:55 -08:00
Kyle Robinson Young
d04bb27b25 Remove peerDeps. Ref gruntjs/grunt#1116 2016-01-29 19:19:31 -08:00
Vlad Filippov
1e0f1b9b2e fix version in the readme 2016-01-26 10:59:41 -05:00
Vlad Filippov
6606bb3d23 fix docs 2016-01-26 10:59:23 -05:00
Vlad Filippov
d39e61fa72 add 2.2.0 files 2016-01-26 10:58:14 -05:00
Vlad Filippov
e7317900c9 Merge branch 'master' of https://github.com/jamesgary/grunt-contrib-jasmine into jamesgary-master
# Conflicts:
#	README.md
#	docs/jasmine-options.md
#	package.json
#	tasks/jasmine.js
2016-01-26 10:57:38 -05:00
Vlad Filippov
17868081a7 changelog updates 2016-01-26 10:43:37 -05:00
Vlad Filippov
44a0158f12 Merge pull request #227 from seanparmelee/update-phantomjs
bump grunt-lib-phantomjs to 1.0.0 (updates phantomjs to 2.1.1)
2016-01-26 10:40:47 -05:00
Sean Parmelee
877abfd3b7 bump grunt-lib-phantomjs to 1.0.0 (updates to phantomjs 2.1.1) 2016-01-26 09:23:47 -06:00
Kyle Robinson Young
42115bdfac Update copyright to 2016 2016-01-04 17:14:52 -08:00
XhmikosR
92a8e1aca5 CI: Remove node.js '0.12' and add '5'. 2015-11-26 09:26:42 +02:00
XhmikosR
8619ec1f0b Update grunt-contrib-connect dep. 2015-10-23 03:04:44 +03:00
XhmikosR
f32a7bc3ad Minor lint tweaks. 2015-10-23 03:04:31 +03:00
XhmikosR
eae34f591e Update jasmine-examples.md
[ci skip]
2015-10-23 02:47:57 +03:00
XhmikosR
e97231ae96 Update jasmine-options.md
[ci skip]
2015-10-14 17:06:26 +03:00
XhmikosR
07af341b9b Update appveyor.yml. 2015-10-11 12:59:14 +03:00
Vlad Filippov
415ae2cbe5 v0.9.2 2015-09-24 13:00:43 -04:00
Vlad Filippov
484a01a818 Merge pull request #226 from jcreamer898/patch-2
Fix path resolution of es5shim
2015-09-24 12:58:37 -04:00
Vlad Filippov
31623f7309 Merge pull request #224 from doctorrustynelson/master
Remove install dependent path resolution.
2015-09-24 12:58:16 -04:00
Rusty Nelson
ba807dde2d Removed whitespace 2015-09-24 12:35:49 -04:00
jcreamer898
8155cba70c Fix path resolution of es5shim
Utilizing change from https://github.com/gruntjs/grunt-contrib-jasmine/pull/224, just fixing whitespace error to get PR merged.
2015-09-24 11:24:23 -05:00
Rusty Nelson
dfcc8125d2 Update jasmine.js
Removed install dependent path resolution.  The assumption of the package structure limits the usage of this module to only vanilla node.js when it doesn't have to.  By using dynamic resolution other structures may be utilized as well as allowing for the default structure to change without breaking implementation.
2015-09-21 08:12:27 -04:00
XhmikosR
23c77222c3 CI: test node.js 4.0. 2015-09-11 19:38:04 +03:00
Vlad Filippov
6d76cb3bc2 v0.9.1 2015-08-04 10:14:57 -04:00
Vlad Filippov
36760b0a3a Merge pull request #220 from michaelhogg/bug-fix-log-summary
Fix bug in logSummary()
2015-08-04 10:13:48 -04:00
Michael Hogg
b1d1305204 tasks/jasmine.js: fix JSHint issue 2015-08-04 15:12:43 +01:00
Michael Hogg
b395ce8eea tasks/jasmine.js: fix bug in logSummary()
This bug was introduced in commit f5ac86e ("Assorted lint fixes")
2015-08-04 14:49:31 +01:00
Michael Hogg
f67b7c3eb3 README.md: add docs for new task option: customBootFile 2015-08-04 12:28:55 +01:00
Michael Hogg
b79f2c1e2f tasks/lib/jasmine.js: implement new task option: customBootFile 2015-08-04 12:22:40 +01:00
Michael Hogg
6643817e03 tasks/jasmine.js: create new task option: customBootFile 2015-08-04 12:15:59 +01:00
Vlad Filippov
69b0b9e7a2 v0.9.0 2015-07-10 11:56:47 -04:00
Vlad Filippov
a59915e7ef Merge pull request #216 from gyandeeps/master
Update: Phantomjs dependency to include correct phantom kill (fixes #…
2015-07-10 11:54:21 -04:00
Gyandeep Singh
50450814ff Update: Phantomjs dependency to include correct phantom kill (fixes #167) 2015-07-10 10:36:45 -05:00
Kyle Robinson Young
1cfaa7aed7 Fix deprecated package.json licenses 2015-05-28 15:00:57 -07:00
XhmikosR
da8e2e7cd9 Update appveyor.yml.
Remove the unneeded grunt-cli global installation since it's in devDependencies.
2015-05-13 00:05:06 +03:00
XhmikosR
f5ac86edf2 Assorted lint fixes. 2015-04-24 01:41:14 +03:00
James Gary
f34f6d1f04 Jasmine 2.2.0 support 2015-04-23 11:17:08 -07:00
Vlad Filippov
d127b402d8 Merge pull request #203 from dorightdigital/fix-deps
Rolling back dependencies to stabilise the build.
2015-04-14 10:59:40 -04:00