Skip to content

Releases: tinesoft/generator-ngx-library

v5.3.0

28 Nov 21:47
Compare
Choose a tag to compare

Bug Fixes

  • scopedLibrary: fix scoped libraries' *.metadata.json not being valid (AOT compilation issue) (18de2fb), closes #133

Features

  • workflow: add options --skip-travis, --skip-coveralls, --skip-gh-releasing (1929e3b), closes #130

v5.2.0

23 Nov 23:27
Compare
Choose a tag to compare

Bug Fixes

  • demo: fix syntax issue in tsconfig.app.json (8a85613), closes #128
  • package.json: fix latest packages being used when generating a project with additional deps (7ee8ab9)
  • packaging: correct regex used to build peerDependencies in distributed package.json (4f1890e)
  • template/gulpfile: add missing $ for documentation output path (9cebd7f)

Features

  • core: remember --skip-demo, --skip-sample and --skip-styles options in .yo-rc.json (d573cf6)
  • style: add support for css files (cbc54f9), closes #131

v5.1.0

17 Nov 06:46
Compare
Choose a tag to compare

Bug Fixes

  • linkedLibraries: add typescript path mapping for peerDependencies in demo app (8ad5170)
  • package: update chalk to version 2.3.0 (ecd8009), closes #108
  • peerDependencies: correct invalid versions range for peerDependencies when packaging library (fcb2e40)

Features

  • hmr: add serve:demo-hmrtask to serve demo app with hot module replacement (7562741)
  • recipe: add a recipe about how to customize peerDependencies version range (7540da5)

v5.0.0

03 Nov 18:22
Compare
Choose a tag to compare

Features

  • core: add support for Angular 5 and Angular CLI 1.5.0 (1837622)
  • demo: add --aot to serve:demo task to speed up incremental rebuilds in development (dea0a10)
  • demo: update demo ssr code to align with offcial docs + angular 5 (d758f33)

v4.5.1

01 Nov 18:57
Compare
Choose a tag to compare

Bug Fixes

  • core: fix generation issue due to only additional packages being installed (f4c82b0)
  • demo: fix demo app not being pushed when deploy task includes building doc app (d2a6589)
  • skipDemo: fix library files being wrongly excluded when providing skip-demo option (0cc0b56)

v4.5.0

31 Oct 06:56
Compare
Choose a tag to compare

Bug Fixes

  • core: fix .yo-rc.json being created at wrong location when specifying target folder (112339e)
  • core: fix github repo name not being validated during prompt (9c92465)

Features

  • core: allow support for underscore in repo and project names during prompt (3dd97a7)
  • greenkeeper: deactivate greenkeeper by default in generator's prompt (b2252da)

v4.4.0

28 Oct 08:29
Compare
Choose a tag to compare

Bug Fixes

  • build: remove watching of *.html files when --skip-styles was chosen (0415dc8)
  • styles: fix issue in pattern used to identify scss/sass files (714f59c)

Features

  • build: update dev dependencies and greenkeeper exclusions (532fb5b)
  • build: update most dev dependencies (ee9eeec)
  • core: add support for additional dependencies (631c14a)
  • core: allow specifying target folder when running the generator (3329544)
  • demo: update demo app to Angular CLI 1.4.7 (6fe54b5)
  • rollup: update rollup to latest version(0.50.0) (51050c8)

v4.3.0

09 Oct 17:04
Compare
Choose a tag to compare

Bug Fixes

  • packaging: correct wrong "typings" and "es2015" when building for ng v2 (1824aef)

Features

  • build: run initial build on gulp build:watch (e3fa3fd)
  • scopedLibraries: add support for scoped libraries creation (i.e @my-scope/my-lib) (575c744), closes #100

v4.2.0

08 Oct 08:06
Compare
Choose a tag to compare

Bug Fixes

  • build: restore rxjs externals in RollupJS config (776e907)
  • package: update yeoman-generator to version 2.0.1 (c7535b8)

Features

  • build: add build:watch task to rebuild library on change on *.ts, *.html, *.scss files (921b3db), closes #98
  • core: add support for Appveyor CI (for testing generator on Windows platforms) (9772d5a)
  • demo: update demo app favicon (da525f6)

v4.1.1

29 Sep 17:24
Compare
Choose a tag to compare

Bug Fixes

  • core: update generator to chalk 2.1.0 to fix issue when generating on Windows 10 (f485e01), closes #89