Commit Graph

  • bf5565b4f8 Fix version. Christian Williams 2010-06-29 23:59:19 -0700
  • f25fd2a3d7 Add release notes. Harry Ugol & Tyler Schultz 2010-06-28 10:58:28 -0700
  • 766f3546bf Add gem reference. Harry Ugol & Tyler Schultz 2010-06-28 10:52:22 -0700
  • 5a530c2f7d Add gem reference. Harry Ugol & Tyler Schultz 2010-06-28 10:52:22 -0700
  • afc086edf8 updating link to standalone zip file Lee Byrd & Christian Williams 2010-06-25 18:56:44 -0700
  • f6d1f7d871 checking in master's SHA 0.11.1-release Lee Byrd & Christian Williams 2010-06-25 18:19:02 -0700
  • 5e843e087b updating gh-pages SHA Lee Byrd & Christian Williams 2010-06-25 18:13:58 -0700
  • 44a5276100 adding jsdocs and standalone zip Lee Byrd & Christian Williams 2010-06-25 18:12:02 -0700
  • 51c0563608 bumping version to 0.11.1 Lee Byrd & Christian Williams 2010-06-25 18:11:18 -0700
  • fd29d04549 Add missing images. Lee Byrd & Christian Williams 2010-06-25 17:41:36 -0700
  • 9e3036fbf7 Doc fix. Lee Byrd & Christian Williams 2010-06-25 17:40:50 -0700
  • e8e9ebbd48 Update pages/index.html. Lee Byrd & Christian Williams 2010-06-25 17:36:03 -0700
  • dcc8b460d1 Rakefile updates pages/index.html. Lee Byrd & Christian Williams 2010-06-25 17:35:08 -0700
  • 29307537f7 Add jsdoc to pages. Lee Byrd & Christian Williams 2010-06-25 16:06:40 -0700
  • c533b67aa5 Remove vestiges of ruby ci code from jasmine core. Add missing lib/jasmine-html.js. Lee Byrd & Christian Williams 2010-06-25 15:16:43 -0700
  • 7a69d64669 Add dist to .gitignore. Exclude hidden files from standalone zip. Lee Byrd & Christian Williams 2010-06-25 10:07:08 -0700
  • ed80a0cad7 Re-add lib/jasmine.css for jasmine-gem. Lee Byrd & Christian Williams 2010-06-24 17:37:13 -0700
  • 85351f2c1c Build html support classes (just TrivialReporter for now) into jasmine-html.js. Lee Byrd & Christian Williams 2010-06-24 17:33:46 -0700
  • 1057596665 New example project. Generate jasmine-standalone-x.x.x.zip. Lee Byrd & Christian Williams 2010-06-24 17:15:06 -0700
  • a5926d22a1 Use pretty dom printing. fancy-html Lee Byrd & Christian Williams 2010-06-24 11:58:57 -0700
  • 25f57c3321 Fix example_runner.html to call env.addReporter rather that set env.reporter directly. Lee Byrd & Christian Williams 2010-06-24 11:32:22 -0700
  • 3d66c5f051 Styling. Christian Williams 2010-06-23 23:09:01 -0700
  • 9384512138 Old rev. Christian Williams 2010-06-05 11:48:28 -0400
  • 22065fafad By default don't display "Jasmine Running..." console log for each spec. Re-enable by setting TrivialReporter's logRunningSpecs to true. Lee Byrd & Christian Williams 2010-06-24 11:10:58 -0700
  • 2939aff80c deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith Lee Byrd & Christian Williams 2010-06-24 10:34:03 -0700
  • 35b06e7e7b github generated gh-pages branch pivotal 2010-06-23 17:38:43 -0700
  • 6a0e452788 Oops, remove call to jasmine.log(). Lee Byrd & Christian Williams 2010-06-23 17:12:38 -0700
  • 00296b02e0 Regenerate jsdoc. 0.11.0-release Lee Byrd & Christian Williams 2010-06-23 11:31:55 -0700
  • 8f5f6a6d27 The single-file lib/jasmine.js no longer has a version number in the filename. We'll make it available for download with the version number seperately. Add lint check for 'window'. Remove last 'window' reference. Lee Byrd & Christian Williams 2010-06-23 11:31:38 -0700
  • ed47ececa9 The single-file lib/jasmine.js no longer has a version number in the filename. We'll make it available for download with the version number seperately. Lee Byrd & Christian Williams 2010-06-23 11:26:01 -0700
  • 9c8180d8d0 Fixed bug where multiple calls to jasmine.Clock.useMock cause multiple tear downs Lee Byrd & Christian Williams 2010-06-23 11:03:05 -0700
  • 6a9f74e849 Add jsdoc for jasmine.log. Lee Byrd & Christian Williams 2010-06-23 10:53:10 -0700
  • 3be2455d8c README change. Lee Byrd & Christian Williams 2010-06-23 10:28:02 -0700
  • 40b0c49d25 Point example_runner.html to latest jasmine version. Update README. Lee Byrd & Christian Williams 2010-06-23 10:21:21 -0700
  • 82e04c327a Bumped version to 0.11.0. Regenerated docs and lib. Lee Byrd & Christian Williams 2010-06-22 17:52:25 -0700
  • 2a3376d11e Removed deprecated jasmine.include(). Removed deprecated ExpectationResult.details. Removed deprecated Spec.getResults(). Lee Byrd & Christian Williams 2010-06-22 17:38:15 -0700
  • 413be6b4ca Remove deprecated class jasmine.Reporters. Fully deprecate old-style Matchers; will be removed in next major version. Lee Byrd & Christian Williams 2010-06-22 17:35:41 -0700
  • 0539251fe6 Refactored TrivialReporter to handle duplicate suite names properly Lee Byrd & Christian Williams 2010-06-22 17:25:08 -0700
  • 1154fcaf3b Refactor. Lee Byrd & Christian Williams 2010-06-22 16:45:35 -0700
  • 01d842fdfd Removed references to 'window'; using jasmine.getGlobal() instead in order to better support non-browser environments. Better protection around access to console. The global object is now pretty-printed as "<global>", not "<window>". Tests are a little closer to passing in node.js. Lee Byrd & Christian Williams 2010-06-22 16:22:09 -0700
  • e60f22a2e5 Changed 'type' field of MessageResult and ExpectationResult to 'log' and 'expect', respectively. Lee Byrd & Christian Williams 2010-06-22 14:48:47 -0700
  • e7cd6a473a jasmine.log() and Spec#log() take multiple arguments which are pretty-printed and concatted together. Log messages are handled correctly in TrivialReporter and JsApiReporter. Lee Byrd & Christian Williams 2010-06-22 12:23:54 -0700
  • 3bdc96c00a Re-enable and fix JsApiReporterSpec specs. Lee Byrd & Christian Williams 2010-06-22 12:04:34 -0700
  • b9bf42c6b5 Merge branch 'master' of git@github.com:pivotal/jasmine into HEAD Lee Byrd & Christian Williams 2010-06-22 10:43:48 -0700
  • 2d138f1cfa Refactor. Lee Byrd & Christian Williams 2010-06-22 10:30:06 -0700
  • e30b99e7b3 JsApiReporter reports nested suites correctly. Runner#topLevelSuites() returns only top level suites. Suite#specs(), Suite#suites(), and Suite#children() return immediate children. Lee Byrd & Christian Williams 2010-06-22 10:18:22 -0700
  • 40272cd563 Fixed typo in example code. DanielHeath 2010-06-07 11:53:32 +0800
  • c187adc096 Version bump to 0.10.4 0.10.4-release Pivotal 2010-06-05 10:44:54 -0400
  • 5aa306cf66 Add unit specs for WaitsForBlock Pivotal 2010-06-05 10:32:41 -0400
  • 462b50e84e Replace unshift with splice (unshift not IE-safe) Pivotal 2010-06-05 10:12:16 -0400
  • 46249bf515 Fix spec failure that occured when stack traces/line numbers are available Pivotal 2010-06-05 10:07:58 -0400
  • 03d7bfb7d4 Oops, shouldn't onComplete there. Christian Williams 2010-06-04 14:48:48 -0400
  • 11292ff83c Merge branch 'master' of git@github.com:pivotal/jasmine Christian Williams 2010-06-04 14:45:52 -0400
  • ab7678e713 Apply patch from Eric Pabst (May 18, 2010): Christian Williams 2010-06-04 14:45:42 -0400
  • 6431431dfc Replaced call to self.spec._next() with onComplete() when the test times out. Eric Pabst 2010-05-18 23:18:42 +0800
  • a2041e90a6 Multiple befores/afters in a single describe should be executed in order (as declared for befores, in reverse for afters). Christian Williams 2010-06-04 14:41:16 -0400
  • ed49104fad Jasmine should recover gracefully when there are errors in describe functions. Christian Williams 2010-06-04 14:14:31 -0400
  • 803a2fb2ba Fixing documentation error. labday 2010-05-28 05:02:08 +0800
  • bb1928a75c Remove geminstaller stuff. John Firebaugh 2010-04-20 06:57:23 +0800
  • 7d5ff6985f Rebuild to fix line endings. John Firebaugh 2010-04-21 02:30:30 +0800
  • 841e93fc09 'Hide' currently unusable Rake tasks ragaskar 2010-04-20 07:26:51 -0700
  • 5cfb019b6b Documentation and example fixes bigfix 2010-04-20 07:26:04 -0700
  • 9f8d18b6b7 Version bump to 0.10.3 0.10.3-release Christian Williams & Ian Fisher 2010-04-01 16:03:52 -0700
  • f0574086de Version bump to 0.10.3 Christian Williams & Ian Fisher 2010-04-01 16:00:50 -0700
  • 2212d755c3 Merge commit '5f10b2e623c6c21d1b692bde4a8a5c6d4015cd44' Christian Williams & Ian Fisher 2010-04-01 15:57:24 -0700
  • 5f10b2e623 Added Env#versionString; nicer styling in TrivialReporter; hide passed and skipped tests by default, but allow them to be displayed. Christian Williams & Ian Fisher 2010-04-01 15:56:29 -0700
  • d8ed4156c7 Remove contrib/ruby dir. Christian Williams 2010-03-24 14:18:17 -0700
  • 1469f83262 Deprecate jasmine.include(). Christian Williams 2010-03-24 13:53:34 -0700
  • d6353a3db2 Typo. Christian Williams 2010-03-24 13:43:47 -0700
  • 9a5b46fd99 Version bump to 0.10.2 0.10.2-release ragaskar 2010-03-18 20:35:36 -0700
  • bf938ffc50 Correct number matching in equals_ ragaskar 2010-03-18 20:32:40 -0700
  • c85079e9d0 Handle string comparisons correctly with equals_ ragaskar 2010-03-17 08:19:29 -0700
  • dec92322f1 Add default jasmine rake task ragaskar 2010-03-17 07:54:20 -0700
  • 72ea614d5e Rebuild lib/jasmine. Christian Williams 2010-03-15 12:15:50 -0700
  • 6f18595399 Version bump to 0.4.6 0.4.6-release ragaskar 2010-03-10 22:31:15 -0800
  • 6c50f14f3b Minimal coverage for SELENIUM_SERVER_PORT ragaskar 2010-03-10 22:19:17 -0800
  • a0fbbd7f67 Users may specify a different browser to run jasmine:ci in by setting ENV['JASMINE_BROWSER'] ragaskar 2010-03-10 22:02:45 -0800
  • 184ff6fb2d Typo. Christian Williams 2010-03-08 22:03:57 -0800
  • 9830952461 Evaluate custom equality testers before any others. Christian Williams 2010-03-08 21:56:04 -0800
  • 5f6fb4f7e1 Remove jasmine internals from stack traces, WIP. clean-stacktraces Christian Williams 2010-03-08 21:30:21 -0800
  • 199517abaa When the SELENIUM_SERVER_PORT environment variable is set, it will be used and a RC server will not be started Wilhelm Bierbaum wilhelm@twitter.com 2010-03-08 11:05:58 -0800
  • e9a2b0dcdb Better deprecation messages. Christian Williams 2010-03-05 22:40:47 -0500
  • 23d5c7180b Keep jasmine.Matchers.pp() but throw an error message. Christian Williams 2010-03-05 22:36:42 -0500
  • a661e77345 Remove jasmine.Matchers.pp(), use jasmine.pp() instead. Christian Williams 2010-03-05 22:34:37 -0500
  • 564b9a0c3e Cleanup. Christian Williams 2010-03-05 22:11:11 -0500
  • 2ab6af1e48 Add doc about Spec#after() method. Christian Williams 2010-03-05 22:10:05 -0500
  • 22e9434a50 Correction d'une faute. Christian Williams 2010-03-03 23:51:11 -0500
  • 581d948c93 Add quick mention of '.not' matcher inversion. Christian Williams 2010-03-03 23:48:10 -0500
  • 7721f47f59 Update dist. Christian Williams 2010-03-01 23:12:12 -0500
  • 49f295690a Old-style custom matchers (those which call this.report()) are not supported with the ".not" matcher negation syntax. Christian Williams 2010-03-01 23:02:59 -0500
  • 4b80a10969 Fix specs. Christian Williams 2010-02-27 12:00:35 -0500
  • 6574dcc728 Merge branch 'master' into dot-not Christian Williams 2010-02-27 11:57:15 -0500
  • 99bcfdcd0d Spec cleanup. Christian Williams 2010-02-27 11:37:53 -0500
  • fcfe23d516 fixed a couple Markdown formatting issues Erik Hanson 2010-02-26 11:42:38 -0800
  • e1b3ca4066 Update spy expectation docs. Christian Williams 2010-02-25 22:01:25 -0500
  • 5a7eea53b1 Update why-did-we-write-it sections. Christian Williams 2010-02-25 21:58:08 -0500
  • f9426a008e Update why-did-we-write-it sections. Christian Williams 2010-02-25 21:56:42 -0500
  • 273f429754 Bump version to 0.4.5 0.4.5-release Rajan Agaskar 2010-02-24 20:02:58 -0800
  • 90e0dbcad1 Bump jasmine version to 0.10.1 Rajan Agaskar 2010-02-24 20:01:15 -0800
  • 0bb7f4bd6a README update 0.10.1-release Rajan Agaskar 2010-02-24 19:59:39 -0800