Skip to content

Releases: PepsRyuu/nollup

0.21.0

24 Sep 18:33
Compare
Choose a tag to compare
  • Added support for plugin object hooks.

0.20.1

24 Jul 14:51
Compare
Choose a tag to compare
  • IIFE external imports will search for a global variable with the same name as the variable assigned for the default import.

0.20.0

22 Jul 22:09
Compare
Choose a tag to compare
  • Added support for --configPlugin.
  • Added this.load for plugin context.
  • Fixed issue where iife external imports were not auto-generating global variable names correctly.

0.19.0

29 Jan 21:29
Compare
Choose a tag to compare
  • Added AMD support for output format.

0.18.7

07 Jan 20:33
Compare
Choose a tag to compare
  • Fixed issue where plugins like TypeScript were not showing sourcemaps. #222

0.18.6

04 Nov 17:49
Compare
Choose a tag to compare
  • Added resolve custom and isEntry options. #218

0.18.5

17 Sep 10:07
Compare
Choose a tag to compare
  • Added support for HMR projects that use module.hot.accept() without a callback. #213

0.18.4

10 Sep 11:29
Compare
Choose a tag to compare
  • Fixed issue where dynamic imports broke when emitting an asset and the import was optimised out. #212

0.18.3

27 Aug 19:50
Compare
Choose a tag to compare
  • Added additional transformations for live-bindings (function array and object pattern parameters).

0.18.2

03 Aug 14:50
Compare
Choose a tag to compare
  • Fixed issue where hoisted functions could not use dynamic imports. #209