Releases notes for 2.0.0
theomathieubhvr opened this issue · 1 comments
theomathieubhvr commented
It would be nice if all of us know what changed in this package.
Thanks !
niftylettuce commented
Thanks for opening this. There were no breaking changes, but I did completely change the test frameworks and added support for older versions of Node and the browser.
Updates in 2.0.0+:
- Rewrote tests to use
ava
(instead ofmocha
) - Added
@babel/preset-env
with targets fornode
v6.4+ and the last 2 versions of browsers (see.babelrc
and.browserslistrc
) - Updated Contributors list and section in
package.json
Ref: 51b6a99