Skip to content

Releases: tinesoft/generator-ngx-library

v2.5.1

28 Jun 06:50
Compare
Choose a tag to compare

Bug Fixes

  • resourcesInlining: fix resources not inlined when building library files (wrong path in tsconfig-aot.json) (86149f0), closes #28
  • templates/demo: fix margin in demo's home page (8bd3e98)

v2.5.0

19 Jun 18:21
Compare
Choose a tag to compare

Bug Fixes

  • template/gulpfile: correct indentation for gulp bundle task (ecc7091)
  • template/gulpfile: fix missing os and execdependencies in gulpfile.js when not skipping styles-related code generation (2a2bd56)

Features

  • demo/meta: add meaningful meta data to demo/index.html (3d65755)
  • gulp: allow loading additional gulp tasks put in ./config/gulp-task/* folder (62e2565)
  • skipDemo: add option --skipDemo to skip generation of demo app related code (59c3333)

v2.4.1

05 Jun 11:46
Compare
Choose a tag to compare
chore(release): :sparkles: :tada: create tag for version v2.4.1

v2.4.0

05 Jun 10:40
Compare
Choose a tag to compare

Bug Fixes

  • template/gulpfile: remove duplicated 'ngc' gulp task (2e93bd3)

Features

  • skipStyles: add --skip-styles to skip generation of styles inlining related code (0d8ac6c)
  • template/github: add github's ISSUE_TEMPLATE.md file (6fb36ed)

v2.3.0

31 May 21:01
Compare
Choose a tag to compare

Features

  • compodoc: add support for compodoc (awesome documentation tool for your Angular projects) (52d3f9c)
  • greenkeeper: add support for greenkeeper (real-time monitoring and automatic updates for npm dependencies) (f3136a8)

v2.2.0

28 May 20:25
Compare
Choose a tag to compare

Bug Fixes

  • devDependencies: pin dev dependencies to exact versions to avoid build breakages (30d8e9c)
  • LICENSE: set inception year in LICENSE file (0e996d4)

Features

  • tests: add karma-jasmine-html-reporter for tests results output in browser (cba12cf)

v2.1.0

06 May 14:50
Compare
Choose a tag to compare

Features

  • release: add pre-release checks to ensure library is ready to be released (b67fd55)

v2.0.1

03 May 06:14
Compare
Choose a tag to compare

Bug Fixes

  • peerDependencies: align some angular and typescript dev dependencies with angular v4+ (6b7f3cb), closes #1

v2.0.0

01 May 19:43
Compare
Choose a tag to compare

Features

  • all: migrate to angular (a2d9a4b)

BREAKING CHANGES

  • all: - rename package from generator-ng-plugin to generator-ngx-library
  • migrate from AngularJS to Angular
  • migrate from Grunt to Gulp