Skip to content

Releases: kucharzyk/spring-angular2-starter

v2.2.0 (09.10.2016)

09 Oct 16:39
Compare
Choose a tag to compare
  • Introduced Angular-Cli as angular build tool
  • Updated Angular to 2.0.2
  • Updated Angular Material to 2.0.0-alpha.9-3
  • Updated Node to v6.7.0
  • Updated Spring Platform to Athens-RELEASE
  • Updated Spring Boot to 1.4.1.RELEASE
  • Updated Spring Cloud to Camden.RELEASE
  • Updated Spring Boot Admin to 1.4.2
  • Updated Docker Maven Plugin to 0.4.13
  • Added docker cleanup script for Windows
  • Added tags for generated docker images
  • Added separate routing modules to all lazy loaded Angular modules
  • Extracted common modules and providers to one place
  • Updated Angular-Cli to 1.0.0-beta.17
  • Rewritten all Angular tests

2.1.0 (28.08.2016)

28 Aug 19:20
Compare
Choose a tag to compare
  • Added Spring Cloud Config server for centralized configuration
  • Added Spring REST Docs support for API microservices
  • Remapped coverage reports to typescript
  • Rewritten angular tests using Testbed
  • Updated Spring Cloud to Brixton.SR5
  • Updated angular2-material to 2.0.0-alpha.7-4
  • Updated dependencies
  • Removed typedoc (it doesn't support typescript2)

2.0.0 (16.08.2016)

16 Aug 20:15
Compare
Choose a tag to compare
  • Updated Spring Platform to Athens-RC1 and Spring Boot to 1.4.0
  • Updated Spring Cloud to Brixton.SR4
  • Updated Node to v6.3.1 and npm to 3.10.3
  • Updated dependencies
  • Removed shardis-parent project
  • Added docker support (thanks to Tarun Sukhu)
  • Disabled Eureka client in unit tests
  • Docker and standalone profiles
  • Spring Boot admin support
  • Added gateway service
  • Updated Angular to rc.5
  • Updated angular2-material to 2.0.0-alpha.7-2
  • Added live demo http://shardis.com/

1.9.0 (29.07.2016)

29 Jul 18:53
Compare
Choose a tag to compare
  • Updated dependencies
  • Updated Angular to rc.4
  • Switched back to awesome-ts-loader (faster)
  • Updated Spring Cloud to Brixton.SR1
  • Removed lombok from project
  • Added UUID to all entities
  • Moved styles from main.scss to separate module
  • Updated Spring Cloud to Brixton.SR2
  • Updated Spring Platform to 2.0.6 and Spring Boot to 1.3.6
  • Renamed java test classes to match surefire convention
  • Webpack 2 and Typescript 2
  • Reduced bundle size
  • Updated Spring Cloud to Brixton.SR3
  • Enabled gzip compression
  • Removed typings in favor of types
  • Updated angular2-material to 2.0.0-alpha.6-2
  • Updated Spring Platform to 2.0.7 and Spring Boot to 1.3.7

1.8.0 (30.06.2016)

30 Jun 18:54
Compare
Choose a tag to compare
  • Better directory structure for angular components
  • Dependency updates
  • Updated Angular to rc.2
  • Migrate awesome-ts-loader to ts-loader due to problems with karma
  • Migrate to router 3
  • Lazy routes with modified version of AngularClass webpack resolver
  • Updated Angular to rc.3
  • Added 404 page
  • Much cleaner webpack configuration
  • Role based visibility of menu items
  • CRUD example for authenticated users
  • Route access for selected roles (guards)
  • Switched to new Angular Forms
  • Updated angular2-material to 2.0.0-alpha.6

1.7.0 (08.06.2016)

08 Jun 20:25
Compare
Choose a tag to compare
  • Added npm-check-updates as dev dependency
  • Removed kitchensink page
  • Updated dependencies
  • Removed foundation and motion-ui
  • Added angular2-material
  • Basic angular2-material styling
  • Added normalize.css
  • Added fancy loading screen
  • Removed development ribbon
  • Updated angular2-material to 2.0.0-alpha.5-2
  • Added angular2-material palette to main.scss
  • Added sidenav navigation
  • Added working login form
  • Added ng2-webstorage library
  • Inline base css from file and minify html

1.6.0 (26.05.2016)

26 May 20:23
Compare
Choose a tag to compare
  • Updated node to 6.2.0
  • Updated npm to 3.9.2
  • Removed typings from git
  • Updated typings
  • Updated all node packages
  • Fixed problem with nonexistent static directory
  • Fixed webpack validator custom schema config
  • Some fixes from AngularClass starter

1.5.0 (13.05.2016)

26 May 20:10
Compare
Choose a tag to compare
  • Updated Spring Boot to 1.3.4
  • Updated Spring Boot to 1.3.5
  • Added Spring IO Platform dependency
  • Various bugfixes

1.4.0 (05.05.2016)

26 May 20:11
Compare
Choose a tag to compare
  • Updated Angular to beta 16
  • Updated node dependencies
  • Updated maven dependencies
  • Fixed .gitignore
  • Fully stateless authentication
  • Storing oauth2 token in localstorage
  • Removed form authentication
  • Removed deprecated injectAsync
  • Decoding user token and showing expiration date
  • Updated Angular to beta 17
  • Updated Angular to rc.1
  • Replaced router-deprecated with router (temporary no async routes)

1.3.0 (21.07.2016)

26 May 20:12
Compare
Choose a tag to compare
  • Refactoring to microservices
  • Multi module pom project
  • Shared common library
  • Maven enforcer plugin
  • Custom schema for webpack config validator
  • Zull proxy
  • Auth module
  • Service discovery module (eureka)
  • Oauth2 security
  • Updated Angular to beta 14
  • Included all rxjs
  • Updated Angular to beta 15
  • Updated some dependencies
  • Path location strategy
  • Implicit login flow