Releases: adana-coverage/babel-plugin-transform-adana
Releases · adana-coverage/babel-plugin-transform-adana
v0.5.6
- Instrument class methods as functions.
v0.5.5
- Fix object methods not being accounted for.
v0.5.4
- Fix bug with string-quoted object properties.
v0.5.2
- Fixed a bug introduced in v0.5.1 where destructured objects/arrays would fail.
v0.5.1
- Smarter method of handling
return
and certain multi-line object/arrays.
v0.5.0
- Use
ignore
andonly
instead oftest
to match more closely how.babelrc
works.
v0.4.2
- Prevent crash when missing coverage data.
v0.4.1
- Fix issue including adana as part of a preset.
v0.4.0
Getting closer to being ready for the world!
- Tag support.
- Unified coverage shape.
- Better instrumentation.
- More complete documentation.
- Better testing.
- Split tooling/formats to different repos.
v0.1.0
First version that actually works! Still some rough edges, but they should be ironed out as things progress.