7.0.2 (2023-08-18)
- bump babel-config version from 1.0.1 to 1.0.2 (#48) (b42859e)
- package: update dependencies (#47) (0986869)
7.0.1 (2023-04-11)
7.0.0 (2021-12-01)
6.2.2 (2021-09-21)
6.2.1 (2021-06-22)
6.2.0 (2021-01-21)
- exclude data-files! from rollup-plugin-data-files from coverage (66ec53e)
6.1.0 (2020-12-09)
6.0.2 (2020-10-22)
- prevent warning on module build (33f6c6c)
6.0.1 (2020-10-19)
6.0.0 (2020-10-05)
- requires rollup@^2
5.0.2 (2020-03-24)
- package: update to babel 7.9 and enable bugfixes (71c71db)
5.0.1 (2019-08-16)
- peer dependency issue (f142f80)
5.0.0 (2019-08-16)
- BREAKING: Use
[@babel](https://github.com/babel)/plugin-transform-runtime
to turn babel helpers into requires (#25) (9a64e3d)
4.0.0 (2019-07-15)
- externals are now merged with globals before being passed to the user externals function.
- istanbul is removed from plugin list before use function on --watch or coverage false
- defaults are now immutable as intended.
- minBrowser is now part of browser and both module builds are under the same name
- package: require rollup ^1.12.0
3.2.1 (2019-06-28)
3.2.0 (2019-04-24)
3.1.1 (2019-04-24)
3.1.0 (2019-03-06)
- security: fix security issues by updating package-lock.json (7bbf448)
3.0.2 (2019-01-08)
- update readme about rollup support (79310bd)
3.0.1 (2019-01-08)
3.0.0 (2019-01-08)
- This is considered a breaking change because it is not expected to work with pre-1.0 versions of Rollup.
2.3.1 (2018-10-18)
2.3.0 (2018-10-11)
2.2.0 (2018-09-06)
- update husky (fa52490)
2.1.0 (2018-08-30)
- expose makeBuild (9ecee3b)
2.0.1 (2018-08-28)
- rollup-plugin-istanbul must be a dependency (fb5419b)
2.0.0 (2018-08-28)
- update tooling (d606844)
- babel package names have changed
- Adds a dependency and options.
- add travis, greenkeeper, changelog, and toc tools (0905caa)