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

Latest commit

 

History

History
424 lines (189 loc) · 14 KB

CHANGELOG.md

File metadata and controls

424 lines (189 loc) · 14 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.27.0 (2017-11-19)

Features

  • app: update to ionic 3.9.2/Angular 5 (cb53fc0)

Reverts

  • npm: remove unused dev-deps (be93828)

0.26.2 (2017-07-14)

0.26.1 (2017-06-27)

Reverts

0.26.0 (2017-06-27)

Bug Fixes

  • deploy: update yarn configuration for CI (0f71474)
  • test: trying to get rid of "unknown error: cannot (584c896)

Features

  • app: Headless Chrome support for testing and dep. update (28f650e)

0.25.0 (2017-06-01)

Features

  • app: update to ionic 3.3 (5c36f55)

0.24.0 (2017-04-20)

Bug Fixes

  • npm: downgrade protractor version due to problems during npm run build (fc33825)
  • npm: revert ionic-app-scripts for CI build issue (1bfdcf3)

Features

0.23.0 (2017-03-25)

Bug Fixes

  • npm: downgrade protractor version due to problems during npm run build (fc33825)

Features

  • app: update ionic and deps (4dc0122)

0.22.0 (2017-03-25)

Features

  • app: update ionic and deps (4dc0122)

0.21.0 (2017-02-28)

Features

  • npm: update deps, ionic 2.1 (bc29a3a)

0.20.0 (2017-01-27)

Features

  • npm: update dep (IONIC 2 final release!) (73ed35d)

0.19.0 (2017-01-25)

Features

  • test: add support to windows for unit tests (f1d9ed3)
  • test: use node js to handle web server instead of external stuffs (e.g. python) (bf870f1)

0.18.0 (2017-01-11)

Bug Fixes

  • test: add options in karma.conf and webpack.test to enanche the console log outputs during unit (9b6c64a)

Features

  • git: remove ghooks in favor of husky (cf4337d)
  • npm: update ionic and other dips (5bfddec)

0.17.0 (2016-12-20)

Bug Fixes

  • npm: stick karma-remap-coverage to 0.12, close #20 (2251eec)

Features

  • npm: update to ionic app scripts (7e26c68)

0.16.0 (2016-12-16)

Bug Fixes

  • tests: add angular2-template-loader to load templateUrls #17 (6fab1e1)

Features

  • npm: update to ionic rc4 and tslint 4 (d3410f7)

Reverts

  • npm: revert app-script version (626bf5a)

0.15.1 (2016-12-13)

Bug Fixes

  • config: fix errors with new app_scripts 0.0.47, and update dep (813bc70)

0.15.0 (2016-11-28)

Bug Fixes

  • yarn: fix config command in the CI (6a2ecb4)

Features

  • ci: using yarn for CI instead of npm (6e61c59)
  • dependencies: add yarnclean (3911045)
  • dependencies: adding yarn support, close #14 (efe2f55)
  • types: add lodash-es type (c7df21d)

0.14.1 (2016-11-18)

0.14.0 (2016-11-18)

Bug Fixes

  • watch: fix watch task to support the current app-scripts (6f6877d)

Features

  • lint: better tslint rules for a ionic project (5772e36)

0.13.0 (2016-11-16)

Features

  • npm: add types/node to support type definition of process.env (ccf1c03)

0.12.0 (2016-11-11)

Bug Fixes

  • protractor: fix screenshot report showhide bug, close #16 (b1f481f)
  • webpack: fix warnings noise in tests caused by ionic-native (4f17e53)

Features

  • npm: add post-install task to npm (344c79c)
  • test: add ionic mock file (7a6e1e1)

0.11.0 (2016-11-08)

Features

  • naming: adding angular 2 naming convention feature.type.ts to files (ef69739)

0.10.2 (2016-11-04)

  • Update to Ionic rc2

0.10.1 (2016-10-30)

  • This release cleared unused npm dependencies and karma conf

0.10.0 (2016-10-30)

Bug Fixes

  • typescript: less generic declaration file, close #9 (acd1a6b)

Features

  • build: move unit tests to webpack build system instead of rollup (7fadd12)
  • docs: add typedoc (9cb624e)
  • env: add webpack env injection (2d4afef)

0.9.0 (2016-10-22)

Bug Fixes

  • gitlab: fix docker error (d1e2cf5)
  • npm: fix dependencies error regarding ngc compiler (3775162)

Features

  • CI: add automatic download of .ipa (2274110)
  • nvm: update default node version to 6.9.1 LTS (17f1d3e)
  • src: add lodash-es example (8602899)

0.8.0 (2016-10-18)

Features

  • build: add automatic ipa through ionic package (b99d410)
  • build: ionic cli login (bfdfcfc)

0.7.0 (2016-10-16)

Bug Fixes

  • config: update watch script for 0.34 app-scripts (2503e70)
  • test: fix watch on spec and e2e files (6d1159e)

Features

  • npm: update app-scripts (cfa2c22)

0.6.0 (2016-10-14)

Features

  • karma: add watch for spec files to test command too. (ab97c5e)

0.5.0 (2016-10-14)

Bug Fixes

  • istanbul: temporary disabling istanbul (e0caf89)

Features

  • coverege: add gitlab coverage (f37ef7d)
  • hooks: add hook to update version from package.json (d7a637f)
  • karma: add test:watch task to npm (8f70a4f)
  • libs: ionic rc1, close #6 (9e80ca8)
  • reporters: add instanbul (eba3635)
  • tests: add automatic watch for spec files, close #3 (e82453b)

0.4.0 (2016-10-11)

Bug Fixes

Features

0.3.0 (2016-10-07)

Features

0.2.0 (2016-10-05)

Bug Fixes

  • e2e: fix protractor port (723b451)
  • e2e: fix protractor scripts for python 2 (d5f9a16)
  • test: fix karma tests, close #1 (179b000)

Features

  • e2e: add protractor interactive, better docs, python server on e2e tests run (8ea03a7)

0.1.0 (2016-09-30)

Bug Fixes

Features