Releases: angular-fullstack/generator-angular-fullstack
Releases · angular-fullstack/generator-angular-fullstack
5.0.0-rc.0
Bug Fixes
- client: fix some outstanding client bugs (f4c5471)
- client:auth:guard: declare
authService
on class (afc725f)
- gen:
- package: add missing comma (b2a745b)
- seed: rename index.html to app.html to fix CRSF and token issues (2e784bf)
- server: fix express router usage (542337e)
- server:auth: specify digest for pbkdf2 (689c3fc), closes #2628
- server:test: resolve primus in non-dev (7bed185)
- test:
- only save new primus.js in dev (483dda0)
- use babel in
protractor.conf.js
(ffb16cb)
- misc cleanup (a1619e6)
Features
- client: add auth-guard service (a5cbada)
- package:
- add separate client lint script for TS (d426be7)
- add test:server script (24b6144)
4.2.0
Notable Changes
node-inspector
has been taken out in favor of Node's integrated --inspect
flag.
- @benmarten has taken care of a lot of the lint issues we've seen polluting the console
- @benmarten also enabled the use of Yarn if you have it installed. Thanks Ben!
- Various other fixes. See the comparison for the full list.
Bug Fixes
- angular-validation-match: Integration with Babel & Typescript (#2517) (9db9918)
4.1.4
Bug Fixes
- client:footer:
- events: mongoose event registration (e3ed67f), closes #2479
- webpack:
Performance Improvements
- test:endpoint:
- reduce number of eslint commands run (6faa7f0)
- remove unused imports (95a5aab)
- test:main: reduce number of app generations (d42d0b6)
4.1.3
Bug Fixes
- events: mongoose event registration (e3ed67f), closes #2479
- webpack: don't use html-plugin in test (959c31c), closes #2374
Performance Improvements
- test:endpoint:
- reduce number of eslint commands run (6faa7f0)
- remove unused imports (95a5aab)
- test:main: reduce number of app generations (d42d0b6)
4.1.2
Bug Fixes
- css: fix stylus-loader options (641646c)
- eslint: hides global variable warnings (#2448) (6aae4f5)
- sql: Fix form field not displaying sequalize error (d2cc15a), closes #2400
- webpack:css: disable css-loader sourceMap option (d48f0b0), closes #2188
4.1.1
Notable Changes
Bug Fixes
- gen:factory: fix factory subgen location (b09cfe5), closes #2381
4.1.0
Notable Changes
- We've bumped some of the Babel deps to
^6.16.0
. This should fix the issues everyone's been seeing with class properties being stripped when using the default settings of Babel without Flow types.
Bug Fixes
- client:modal: Fix unknown provider error (68b7b69), closes #2247
Features
- client:footer:
- gen:gulp: port changelog code to gulp (045abfb)