Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@danbucholtz danbucholtz released this 06 Jan 05:41
· 535 commits to master since this release

Upgrade Instructions

Execute the following command from your ionic project. This installs a new peer dependency called sw-toolbox that is used to simplify implementing a service-worker.

npm install sw-toolbox --save-dev

Bug Fixes

  • build: check to ensure tsconfig contains sourcemaps true. (e6bcf22)
  • config: resolve any inputs that could be paths to absolute paths (50876eb)
  • copy: check for null object and src/dest (eabd125)
  • ngc: revert change to purge decorators (Angular CLI did too) (8aae85c)
  • webpack: update environment plugin for webpack 2 RC3 (be3aac1)
  • websockets: fix exception when no ws clients connected during rebuild (#616) (8685bf8)