Skip to content

Releases: kucharzyk/spring-kotlin-angular4

v0.0.4 (2017-02-09)

09 Feb 19:08
Compare
Choose a tag to compare

Bug Fixes

  • frontend: temporary use lazy loaded routes with aot (fixes #1) (a24eed8)

Features

  • ci: use chrome instead of phantomjs for ci testing (548a0e7)
  • core: add simple jwt authentication (787dcef)
  • core: add spring dependency management plugin for gradle (3433e96)
  • core: specify kotlin api version (089ebcb)
  • core: update angular to 2.4.6 (0e2d996)
  • core: update angular to 2.4.7 and clarity to 0.8.6 (da070bc)
  • core: use gradle script kotlin and kotlin 1.1.0-beta-38 (8eaf9f1)
  • frontend: add store for authorization (basic stub) (df83f9a)
  • frontend: login form (work in progress) (c5f9418)
  • frontend: update angular-cli to 1.0.0-beta.30 (ea88357)
  • tests: remove phantomjs (2565d5a)

0.0.3 (2017-02-02)

02 Feb 18:37
Compare
Choose a tag to compare

Bug Fixes

  • phantomjs: set DEFAULT_TIMEOUT_INTERVAL for jasmine (ce30d62)

Features

  • core: update spring boot to 1.4.4.RELEASE (8018c93)
  • core: update spring boot to 1.5.1.RELEASE (0b13c03)
  • frontend: add auth module and refacor app structure (c3c23d5)
  • frontend: add clarity login page component (b34e635)
  • frontend: connect @ngrx/router-store to application (dfeb3c9)
  • frontend: turn on noImplicitAny option (4ecab3f)
  • frontend: update angular to 2.4.4. (fd44edb)
  • frontend: update angular to 2.4.5 (af3ef09)
  • frontend: update angular-cli to 1.0.0-beta26 (f69a203)
  • frontend: update node to 7.5.0 (198b281)

v0.0.2 (2017-01-14)

14 Jan 16:28
Compare
Choose a tag to compare

Bug Fixes

  • frontend: disable gradle deamon (96edf86)
  • frontend: downgrade node to 6.9.3 due to issues on windows (a211307)
  • frontend: re-enable gradle deamon (21a6ebf)
  • frontend: remove hmr code (fab9344)
  • frontend: update node back to 7.4.0 (33d2387)
  • tests: fix phantomjs timeout on window (139b2ea)
  • yarn: fix yarnw unix wrapper after gradle node plugin update (2231cad)
  • yarn: fix yarnw windows wrapper after gradle node plugin update (aaafc4d)

Features

  • core: add custom ResourceResolver instead of using ErrorPageRegistrar (9b0a49b)
  • core: add evers configuration for auditing (6368a35)
  • core: add hibernate-jpamodelgen to generate jpa metamodel (5ac232f)
  • core: add jwt security (backend) (040ff28)
  • core: add spring-data-jpa, spring security, auto sql schema generation (1290bd8)
  • core: passing project version from gradle to app (b5a351d)
  • core: undertow as default container (4aaa830)
  • core: upgrade gradle wrapper to 3.3 (55cfb90)
  • frontend: add @ngrx/store with sample counter component (d5ec07a)
  • frontend: add extract-css flag to build scripts (32be8e0)
  • frontend: update angular-cli to 1.0.0-beta25.5 (341bb9b)
  • test: ads AppVeyor tests on windows (85418a4)

v0.0.1 (2017-01-03)

03 Jan 21:37
Compare
Choose a tag to compare

Features

  • core: add gradle kotlin plugin for jpa and spring (4f817cf)
  • core: add node.js and yarn integration (2212540)
  • core: add travis and codecov integration (4c53060)
  • core: rewrite gradle build script in kotlin (46c7d6a)
  • core: spring configuration properties support via kapt and spring-boot-configuration-processor (6a9e83f)
  • core: switch back to groovy gradle script (5169829)
  • frontend: add angular-cli integration (073abdb)
  • frontend: add hmr support to angular-cli (a3a26fb)
  • frontend: add vmware clarity library (62e4e5b)