Skip to content

Commit ab91965

Browse files
committed
Simplify changelog format
1 parent 76c3ab0 commit ab91965

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

CHANGELOG.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
1-
## 0.6.0 - Under development
1+
## 0.6.0 - 2016-08-29
22

3-
* Support for Opal 0.8/0.9 removed
4-
* Opal 0.10 support
5-
* Arity checking enabled by default
6-
* Dropped support for PhantomJS < 2.0
7-
* 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
3+
- Support for Opal 0.8/0.9 removed
4+
- Opal 0.10 support
5+
- Arity checking enabled by default
6+
- Dropped support for PhantomJS < 2.0
7+
- 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
88

9-
## 0.5.0 (2015-12-08)
9+
## 0.5.0 - 2015-12-08
1010

11-
* 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.
11+
- 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.
1212

13-
* Update to RSpec 3.1 (core is 3.1.7, expectations/support 3.1.2, mocks 3.1.3)
13+
- Update to RSpec 3.1 (core is 3.1.7, expectations/support 3.1.2, mocks 3.1.3)
1414

15-
* Opal 0.9 compatibility
15+
- Opal 0.9 compatibility
1616

17-
* A lot more aspects of RSpec should work now as 20+ Opal pull requests were completed from opal-rspec work
17+
- A lot more aspects of RSpec should work now as 20+ Opal pull requests were completed from opal-rspec work
1818

19-
* Remove copy of source from opal-rspec git repo (and just rely on git submodule fetch)
19+
- Remove copy of source from opal-rspec git repo (and just rely on git submodule fetch)
2020

21-
* Rake task improvements:
21+
- Rake task improvements:
2222
* supports passing a test pattern (include and exclude) and FileLists besides 'spec/**/*_spec.rb
2323
* colors, formatter, and additional requires can be supplied from the command line via the SPEC_OPTS environment variable
2424

25-
* Formatters:
25+
- Formatters:
2626
* Fixed issues with RSpec's BaseTextFormatter and made ProgressFormatter the default when run via the Rake task
2727
* Fix redundant messages with expectation fails
2828
* 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
2929
* JSON formatter supported
3030

31-
* Fixed issues with constants/example group naming
31+
- Fixed issues with constants/example group naming
3232

33-
* Basic nodejs runner support
33+
- Basic nodejs runner support
3434

35-
* A lot more matchers enabled
35+
- A lot more matchers enabled
3636

3737
* PhantomJS 2.0 compatibility (also still compatible with 1.9.8). Thanks to @aost. Closes out https://github.com/opal/opal-rspec/issues/42
3838

3939

40-
## 0.4.3 (2015-06-14)
40+
## 0.4.3 - 2015-06-14
4141

42-
* Allow the gem to be run under Opal 0.7 and 0.8
43-
* Fix some threading issues
44-
* Avoid some other calls to mutable-strings methods
42+
- Allow the gem to be run under Opal 0.7 and 0.8
43+
- Fix some threading issues
44+
- Avoid some other calls to mutable-strings methods
4545

46-
## 0.4.2 (2015-03-28)
46+
## 0.4.2 - 2015-03-28
4747

48-
* Avoid phantomjs warning messages
48+
- Avoid phantomjs warning messages
4949

50-
## 0.4.1 (2015-02-25)
50+
## 0.4.1 - 2015-02-25
5151

52-
* Remove predicate matcher fixes as Opal supports $1..$9 special gvars.
52+
- Remove predicate matcher fixes as Opal supports $1..$9 special gvars.
5353

54-
* Update Opal dependency for ~> 0.6.0.
54+
- Update Opal dependency for ~> 0.6.0.
5555

56-
* Remove double-escaping in inline x-strings (from Opal bug fix).
56+
- Remove double-escaping in inline x-strings (from Opal bug fix).
5757

58-
* Remove opal-sprockets dependency - build tools now part of opal.
58+
- Remove opal-sprockets dependency - build tools now part of opal.
5959

60-
* Replaced browser formatter to use html printer from rspec
60+
- Replaced browser formatter to use html printer from rspec
6161

62-
* Add timeout support to asynchronous specs
62+
- Add timeout support to asynchronous specs

0 commit comments

Comments
 (0)