Skip to content

Latest commit

 

History

History
268 lines (150 loc) · 12 KB

CHANGELOG.md

File metadata and controls

268 lines (150 loc) · 12 KB

7.0.2 (2023-08-18)

Chores

  • 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)

Chores

7.0.0 (2021-12-01)

Features

  • Update @videojs/babel-config and allow for fallback to default browserlist (#43) (38f1538)

Bug Fixes

6.2.2 (2021-09-21)

Bug Fixes

  • mark global as global via externalGlobals (#40) (d7fda4b)

6.2.1 (2021-06-22)

Chores

  • return builds in order of browser, tests, module (#39) (df07384)

6.2.0 (2021-01-21)

Features

  • exclude data-files! from rollup-plugin-data-files from coverage (66ec53e)

6.1.0 (2020-12-09)

Bug Fixes

6.0.2 (2020-10-22)

Bug Fixes

  • prevent warning on module build (33f6c6c)

6.0.1 (2020-10-19)

Bug Fixes

  • minifier plugin, babel-config update (#36) (da2ae25)

6.0.0 (2020-10-05)

Features

Chores

BREAKING CHANGES

  • requires rollup@^2

5.0.2 (2020-03-24)

Chores

  • package: update to babel 7.9 and enable bugfixes (71c71db)

5.0.1 (2019-08-16)

Bug Fixes

5.0.0 (2019-08-16)

Features

  • BREAKING: Use [@babel](https://github.com/babel)/plugin-transform-runtime to turn babel helpers into requires (#25) (9a64e3d)

4.0.0 (2019-07-15)

Features

Bug Fixes

  • Make defaults immutable, so watch does not continuously change them (#23) (3113a40)

Chores

  • package: update node-resolve and commonjs (#20) (5237b77)

Performance Improvements

  • Faster builds by combining similar builds, and using env vars (#22) (7d83aea)

BREAKING CHANGES

  • 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)

Bug Fixes

  • check if istanbul is in plugins first before removing (#19) (6b3bffc)

3.2.0 (2019-04-24)

Features

3.1.1 (2019-04-24)

Bug Fixes

  • more strict rollup watch check regex (#18) (01de5a2)

3.1.0 (2019-03-06)

Features

Bug Fixes

  • security: fix security issues by updating package-lock.json (7bbf448)

Chores

3.0.2 (2019-01-08)

Documentation

  • update readme about rollup support (79310bd)

Reverts

  • the previous terser fix and update to a new version (#14) (8db61e6), closes #12

3.0.1 (2019-01-08)

Bug Fixes

3.0.0 (2019-01-08)

Features

BREAKING CHANGES

  • 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)

Bug Fixes

  • Merge excludeCoverage option creating istanbul plugin (#9) (451dac9)

2.3.0 (2018-10-11)

Features

2.2.0 (2018-09-06)

Features

  • Allow babel customization through a babel option (#5) (a98daac)

Chores

2.1.0 (2018-08-30)

Features

2.0.1 (2018-08-28)

Bug Fixes

  • rollup-plugin-istanbul must be a dependency (fb5419b)

2.0.0 (2018-08-28)

Features

Chores

BREAKING CHANGES

  • babel package names have changed
  • Adds a dependency and options.

1.0.0 (2018-08-17)

Features

Chores

  • add travis, greenkeeper, changelog, and toc tools (0905caa)