Skip to content

v0.0.6 (2017-02-27)

Compare
Choose a tag to compare
@kucharzyk kucharzyk released this 26 Feb 19:29
· 251 commits to master since this release

Bug Fixes

  • ci: fix appveyor build (bc6b56a)
  • scripts: fixed npmw.cmd script (7fbf8c7)

Features

  • core: avoid rebuilding angular app when no changes (0eea644)
  • core: update angular-cli to 1.0.0-rc.0 (6f92500)
  • core: update gradle to 3.4 (5625708)
  • fronted: update node to 7.6.0 (bb3d312)
  • fronted: update npm to 4.3.0 (3a7ef7e)
  • frontend: add npm-check package and upgrade-interactive script (6c30bfa)
  • frontend: replace yarn with npm (b710c4a)
  • frontend: run angular e2e tests after unit tests - also as part of ci build (b32896f)
  • frontend: update angular to 2.4.8 (b987164)
  • frontend: update clarity to 0.8.8 (23a660b)
  • frontend: update typescript to 2.2.1 (07b0254)
  • frontend: use ng e2e instead of calling protractor (97e010f)

BREAKING CHANGES

  • frontend: Yarn is great but have to many compatibility issues. Now project use npm instead.