Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1.11 KB

es6/7-sass-webpack-starter changelog

1.1.4

  • added robots.txt
  • renamed js/ to modules/
  • updated head element to support <script type="module" ...></script>
  • merged test tooling dev-dependencies; no working tests => WIP

1.1.3

  • This is a bone-head patch because I forgot to commit CHANGELOG.md

1.1.2

  • added support for JsDoc generated documentation
  • added not-supported.html page and module to handle UAs with poor feature support

1.1.1

  • resolved webpack config relative path issue when in dev mode
  • thanks to @mastilver on the html-webpack-plugin team

1.1.0

  • added <head> template guidance
  • added not-found.html page and module to handle 404s

1.0.4

  • reorg of src/
  • added icons (default and platform-specific); they are empty bits
  • tweaked platform PWA manifests
  • provided more instructional comments in head element of html pages
  • added webpack-dashboard support
  • added webpack-bundle-analyzer support
  • added google lighthouse CLI support
  • made Docker container usage mandatory
  • updated README