Skip to content

Commit c21fba0

Browse files
committed
v0.0.4
1 parent da070bc commit c21fba0

File tree

4 files changed

+42
-15
lines changed

4 files changed

+42
-15
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="0.0.4"></a>
2+
## [0.0.4](https://github.com/shardis/shardis/compare/v0.0.3...v0.0.4) (2017-02-09)
3+
4+
5+
### Bug Fixes
6+
7+
* **frontend:** temporary use lazy loaded routes with aot (fixes [#1](https://github.com/shardis/shardis/issues/1)) ([a24eed8](https://github.com/shardis/shardis/commit/a24eed8))
8+
9+
10+
### Features
11+
12+
* **ci:** use chrome instead of phantomjs for ci testing ([548a0e7](https://github.com/shardis/shardis/commit/548a0e7))
13+
* **core:** add simple jwt authentication ([787dcef](https://github.com/shardis/shardis/commit/787dcef))
14+
* **core:** add spring dependency management plugin for gradle ([3433e96](https://github.com/shardis/shardis/commit/3433e96))
15+
* **core:** specify kotlin api version ([089ebcb](https://github.com/shardis/shardis/commit/089ebcb))
16+
* **core:** update angular to 2.4.6 ([0e2d996](https://github.com/shardis/shardis/commit/0e2d996))
17+
* **core:** update angular to 2.4.7 and clarity to 0.8.6 ([da070bc](https://github.com/shardis/shardis/commit/da070bc))
18+
* **core:** use gradle script kotlin and kotlin 1.1.0-beta-38 ([8eaf9f1](https://github.com/shardis/shardis/commit/8eaf9f1))
19+
* **frontend:** add store for authorization (basic stub) ([df83f9a](https://github.com/shardis/shardis/commit/df83f9a))
20+
* **frontend:** login form (work in progress) ([c5f9418](https://github.com/shardis/shardis/commit/c5f9418))
21+
* **frontend:** update angular-cli to 1.0.0-beta.30 ([ea88357](https://github.com/shardis/shardis/commit/ea88357))
22+
* **tests:** remove phantomjs ([2565d5a](https://github.com/shardis/shardis/commit/2565d5a))
23+
24+
25+
126
<a name="0.0.3"></a>
227
## [0.0.3](https://github.com/shardis/shardis/compare/v0.0.2...v0.0.3) (2017-02-02)
328

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This project is still a work in progress
2222
## Prerequisites
2323

2424
* Java 8 is required
25+
* Google Chrome is required for tests
2526
* Gradle and Node.js and not required
2627

2728
## Gradle tasks
@@ -60,27 +61,28 @@ This project is still a work in progress
6061

6162
## Changelog
6263

63-
<a name="0.0.3"></a>
64-
## [0.0.3](https://github.com/shardis/shardis/compare/v0.0.2...v0.0.3) (2017-02-02)
64+
<a name="0.0.4"></a>
65+
## [0.0.4](https://github.com/shardis/shardis/compare/v0.0.3...v0.0.4) (2017-02-09)
6566

6667

6768
### Bug Fixes
6869

69-
* **phantomjs:** set DEFAULT_TIMEOUT_INTERVAL for jasmine ([ce30d62](https://github.com/shardis/shardis/commit/ce30d62))
70+
* **frontend:** temporary use lazy loaded routes with aot (fixes [#1](https://github.com/shardis/shardis/issues/1)) ([a24eed8](https://github.com/shardis/shardis/commit/a24eed8))
7071

7172

7273
### Features
7374

74-
* **core:** update spring boot to 1.4.4.RELEASE ([8018c93](https://github.com/shardis/shardis/commit/8018c93))
75-
* **core:** update spring boot to 1.5.1.RELEASE ([0b13c03](https://github.com/shardis/shardis/commit/0b13c03))
76-
* **frontend:** add auth module and refacor app structure ([c3c23d5](https://github.com/shardis/shardis/commit/c3c23d5))
77-
* **frontend:** add clarity login page component ([b34e635](https://github.com/shardis/shardis/commit/b34e635))
78-
* **frontend:** connect [@ngrx](https://github.com/ngrx)/router-store to application ([dfeb3c9](https://github.com/shardis/shardis/commit/dfeb3c9))
79-
* **frontend:** turn on noImplicitAny option ([4ecab3f](https://github.com/shardis/shardis/commit/4ecab3f))
80-
* **frontend:** update angular to 2.4.4. ([fd44edb](https://github.com/shardis/shardis/commit/fd44edb))
81-
* **frontend:** update angular to 2.4.5 ([af3ef09](https://github.com/shardis/shardis/commit/af3ef09))
82-
* **frontend:** update angular-cli to 1.0.0-beta26 ([f69a203](https://github.com/shardis/shardis/commit/f69a203))
83-
* **frontend:** update node to 7.5.0 ([198b281](https://github.com/shardis/shardis/commit/198b281))
75+
* **ci:** use chrome instead of phantomjs for ci testing ([548a0e7](https://github.com/shardis/shardis/commit/548a0e7))
76+
* **core:** add simple jwt authentication ([787dcef](https://github.com/shardis/shardis/commit/787dcef))
77+
* **core:** add spring dependency management plugin for gradle ([3433e96](https://github.com/shardis/shardis/commit/3433e96))
78+
* **core:** specify kotlin api version ([089ebcb](https://github.com/shardis/shardis/commit/089ebcb))
79+
* **core:** update angular to 2.4.6 ([0e2d996](https://github.com/shardis/shardis/commit/0e2d996))
80+
* **core:** update angular to 2.4.7 and clarity to 0.8.6 ([da070bc](https://github.com/shardis/shardis/commit/da070bc))
81+
* **core:** use gradle script kotlin and kotlin 1.1.0-beta-38 ([8eaf9f1](https://github.com/shardis/shardis/commit/8eaf9f1))
82+
* **frontend:** add store for authorization (basic stub) ([df83f9a](https://github.com/shardis/shardis/commit/df83f9a))
83+
* **frontend:** login form (work in progress) ([c5f9418](https://github.com/shardis/shardis/commit/c5f9418))
84+
* **frontend:** update angular-cli to 1.0.0-beta.30 ([ea88357](https://github.com/shardis/shardis/commit/ea88357))
85+
* **tests:** remove phantomjs ([2565d5a](https://github.com/shardis/shardis/commit/2565d5a))
8486

8587

8688

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.gradle.testing.jacoco.tasks.JacocoReport
88
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
99

1010
group = "com.shardis"
11-
version = "0.0.4-SNAPSHOT"
11+
version = "0.0.4"
1212

1313
buildscript {
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shardis",
3-
"version": "0.0.4-SNAPSHOT",
3+
"version": "0.0.4",
44
"description": "shardis project",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)