Skip to main content
Module

x/denopack/CHANGELOG.md

The bundling and minification toolset, made for Deno
Go to Latest
File

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.7.1 - 2020-08-22

Fixed

  • added install.ts to egg.json

0.7.0 - 2020-08-22

Added

  • Change to custom install script

Changed

  • Switched out custom filter function in cssBundle for official Rollup createFilter function

0.6.0 - 2020-08-18

Added

  • Plugins for html and css assets
  • React template recipe
  • Plugins are now also exported with export default

Changed

  • Updated Rollup to v2.26.3
  • Toplevel mod.ts now re-exports rollup from deps.ts
  • Removed pluginCacheResolver

0.5.0 - 2020-08-13

Changed

  • Directory loading to support dynamic imports and code splitting
  • BREAKING: pluginTerserTransform is now an actual transform plugin, not an output plugin
  • Sourcemapping identifiers are now appended in CLI, not in pluginTerserTransform

0.4.0 - 2020-08-11

Added

Changed

  • Default plugin hook changed from useCompile to useCache in denofn/denopack/pull/5
  • Extra CLI options like print, watch and cache are now verbose in denofn/denopack/pull/5
  • File watch uses debounce, taking last event in series as a trigger

0.3.2 - 2020-08-08

Fixed

  • Load config from file URI relative to CWD instead of absolute path (this broke stuff on installs from registries)

0.3.0 - 2020-08-07

Added

Changed