|
| 1 | +## 0.6.1 - 2017-05-25 |
| 2 | + |
| 3 | +- Fixed compatibility with Rake 12 |
| 4 | + |
| 5 | +- Open up to opal 0.11 (not officially supported yet) |
| 6 | + |
| 7 | + |
1 | 8 | ## 0.6.0 - 2016-08-29
|
2 | 9 |
|
3 | 10 | - Support for Opal 0.8/0.9 removed
|
| 11 | + |
4 | 12 | - Opal 0.10 support
|
| 13 | + |
5 | 14 | - Arity checking enabled by default
|
| 15 | + |
6 | 16 | - Dropped support for PhantomJS < 2.0
|
| 17 | + |
7 | 18 | - Removed `Kernel#caller` monkey patch so test file/line metadata is only available if supplied via test metadata or for failures. Should improve performance since an exception isn't thrown for every test to gather the data
|
8 | 19 |
|
| 20 | + |
9 | 21 | ## 0.5.0 - 2015-12-08
|
10 | 22 |
|
11 | 23 | - By default, any subject, it example block, before(:each), after(:each), and around that returns a promise will be executed asynchronously. Async is NOT yet supported for context level hooks. Async approach from < 0.4.3 will still work.
|
|
19 | 31 | - Remove copy of source from opal-rspec git repo (and just rely on git submodule fetch)
|
20 | 32 |
|
21 | 33 | - Rake task improvements:
|
22 |
| - * supports passing a test pattern (include and exclude) and FileLists besides 'spec/**/*_spec.rb |
23 |
| - * colors, formatter, and additional requires can be supplied from the command line via the SPEC_OPTS environment variable |
| 34 | + - supports passing a test pattern (include and exclude) and FileLists besides 'spec/**/*_spec.rb |
| 35 | + - colors, formatter, and additional requires can be supplied from the command line via the SPEC_OPTS environment variable |
24 | 36 |
|
25 | 37 | - Formatters:
|
26 |
| - * Fixed issues with RSpec's BaseTextFormatter and made ProgressFormatter the default when run via the Rake task |
27 |
| - * Fix redundant messages with expectation fails |
28 |
| - * Browser formatter now works w/ progress bar and has a 'Dump to console' link that will put a clickable stack trace for a failed example in the browser console |
29 |
| - * JSON formatter supported |
| 38 | + - Fixed issues with RSpec's BaseTextFormatter and made ProgressFormatter the default when run via the Rake task |
| 39 | + - Fix redundant messages with expectation fails |
| 40 | + - Browser formatter now works w/ progress bar and has a 'Dump to console' link that will put a clickable stack trace for a failed example in the browser console |
| 41 | + - JSON formatter supported |
30 | 42 |
|
31 | 43 | - Fixed issues with constants/example group naming
|
32 | 44 |
|
|
43 | 55 | - Fix some threading issues
|
44 | 56 | - Avoid some other calls to mutable-strings methods
|
45 | 57 |
|
| 58 | + |
46 | 59 | ## 0.4.2 - 2015-03-28
|
47 | 60 |
|
48 | 61 | - Avoid phantomjs warning messages
|
49 | 62 |
|
| 63 | + |
50 | 64 | ## 0.4.1 - 2015-02-25
|
51 | 65 |
|
52 | 66 | - Remove predicate matcher fixes as Opal supports $1..$9 special gvars.
|
|
0 commit comments