Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

 

History

History
97 lines (46 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

97 lines (46 loc) · 3.79 KB

1.0.0 (2020-07-13)

Bug Fixes

Features

  • rebuild bundle only on changes (8420dd6)

BREAKING CHANGES

  • web components are not looked for inside node_modules any more

chore(vscode): remove folder

feat: use caching-writer to prevent unneeded rebuilds

  • web components are not looked for inside node_modules any more (assuming using Polymer & Bower)

style: change eslint settings and remove eslint file comments

refactor: rename property

test: remove skipped tests for not implemented functionality

test: increase coverage thresholds

docs(readme): document new property and changes

0.3.3 (2020-04-22)

Bug Fixes

  • package: update polymer-project-builder (d9664c3)

0.3.2 (2019-03-28)

Bug Fixes

0.3.1 (2019-03-28)

Bug Fixes

  • remove incompatible polyfill (86c3eaf)

0.3.0 (2019-03-21)

Bug Fixes

  • bundler: continue writing files if a key is undefined (2f48bf5)
  • index: load polyfills before bundle (7f68f5f)
  • package: use proper version of babel (b1c5c93)

Features

  • allow to build the bundle using polymer build (492669c)
  • writer: write all imports in a file (d1de669)
  • add option to minify and transpile the bundle (34f06a3)

0.2.0 (2019-02-26)

Features

  • config: add an option to use "lazy-import" for the bundle (22d7bb0)

0.1.0 (2019-02-06)

Features

  • bundler: allow to config autoprefixer options (ba1a38a)
  • bundler: allows to apply autoprefixer to the output (b510136)

0.0.3 (2019-02-04)

Bug Fixes

  • index: write global Polymer settings before the bundle import (926ee0f)

0.0.2 (2019-01-21)

Bug Fixes

  • version: reset version to beta (5cc8aa6)