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

Latest commit

 

History

History
40 lines (40 loc) · 1.5 KB

CHANGELOG.MD

File metadata and controls

40 lines (40 loc) · 1.5 KB
  • 0.1.2
    • added ng template cache support (see #67)
    • configured commons module
    • enabled HTML5 mode
    • support for executing a subset of the unit tests (or a specific one)
    • enhanced TSLint configuration
    • support for executing unit tests against multiple Web browsers
    • centralized reports
  • 0.1.1
    • separated base assets and other assets
    • fixed issues with TS helpers
    • improved npm scripts
    • add sinon.js
    • added webpack profiling task
    • improved tslint support
    • switched to a different TypeScript loader (awesome-typescript-loader)
    • updated dependencies
    • improved environment configuration
  • 0.1.0
    • added a module registry
    • added basic i18n support
    • made hot module replacement optional
    • added HTML minification for production build
    • added css bundles for production build
    • fixed bug with the production build (#38)
    • added ui router configuration
    • added sass/postcss support for production build
    • enabled strict DI mode for AngularJS
    • upgraded dependency on tslint-loader to work around a webpack issue: wbuchwalter/tslint-loader#18
    • added basic support & docs for proxy
  • 0.0.2
    • improved sass configuration for dev and prod
      • support added in production
      • sourcemaps added in dev
    • fixed an issue with images (wrong path) (fixed #37)
    • switched to webpack-sha-hash (SHA-based content hashes) (closed #36)
    • added moment.js & typings (closed #33)
    • added typings for webpack (closed #35)
  • 0.0.1
    • Initial version