changelog for, like, the last one million versions
This commit is contained in:
parent
1a22a52096
commit
7af4657238
42
CHANGELOG.md
42
CHANGELOG.md
@ -1,3 +1,45 @@
|
|||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
* Run all tests after focused run if `console.log` was used
|
||||||
|
* Ensure Rake task works outside of Rails
|
||||||
|
* Ensure focused tests aren't run when CLI called with no files
|
||||||
|
* Support globs in focused test filters
|
||||||
|
* Raise exceptions on Rake task failures
|
||||||
|
* Update to use Jasmine 1.1
|
||||||
|
|
||||||
|
## 0.4.2
|
||||||
|
|
||||||
|
* Fix Rails 3.1 Railtie so it's included properly
|
||||||
|
* Fix compilation of runner on Linux
|
||||||
|
* Run files that are outside of the project's scope
|
||||||
|
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
* Fix CoffeeScript concatenation bug
|
||||||
|
* Report CoffeeScript errors better
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
* Change how tests are counted for totals
|
||||||
|
* Run targeted and full tests in the same runner instance for speed!
|
||||||
|
* Concatenate adjacent CoffeeScript files before compilation for more speed!
|
||||||
|
* Ensure files are not required twice
|
||||||
|
* Break out runner usage from CLI so that it can be resued in Rake tasks and elsewhere
|
||||||
|
* Add a Rails 3.1 task to precompile all assets with a specific "MD5 hash"
|
||||||
|
|
||||||
|
## 0.2.3
|
||||||
|
|
||||||
|
* Better messages for JavaScript errors
|
||||||
|
* `console.pp` added for more in-depth object inspection
|
||||||
|
|
||||||
|
## 0.2.2
|
||||||
|
|
||||||
|
* Write out a reporting file that can be used for Guard notification
|
||||||
|
|
||||||
|
## 0.2.1
|
||||||
|
|
||||||
|
* Avoid a Railtie so JHW works outside of Rails
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
* Add a Rake task and a default task for Rails
|
* Add a Rake task and a default task for Rails
|
||||||
|
Loading…
Reference in New Issue
Block a user