Releases: bySabi/karma-tap
Releases · bySabi/karma-tap
4.2.0
- Remove warning when it's used with
Karma
version 3 or 4
Huge thanks to @luwes contrib: #33
4.1.4
- Fix adapter bundle build in order to avoid reference errors to
tapParser
in some environments. Thanks to @marques-work PR.
4.1.3
This minor release remove babel
transformation stage cause this not work at all on ES5 browsers.
ES5 support will remain on karma-tap
3.x.x branch.
Update README
- add Karma 1 & 2 support note
- add note on ES5 support
3.2.1
karma-tap 3.x.x branch will be update only for bug fixes and ES5 browsers supports. For new addition please use 4.x.x
releases.
- update to tap-parser
5.4.0
, latest with ES5 support
- add
Karma 2
support
- update README
4.1.0
karma-tap
4.0 release make some ES5 only
compliant environment unsupported, Ex. IE11. Regresion was due to upgrade tap-parser
to 7.x.x branch.
- Reintroduce support for ES5 environments.
4.0.0
- Add support for
Karma 2
- Update
tap-parser
to 7.x.x branch
- Tested on node 4, 6, 8 and 9
3.1.1
- Remove
bailout
code. Wainting for a better implementation. PR welcome
- Update
tap-parser
to 3.x.x branch
- Add Windows CI
3.0.1
- add
bailout
support
- update to tap-parser 2.0.0
2.1.4
- Built with tap-parser v1.3.2
- add Travis build
- node 4, 5 and 6 support