Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Releases: BrainCrumbz/YANGTSE

1.4.2

27 Mar 20:48
Compare
Choose a tag to compare
  • refactor(main): don't import platformBrowserDynamic in AOT
  • refactor(routes): declare router module in app module
  • chore(client): add suffix to JIT-specific entry points
  • chore(client): import global CSS, instead of require
  • chore(debug): show full error at boot in console
  • chore(tools): add awesome TS Checker plugin
  • chore(tools): allow building code without cleaning
  • chore(deps): upgrade to angular 2.4.8
  • chore(deps): upgrade to angular router 3.4.7
  • chore(deps): upgrade to rxjs@5.0.2
  • chore(deps): upgrade to reflect-metadata@0.1.9, zone.js@0.7.8
  • chore(deps): upgrade to typescript@2.1.1, share TS helpers
  • chore(deps): upgrade to webpack@2.2.1
    • Also webpack-bundle-analyzer@2.3.1, webpack-dev-server@2.4.1
  • chore(deps): upgrade to awesome-typescript-loader@3.1.2
  • chore(deps): import reflect from core-js
  • chore(deps): lock version on all dependencies
  • refactor((webpack): split common paths in absolute and relative
  • refactor(webpack): split TS loaders for JiT/AOT
  • refactor(webpack): make JiT/AoT settings explicit
  • chore(webpack): clean up minimize options
  • chore(tools): drop unneeded awesome-TS loader options
  • chore(tools): reorganize options in tsconfig files

v1.4.1

17 Oct 14:22
Compare
Choose a tag to compare
  • feat(tools): add batch script to archive branch
  • fix(build): re-enable require() of global CSS
  • fix(build): disable source map for global CSS files
  • fix(webpack): global CSS loader had wrong exclude path
  • chore(typedefs): migrate from typings to TypeScript 2.0 @types
  • chore(deps): upgrade webpack to 2.1.0-beta.25, plus others
    • webpack-dev-server to 2.1.0-beta.9
    • css-loader to 0.25.0
  • chore(deps): upgrade angular to 2.1.0, plus others
    • @angular/router to 3.10
    • typescript to 2.0.3
    • reflect-metadata to 0.1.8
    • zone.js to 0.6.25
    • typings to 1.4.0

v1.4.0

14 Oct 11:35
Compare
Choose a tag to compare
  • feat(build): enable Angular2 AOT in production build
  • feat(build): do not import Angular modules in AOT build
  • feat(build): enable symbol mangling in production
  • feat(build): don't re-build before serving in production
  • fix(webpack): remove OccurenceOrder & Dedupe plugins to fix production build
  • fix(webpack): serving in reload mode gave runtime errors due to WebpackDevServer settings on Http Module Proxy
  • fix(test): fix test coverage on application code
  • refactor(webpack): allow passing parameters when building common
  • refactor(build): group pre/post/Loaders webpack config
  • chore(deps): upgrade to
    • webpack 2.1.0-beta,
    • webpack-dev-server 2.1.0-beta.4,
    • postcss-loader 0.13.0
    • typings

v1.3.0

19 Sep 15:03
Compare
Choose a tag to compare
  1. fix unit tests instantiating components in DOM
    • fix(build): fix "Failed to load xxx.component.css" error in tests involving TestBed
    • fix(appComponent): fix "router-outlet is not a known element" error in test
  2. add unit tests on components with injected custom services and router
  3. chore(deps): upgrade karma to 1.3.0 and related tools

v1.2.0

18 Sep 22:28
Compare
Choose a tag to compare
  1. chore(deps): upgrade to angular 2 final, make test build
    • Note: test instantiating view components through TestBed still don't work
  2. chore(vscode): hide build output and coverage folders
  3. feat(build): add npm script to serve files & watch build
  4. style(server): clean up some trailing spaces

v1.1.0

30 May 21:12
Compare
Choose a tag to compare
  1. chore(angular): migrate from Angular 2 beta15 to RC1
  2. chore(test): move third-party required modules from karma configuration to karma entry point
  3. chore(package): split client and server dependencies

v1.0.0

28 May 15:39
Compare
Choose a tag to compare

First release, with CSS auto-prefixing