Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Latest commit

 

History

History
618 lines (385 loc) · 33.9 KB

CHANGELOG.md

File metadata and controls

618 lines (385 loc) · 33.9 KB

Change Log

v0.14.7 (2017-10-27)

Full Changelog

Merged pull requests:

v0.14.6 (2017-10-26)

Full Changelog

Merged pull requests:

v0.14.5 (2017-10-26)

Full Changelog

Closed issues:

  • Unable to run Jasmine tests with fixtures #123

Merged pull requests:

  • phantom2 needs newline after address (fixes #212) #223 (fmachella)

v0.14.4 (2017-10-26)

Full Changelog

Merged pull requests:

v0.14.3 (2017-09-27)

Full Changelog

Closed issues:

  • Out of date monkey patch on compute\_asset\_path breaks minitest on Rails 5.0.1+ #213

Merged pull requests:

  • Drop official Ruby 1.9 support #219 (searls)
  • Update compute_asset_path to Rails 4 signature #214 (fofr)

v0.14.2 (2017-09-07)

Full Changelog

Closed issues:

  • Trouble with running tests in terminal #208
  • Using angular 1.3.2 will break jasmine specs #206
  • $templateCache not being hit #205

Merged pull requests:

  • Allow to pass several options to PhantomJS via jasmine.yml. Fix #192 #217 (bolshakov)
  • Use File.exist? instead of File.exists? #210 (fakefarm)

v0.14.1 (2016-09-19)

Full Changelog

Closed issues:

  • Clear Rails 5 Deprecation warnings #187

Merged pull requests:

v0.14.0 (2016-09-18)

Full Changelog

Closed issues:

  • rake spec:javascript shouldn't short circuit a chain of rake commands #199

Merged pull requests:

v0.13.0 (2016-08-30)

Full Changelog

Closed issues:

  • "phantom_options: --debug=true" fails with "Invalid values for 'debug' option." #192

Merged pull requests:

v0.12.6 (2016-07-11)

Full Changelog

Closed issues:

  • Error when running tests #196

Merged pull requests:

  • Fix JasmineRails.spec_files for Sprockets 4 #195 (djudd)

v0.12.5 (2016-06-22)

Full Changelog

Closed issues:

  • How to make jasmine-rails find jasmine #193
  • Add Rails 5 to the build matrix #188

Merged pull requests:

v0.12.4 (2016-04-07)

Full Changelog

Closed issues:

  • Variables in erb files #186
  • Issues with Rails 5 #185
  • Phantomjs 2.1.1 segfaults with jasmine-rails #184
  • Should have non-zero return value for failing specs #182

Merged pull requests:

v0.12.3 (2016-02-17)

Full Changelog

Closed issues:

  • PhantomJS / Jasmine-Rails doesn't exit when run from command line with bundle exec rake spec:javascript #155

Merged pull requests:

  • Prevent multiple calls to phantom.exit #183 (shamus)

v0.12.2 (2015-11-10)

Full Changelog

Closed issues:

  • Jruby issue with rake task #177
  • New layout in app #175

Merged pull requests:

  • JRuby issue fix for bundle exec spec:javascript #176 (pironim)

v0.12.1 (2015-09-27)

Full Changelog

Closed issues:

  • Getting "Unsafe JavaScript attempt to access frame" when running specs from the command line #153
  • assets.raise_runtime_errors can't be set when running the tests #147
  • Could not find generator jasmine_rails:install. #145
  • ERROR: TypeError: 'undefined' is not an object (evaluating 'parent.prototype') #115
  • Failing test results in an error message from phantomjs #66
  • rake spec:javascript ran in the wrong rails environment #53

Merged pull requests:

  • preserve exit code when running specs in non-test env #174 (bunnymatic)
  • spec_runner: target the current version of IE #171 (henrik)

v0.12.0 (2015-09-19)

Full Changelog

Closed issues:

  • Unable to find fixtures #169
  • rake spec:javascript when RAILS_ENV is not test #121

Merged pull requests:

  • Ensure rake task runs under RAILS_ENV=test #173 (searls)
  • Allow passing config yaml file name from environment #172 (PericlesTheo)

v0.11.0 (2015-08-10)

Full Changelog

Closed issues:

  • SpecRunner precompiles assets? #168
  • Tests are run twice in console when using spring #165
  • Testing js-files in isolation: all tests all include application.js?! #164
  • AbsoluteAssetPathError - Asset names passed to helpers should not include the "/assets/" prefix. #163
  • Could not find file spec/javascripts - Sprockets 3.0.0.beta8 #159

Merged pull requests:

  • Add another space to src_files list in jasmine.yml #167 (spadin)
  • Pass options to phantomjs executable #166 (danieltdt)
  • Ensure RAILS\_ENV is set to test when running tests #162 (rudyjahchan)

v0.10.8 (2015-04-11)

Full Changelog

Closed issues:

  • jasmine-rails stuck in a loop #161
  • "can't load the address!" error in jasmine-runner.js when using phantomjs 2.0 #158

v0.10.7 (2015-02-09)

Full Changelog

Closed issues:

  • Getting routing error on trying to launch simple test #157
  • SPEC=spec/individual/test.js.coffee not working #142

v0.10.6 (2015-01-09)

Full Changelog

Closed issues:

  • jasmine-rails is not detecting any specs #152
  • Avoid downloading PhantomJS #133

Merged pull requests:

  • Add option to not use the PhantomJS gem executable #154 (edds)

v0.10.5 (2014-12-18)

Full Changelog

Merged pull requests:

  • revert PR #150 - was causing incorrect failed count when pending or skipped specs are present #151 (larsklevan)

v0.10.4 (2014-12-11)

Full Changelog

Merged pull requests:

  • fix failed count in ConsoleReporter when there are skipped_or_pending_specs #150 (larsklevan)

v0.10.3 (2014-12-04)

Full Changelog

Closed issues:

  • Slow test runs with large apps #148
  • what version of Jasmine is this? (can this be documented in the README) #144
  • trouble running tests from CLI #141

Merged pull requests:

  • Add "defer" to all javascript tags #149 (searls)

v0.10.2 (2014-08-21)

Full Changelog

Merged pull requests:

v0.10.1 (2014-08-21)

Full Changelog

Merged pull requests:

  • Protect against nil source in offline_asset_paths #143 (werkshy)

v0.10.0 (2014-08-04)

Full Changelog

Merged pull requests:

v0.9.1 (2014-07-02)

Full Changelog

Closed issues:

  • Indecipherable test output #136
  • Tests not running #134

Merged pull requests:

v0.9.0 (2014-05-12)

Full Changelog

Closed issues:

  • Allow adding reporters #126

Merged pull requests:

v0.8.1 (2014-05-10)

Full Changelog

Merged pull requests:

v0.8.0 (2014-05-10)

Full Changelog

Closed issues:

  • rake task downloading phantomjs even though binary is on path #124

Merged pull requests:

v0.7.2 (2014-05-05)

Full Changelog

Closed issues:

  • Jasmine and force_ssl #61

v0.7.1 (2014-04-26)

Full Changelog

Closed issues:

  • Unable to mount JasmineRails::Engine #120

v0.7.0 (2014-04-12)

Full Changelog

Merged pull requests:

  • Add support for CSS files in Jasmine suite #118 (jcarlson)

v0.6.2 (2014-04-12)

Full Changelog

Closed issues:

  • Javascript-template files (HAMLC, ECO etc.) #113
  • Breaks when Turbolinks is enabled. #109
  • confused to import a js file from /vendor #103

Merged pull requests:

v0.6.1 (2014-04-12)

Full Changelog

Closed issues:

  • Add rails 4.1.0 support #117
  • Allow custom CSS #116
  • rake spec:javascript not finding homebrew's phantomjs #114
  • ConsoleReporter displays "failure" message (yet exits with status code 0) if tests are marked as pending #111
  • Problem running jasmine-rails from console on ubuntu with backported sprockets in rails 4 #108
  • TypeError: has no method 'andCallFake' #107
  • jasmine_rails:install generator not found on fresh install #105
  • Update to Jasmine 2.0 #93

Merged pull requests:

  • ConsoleReporter displays failure message (yet exits with status code 0) if tests are marked as pending #112 (laser)

v0.6.0 (2014-02-20)

Full Changelog

Closed issues:

  • jasmine-rails breaks when jasmine-jquery updates to v2 #106

v0.5.6 (2014-02-11)

Full Changelog

Merged pull requests:

v0.5.5 (2014-02-02)

Full Changelog

Closed issues:

  • src_files is silently ignored #100
  • wrong constant name JasmineRails/specRunnerController when running under Rails 3.1.12 #99

Merged pull requests:

  • Change default spec runner location to tmp/jasmine directory #101 (wireframe)

0.5.4 (2014-01-06)

Full Changelog

0.5.3 (2014-01-06)

Full Changelog

Closed issues:

  • Where does spec/javascripts/helpers/spec_helper.js come from? #97
  • Dummy project link is broken in readme #96

Merged pull requests:

0.5.2 (2014-01-06)

Full Changelog

Closed issues:

  • RAISED "\xFF" from ASCII-8BIT to UTF-8 #64

Merged pull requests:

  • add jasmine_rails:install generator to setup Rails project. #94 (wireframe)

0.5.1 (2013-12-06)

Full Changelog

Merged pull requests:

0.5.0 (2013-11-25)

Full Changelog

Closed issues:

  • Assets compiled in assets folder and not cleaned up #60

Merged pull requests:

  • Add Rspec save_fixture helper for generating jasmine html fixtures. #90 (wireframe)

0.4.9 (2013-11-08)

Full Changelog

Closed issues:

  • Duplicated - remove please #88

Merged pull requests:

  • removed file:// from command run, windows does not recognise this prefix... #87 (azzamallow)
  • open file to write with binary flag #86 (azzamallow)

0.4.8 (2013-10-31)

Full Changelog

Closed issues:

  • testbed gemfiles always conflict #81
  • Unable to complete "bundle install" #78
  • phantomjs runner executes my tests twice #28

Merged pull requests:

  • point travis to our little shell script #85 (searls)
  • Only run rails 4 tests a single time from the command line #83 (zmoazeni)
  • Bumps jasmine-rails version in the testbed lock files #82 (zmoazeni)
  • Uses ssl version of rubygems instead of http #80 (zmoazeni)
  • Fixes bundle install now that Rails v4.x is live #79 (zmoazeni)

0.4.7 (2013-10-22)

Full Changelog

Closed issues:

  • Use erb within a spec #75
  • License missing from gemspec #71
  • Is it possible to overwrite the spec runner? #65
  • jasmine-spec.js.erb should not minify test-only JS #62
  • is there a way to output results to an html file? #57
  • Deprecation warning: Rails 4 compatibility #54

Merged pull requests:

  • added clarification for require #77 (leeacto)
  • Better compatible shim for Function.prototype.bind #76 (UncleGene)
  • javascripts at the bottom of the <body> #73 (losingkeys)
  • fix running jasmine when the asset_host is set in test environment #72 (wireframe)
  • minor typo fixed #70 (dguzzo)

v0.4.6 (2013-09-09)

Full Changelog

Closed issues:

  • Function.prototype.bind undefined for command line / phantomjs #68
  • .js.coffee extentions #56
  • Jasmine runner at '/specs' returned a 500 error #52
  • jasmine-rails not compatible with Rails 3 #50
  • Changelog request #32
  • browser not loading specs / assets #8

Merged pull requests:

  • Added polyfill for Function.prototype.bind #69 (rymohr)
  • extract JasmineRails::Runner to support alternative non-rake test runner... #67 (wireframe)
  • fix broken link in README. #63 (ccallebs)
  • Fix DEPRECATION WARNING for rails 4.0.0. ActionController::Integration t... #58 (zeisler)
  • Allow for jasmine.yml to be in 'config/' instead of 'spec/javascripts/support/' #51 (chrisnicola)
  • Avoid clashing with main ApplicationController #49 (bcardiff)
  • Minor documentation tweak #48 (wbyoung)
  • tweak to console reporter to use top spec descriptions only #45 (doryphores)
  • [README] Indicate that the example spec is a JavaScript file. #44 (strand)

v0.4.5 (2013-05-28)

Full Changelog

Closed issues:

  • compute_public_path_with_offline_asset doesn't work with symbols #41
  • Is Jasmine's routing available in production? #38

Merged pull requests:

v0.4.4 (2013-05-23)

Full Changelog

Merged pull requests:

  • jasmine-rails should not override the application's assets.debug config #37 (smathieu)

0.4.3 (2013-05-13)

Full Changelog

Closed issues:

  • Jasmine runner at '/specs' returned a 404 error: Not Found #36
  • Testing two separate JS apps #34

Merged pull requests:

0.4.2 (2013-04-25)

Full Changelog

Merged pull requests:

0.4.1 (2013-04-25)

Full Changelog

Closed issues:

  • spec:javascripts errors in Rails 3.1 #30
  • rake spec:javascript(s) do not exist #29
  • Incorrect asset path in Rails 4 beta #17
  • jasmine-rails compiles C-Extension for QT, after gem has loaded even though QT is not being used #16
  • New project experience: browser spec runner requires > 0 source files #13

0.4.0 (2013-04-18)

Full Changelog

Closed issues:

  • Running tests in browser is very very slow #23

Merged pull requests:

0.3.3 (2013-03-06)

Full Changelog

Closed issues:

  • Upgrade to jasmine-core (~> 1.3.1) config error #19
  • Rails.application.assets nil #18
  • Error: Sprockets::FileOutsidePaths #4

Merged pull requests:

  • Fix for rails 3 2 stable #26 (keithpitt)
  • don't pass out nil paths from calls to asset_paths as that kills app boot #22 (leemhenson)

0.2.3 (2012-12-05)

Closed issues:

  • Rakefile seems wack #21
  • Fixtures support. #15
  • Jasmine includes sprocket files twice. #14
  • Erroneous jasmine.rake warning #7
  • jasmine_rails/application.js won't compile because of missing prototype.js #1

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator