Skip to content

Releases: egoist/bili

v3.3.3

08 Nov 16:03
Compare
Choose a tag to compare

3.3.3 (2018-11-08)

Bug Fixes

  • something went seriously wrong (05b3e8c)

v3.3.2

08 Nov 16:02
Compare
Choose a tag to compare

3.3.2 (2018-11-08)

Bug Fixes

  • typescript2: use different cache dir for differnt build (4d7e5ef), closes #141

v3.0.0

26 Feb 09:34
Compare
Choose a tag to compare

Breaking changes

We are now using rollup-plugin-babel and babel v7 by default.

You can switch back to Buble via --js buble flag.

New

v2.0.0

25 Jan 14:36
Compare
Choose a tag to compare

Breaking changes:

  • .m.js is renamed to .es.js

Added

  • In umd and iife format, env.NODE_ENV will default to development when uncompressed or production when compressed.

v1.6.0

15 Jan 14:20
Compare
Choose a tag to compare

New features:

  • Progress bar!
  • Replace process.env.NODE_ENV in umd iife bundle, it defaults to development in umd iife bundles and production in umd-min iife-min bundles.

preview

v1.2.4

23 Dec 14:50
Compare
Choose a tag to compare

Bug fixes

  • Load bili config file before parsing format and input.

Enhancements

  • Add --inspectRollup option to inspect Rollup options.

v1.2.2

23 Dec 10:37
Compare
Choose a tag to compare

Breaking changes

  • The filename of output file no longer defaults to pkg.name, since we now support multi entry files, the default value of filename is [name][suffix].js.

New features

  • Support Babel by default, just set js: 'babel' or use CLI flag --js babel.
  • Support shebang.
  • Support async/await flow in Buble.

Enhancements

  • Better .vue .css support

For more details check out the new API page.

v0.17.0

07 Jul 19:13
Compare
Choose a tag to compare

Breaking changes

  • Drop node 4/5 support, minimal node version is 6
  • With compress: true now it compresses for all formats (excluding es format), it can be string or Array too like: compress: 'cjs,umd' or compress: ['cjs', 'umd'], see: https://egoist.moe/bili/#/api?id=compress
  • name option is renamed to filename.
  • Use Rollup v0.43.0