Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Alpha 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ks89 Ks89 released this 21 Jan 02:42
· 244 commits to master since this release

Alpha 5 with a crazy amount of new small features and fixes

Features

  • #9 implement tree shaking
  • #44 Implement Lazy Loading
  • #8 webpack HotModuleReplacementPlugin
  • #36 Firefox and Internet Explorer on AppVeyor
  • #38 Add macOS to Travis CI
  • #34 appveyor and travis are sending coverage report to codeclimate?
  • #41 add coveralls service
  • #50 MyWebsite folder should be a configuration param
  • #58 improve bootstrap-loader config for production builds
  • #27 Validate password in reset page
  • #60 Add noContent / 404 page in angular router for both app and admin
  • #70 karma single run
  • #72 Add angular2-idle-preload that uses both requestIdleCallback and Cooperative Scheduling of Background Tasks
  • #37 Chrome and Firefox on Travis CI

Chore

  • #40 regenerate and hide codeclimate repo toke
  • #43 limit rxjs imports
  • #49 improve windows and general documentation (install/setup)
  • #53 Limit core.js imports in vendor.ts
  • #55 Protractor - improve configuration
  • #71 Manage bootstrapModule.then/catch

Bugfixes

  • #42 travis config osx+linux + nodejs multiple versions + multiple env vars (also secured)
    #6 bootstrap-loader error messages only on Window
  • #73 update to webpack 2.2.0 rc6 or greater

Refactor

  • #66 replace all form.controls.name with form.get('controlName')
  • #69 add any to variables var: any and replace wrong types both Object and string
  • #67 Remove all export default to be able to try AOT

and other small changes everywhere... :)