@@ -63,26 +63,34 @@ This project is still a work in progress
6363
6464## Changelog
6565
66- <a name =" 0.0.5 " ></a >
67- ## [ 0.0.5 ] ( https://github.com/shardis/shardis/compare/v0.0.4 ...v0.0.5 ) (2017-02-17 )
66+ <a name =" 0.0.6 " ></a >
67+ ## [ 0.0.6 ] ( https://github.com/shardis/shardis/compare/v0.0.5 ...v0.0.6 ) (2017-02-26 )
6868
6969
7070### Bug Fixes
7171
72- * ** "scripts":** fix condition in yarnw script ([ b4f398a] ( https://github.com/shardis/shardis/commit/b4f398a ) )
72+ * ** ci:** fix appveyor build ([ bc6b56a] ( https://github.com/shardis/shardis/commit/bc6b56a ) )
73+ * ** scripts:** fixed npmw.cmd script ([ 7fbf8c7] ( https://github.com/shardis/shardis/commit/7fbf8c7 ) )
7374
7475
7576### Features
7677
77- * ** core:** add querydsl ([ 0d26012] ( https://github.com/shardis/shardis/commit/0d26012 ) )
78- * ** core:** update angular-cli to 1.0.0-beta.31 and yarn to 0.20.0 ([ 3759a83] ( https://github.com/shardis/shardis/commit/3759a83 ) )
79- * ** core:** update angular-cli to 1.0.0-beta.32.3 ([ ede3144] ( https://github.com/shardis/shardis/commit/ede3144 ) )
80- * ** core:** update kotlin to 1.1.0-rc-91 ([ cae7e73] ( https://github.com/shardis/shardis/commit/cae7e73 ) )
81- * ** core:** update yarn to 0.20.3 ([ 490cc0f] ( https://github.com/shardis/shardis/commit/490cc0f ) )
82- * ** frontend:** add ng2-webstorage package ([ 79b08b0] ( https://github.com/shardis/shardis/commit/79b08b0 ) )
83- * ** frontend:** store jwt in local storage ([ 761435b] ( https://github.com/shardis/shardis/commit/761435b ) )
84- * ** frontend:** update clarity to 0.8.7 ([ 2967486] ( https://github.com/shardis/shardis/commit/2967486 ) )
85- * ** frontend:** use [ @ngrx ] ( https://github.com/ngrx ) /effects for authentication ([ a98aca1] ( https://github.com/shardis/shardis/commit/a98aca1 ) )
78+ * ** core:** avoid rebuilding angular app when no changes ([ 0eea644] ( https://github.com/shardis/shardis/commit/0eea644 ) )
79+ * ** core:** update angular-cli to 1.0.0-rc.0 ([ 6f92500] ( https://github.com/shardis/shardis/commit/6f92500 ) )
80+ * ** core:** update gradle to 3.4 ([ 5625708] ( https://github.com/shardis/shardis/commit/5625708 ) )
81+ * ** fronted:** update node to 7.6.0 ([ bb3d312] ( https://github.com/shardis/shardis/commit/bb3d312 ) )
82+ * ** fronted:** update npm to 4.3.0 ([ 3a7ef7e] ( https://github.com/shardis/shardis/commit/3a7ef7e ) )
83+ * ** frontend:** add npm-check package and upgrade-interactive script ([ 6c30bfa] ( https://github.com/shardis/shardis/commit/6c30bfa ) )
84+ * ** frontend:** replace yarn with npm ([ b710c4a] ( https://github.com/shardis/shardis/commit/b710c4a ) )
85+ * ** frontend:** run angular e2e tests after unit tests - also as part of ci build ([ b32896f] ( https://github.com/shardis/shardis/commit/b32896f ) )
86+ * ** frontend:** update angular to 2.4.8 ([ b987164] ( https://github.com/shardis/shardis/commit/b987164 ) )
87+ * ** frontend:** update clarity to 0.8.8 ([ 23a660b] ( https://github.com/shardis/shardis/commit/23a660b ) )
88+ * ** frontend:** update typescript to 2.2.1 ([ 07b0254] ( https://github.com/shardis/shardis/commit/07b0254 ) )
89+ * ** frontend:** use ng e2e instead of calling protractor ([ 97e010f] ( https://github.com/shardis/shardis/commit/97e010f ) )
8690
8791
92+ ### BREAKING CHANGES
93+
94+ * frontend: Yarn is great but have to many compatibility issues. Now project use npm instead.
95+
8896[ CHANGELOG.md] ( CHANGELOG.md )
0 commit comments