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

1.0.1

Compare
Choose a tag to compare
@danbucholtz danbucholtz released this 07 Feb 17:34
· 504 commits to master since this release

Breaking Changes

This release was accidentally published with a breaking change for Deep Links. If you're using Deep Links, please don't upgrade to this version. We are in the process of changing the DeepLinks API slightly.

Bug Fixes

  • angular: support angular 2.3+ ngc api (13e930a)
  • deep-linking: works when there isn't a valid deep link config (62f05fc)
  • deep-links: adjust paths for AoT (4055d73)
  • sass: output valid source maps, that chrome can parse (#306) (6589550)
  • source-maps: always generate source map, then purge them if not needed in postprocess step (d26b44c)

Features

  • createWorker: pass argv and config_argv to spawned processes (#487) (02dfff8)
  • lint: new option to have stand alone lint bail (b3bb906)