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.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