Skip to content
Snippets Groups Projects
  1. Sep 16, 2016
  2. Sep 15, 2016
  3. Sep 14, 2016
  4. Sep 09, 2016
    • Nathan Walker's avatar
      Rc.6 (#217) · 7042bea3
      Nathan Walker authored
      * feat(build): add ahead of time compilation
      
      * fix(deps): add platform-server and ts 1.9
      
      * feat(build): add minification with google closure compiler
      
      * chore(deps): update to angular 2.0.0-rc.6
      
      * chore(deps): update to typescript to 2.0.2
      
      * fix(karma): update timeout
      
      * fix(css): fix css-lint issues
      
      * test(about.component): remove unused FormsModule
      
      * moved angular js.map to angular section
      
      * fix(test): use element's querySelectorAll
      
      * chore: rc.6 testing
      
      * Add link to jspm version of seed
      
      * chore(build.prod): use uglify instead of closure compiler
      
      * fix: angulartics2 TS issue
      
      * fix tslint issue
      
      semicolon was missing
      
      * Karma watch waits for an available file handler
      
      Karma watch must wait before files descriptors are available before starting
      
      * fix wrong type
      
      semicolon expect an array and not only true or false. Fixed it
      
      * feat(build): add option to not use AoT
      
      * fix(build.dev): blacklist the aot entry file
      
      * fix(build.js.dev): remove unused import
      
      * Fixed system-config.js import link to include APP_BASE
      
      Fixes https://github.com/mgechev/angular2-seed/issues/1295
      
      * fix(e2e): add AoT main to blacklist and set proper systemjs config
      
      Fix #1299
      
      * Fix for issue #1300
      
      * Fix for issue #1300
      
      * Log exception message instead of generic error message
      
      It is better to log the actual error message, because a exception can have different causes. For example: In the current implementation a syntax error, in a config file, will produce 'Cannot find ${configPath}'. Because this is misleading, this commit changes the behavior to log the actual exception message (f. e. 'Unable to compile TypeScript').
      
      * Skip main-prod.ts in non-AoT build for multi-app scenario. Fix for #1305
      
      * chore: rc.6 compatible NativeScript :)
      
      * chore: rc.6 update
      7042bea3
  5. Sep 06, 2016
  6. Aug 31, 2016
  7. Aug 30, 2016
  8. Aug 29, 2016
  9. Aug 28, 2016
    • Nathan Walker's avatar
      docs: readme · 971654d5
      Nathan Walker authored
      971654d5
    • Nathan Walker's avatar
      rc.5 upgrade complete for web, desktop and NativeScript (#208) · 43b684e9
      Nathan Walker authored
      * fix(build): set proper config environment for prod and dev
      
      Fix #1182
      
      * chore(.gitignore): add OS X trash file
      
      * Change <p> to closing tag
      
      * chore(deps): update to rc.5
      
      * style(*) format code
      
      * chore(deps): update codelyzer
      
      * chore(deps): revert codelyzer
      
      * docs(README): add modules
      
      * chore(typings): update core-js
      
      Fix #1204
      
      * feat: allow configuration of the bootstrap directory
      
      * docs(readme): add the app paremeter
      
      * docs(contributors): update the list of wiki contributors
      
      * style(router): add active route
      
      * change zone.js version to 0.6.13 so that tests can run
      
      * feat(envConfig): add static type checking
      
      * fix(build.dev): set proper sourceRoot
      
      Fix #1220
      
      * feat(build): improve testing
      
      * feat(tests): auto run tests with a single command
      
      Auto run tests with `npm run test.watch` and provides source maps for both spec and app files.
      
      Fix #1180
      Fix #1193
      
      * Update README.md About Environment configuration
      
      * rc.5 wip
      
      * RC.5 TestBed and Test Import Updates (#204)
      
      * Fixing test bed, imports, and updating tns-ios minor release
      
      * Updating remaining spec imports
      
      * fix some module dependencies (#206)
      
      * chore: rc.5 refactor modules for NgModule
      
      * chore: {N} rc.5 upgrade wip
      
      * chore: {N} rc.5 upgrade wip
      
      * chore: rc.5 upgrade for NativeScript
      43b684e9
  10. Aug 26, 2016
  11. Aug 24, 2016
Loading