Skip to content

Releases: kshutkin/rollup-extras

@rollup-extras/plugin-angularjs-template-cache@1.2.0

Minor Changes

  • 7963b08: added transformHtmlImportsToUris option

Patch Changes

  • cfc1cf1: fixed import url on windows

@rollup-extras/plugin-exec@0.1.0

30 Apr 22:22
951b236
Compare
Choose a tag to compare

Minor Changes

@rollup-extras/plugin-angularjs-template-cache@1.1.0

30 Apr 22:22
951b236
Compare
Choose a tag to compare

Minor Changes

  • b0232c4: added importAngular option

@rollup-extras/plugin-angularjs-template-cache@1.0.0

Major Changes

Minor Changes

  • ea582fd: added tests, added autoImport, replaced glob with tiny-glob

Patch Changes

  • d7a000a: added standalone option to options / README

@rollup-extras/plugin-angularjs-template-cache@0.4.0

Minor Changes

  • 314a33f: allow templates to be string[]
  • 01798a5: read files in parallel
  • 154865b: allow to use imports for html templates

Patch Changes

@rollup-extras/utils@1.4.0

27 Apr 21:41
Compare
Choose a tag to compare

Minor Changes

  • a5f7f39: Move statistics collector to utils package

Patch Changes

@rollup-extras/utils-v1.3.5 (2022-12-17)

Bug Fixes

  • license and link to readme (91314e7)

@rollup-extras/utils-v1.3.4 (2022-11-23)

Bug Fixes

  • upgrade @niceties/logger from 1.1.3 to 1.1.5 (4a82bf3)

@rollup-extras/utils-v1.3.3 (2022-11-03)

Bug Fixes

@rollup-extras/utils-v1.3.2 (2022-10-25)

Bug Fixes

  • correctly bundle externals (utils) (92d57e8)

@rollup-extras/utils-v1.3.1 (2022-10-25)

Bug Fixes

  • subpackages (exports) using pkgbld-internal (8018c82)

@rollup-extras/utils-v1.3.0 (2022-10-13)

Features

@rollup-extras/utils-v1.2.5 (2022-09-26)

Bug Fixes

@rollup-extras/utils-v1.2.4 (2022-07-02)

Bug Fixes

@rollup-extras/utils-v1.2.3 (2022-05-17)

Bug Fixes

@rollup-extras/utils-v1.2.2 (2022-05-16)

Bug Fixes

@rollup-extras/utils-v1.2.1 (2022-04-23)

Bug Fixes

  • upgrade @niceties/logger from 1.1.1 to 1.1.3 (#9) (14005c0)

@rollup-extras/utils-v1.2.0 (2022-01-10)

Features

  • add onFinalHook optional hook function to execute on each final hook, receives statistics (de095ca)

@rollup-extras/utils-v1.1.1 (2021-12-29)

Bug Fixes

  • allow arrays of records as options (da5c9f0)

@rollup-extras/utils-v1.1.0 (2021-12-29)

Features

  • use pkgbld, newer project template and update dependencies (#5) (4b859f7)

@rollup-extras/utils-v1.0.1 (2021-12-29)

Bug Fixes

  • special case found in plugin-clean (3d433a4)

@rollup-extras/utils-v1.0.0 (2021-12-22)

Features

@rollup-extras/plugin-serve@1.3.1

27 Apr 21:41
Compare
Choose a tag to compare

Patch Changes

  • 78047dc: make rollup dependency optional
  • a5f7f39: Improve readme
  • Updated dependencies [a5f7f39]
  • Updated dependencies [78047dc]
  • Updated dependencies [a5f7f39]
    • @rollup-extras/utils@1.4.0

@rollup-extras/plugin-html@1.4.0

27 Apr 21:41
Compare
Choose a tag to compare

Minor Changes

  • 5bb71b3: Added asset factories export. Allows create simple script elements.

Patch Changes

  • 78047dc: make rollup dependency optional
  • a5f7f39: Improve readme
  • Updated dependencies [a5f7f39]
  • Updated dependencies [78047dc]
  • Updated dependencies [a5f7f39]
    • @rollup-extras/utils@1.4.0

@rollup-extras/plugin-html-v1.3.4 (2022-12-17)

Bug Fixes

  • license and link to readme (91314e7)

@rollup-extras/plugin-html-v1.3.3 (2022-11-03)

Bug Fixes

@rollup-extras/plugin-html-v1.3.2 (2022-10-25)

Bug Fixes

  • correctly bundle externals (utils) (92d57e8)

@rollup-extras/plugin-html-v1.3.1 (2022-10-25)

Bug Fixes

  • subpackages (exports) using pkgbld-internal (8018c82)

@rollup-extras/plugin-html-v1.3.0 (2022-10-13)

Features

@rollup-extras/plugin-html-v1.2.4 (2022-07-02)

Bug Fixes

@rollup-extras/plugin-html-v1.2.3 (2022-05-17)

Bug Fixes

@rollup-extras/plugin-html-v1.2.2 (2022-05-16)

Bug Fixes

@rollup-extras/plugin-html-v1.2.1 (2022-04-23)

Bug Fixes

  • upgrade @niceties/logger from 1.1.1 to 1.1.3 (#12) (f891527)

@rollup-extras/plugin-html-v1.2.0 (2022-01-10)

Features

@rollup-extras/plugin-html-v1.1.1 (2021-12-29)

Bug Fixes

  • less messages in verbose mode, pass errors to logger (db9f7dd)

@rollup-extras/plugin-html-v1.1.0 (2021-12-29)

Features

  • use pkgbld, newer project template and update dependencies (#5) (4b859f7)

@rollup-extras/plugin-html-v1.0.1 (2021-12-16)

Bug Fixes

  • use correct file name in watch (39caf95)

@rollup-extras/plugin-html-v1.0.0 (2021-12-15)

Features

@rollup-extras/plugin-externals@1.1.9

27 Apr 21:41
Compare
Choose a tag to compare

Patch Changes

  • 78047dc: make rollup dependency optional
  • a5f7f39: Improve readme
  • Updated dependencies [a5f7f39]
  • Updated dependencies [78047dc]
  • Updated dependencies [a5f7f39]
    • @rollup-extras/utils@1.4.0

@rollup-extras/plugin-externals-v1.1.8 (2023-02-07)

Bug Fixes

  • added @niceties/logger to dependencies (4deac84)

@rollup-extras/plugin-externals-v1.1.7 (2023-01-14)

Bug Fixes

  • 🐛 provide importer to predicate and fix docs (cee599a)

@rollup-extras/plugin-externals-v1.1.6 (2023-01-14)

Bug Fixes

  • 🐛 incorrect external result when importing inside project (2e5ed4d)

@rollup-extras/plugin-externals-v1.1.5 (2022-12-17)

Bug Fixes

  • license and link to readme (91314e7)

@rollup-extras/plugin-externals-v1.1.4 (2022-11-03)

Bug Fixes

@rollup-extras/plugin-externals-v1.1.3 (2022-10-25)

Bug Fixes

  • correctly bundle externals (utils) (92d57e8)

@rollup-extras/plugin-externals-v1.1.2 (2022-10-25)

Bug Fixes

  • consider files outside working dir external (e21522d)

@rollup-extras/plugin-externals-v1.1.1 (2022-10-25)

Bug Fixes

  • subpackages (exports) using pkgbld-internal (8018c82)

@rollup-extras/plugin-externals-v1.1.0 (2022-10-13)

Features

@rollup-extras/plugin-externals-v1.0.2 (2022-10-03)

Bug Fixes

@rollup-extras/plugin-externals-v1.0.1 (2022-10-03)

Bug Fixes

@rollup-extras/plugin-externals-v1.0.0 (2022-09-29)

Bug Fixes

  • add is-builtin-module module declaration (50f6a08)

Features

@rollup-extras/plugin-copy@1.8.0

27 Apr 21:41
Compare
Choose a tag to compare

Minor Changes

  • a5f7f39: Rename flattern option to flatten
  • a5f7f39: Move statistics collector to utils package

Patch Changes

  • 78047dc: make rollup dependency optional
  • a5f7f39: Improve readme
  • Updated dependencies [a5f7f39]
  • Updated dependencies [78047dc]
  • Updated dependencies [a5f7f39]
    • @rollup-extras/utils@1.4.0