Skip to content

Releases: DSI-HUG/ngx-schematics-utilities

v6.4.0

22 Feb 14:03
Compare
Choose a tag to compare

Features

Improvements

  • deps: upgrade dev dependencies

v6.3.2

17 Feb 09:44
Compare
Choose a tag to compare

Improvements

  • rules: display ACTION in yellow instead of green
  • rules: add a green DONE at the end of the schematics run

v6.3.1

16 Feb 17:26
Compare
Choose a tag to compare

Bug Fixes

  • getSchematicSchemaOptions: error when reading a schema.json without properties

Improvements

  • deps: upgrade dev dependencies

v6.3.0

08 Feb 15:15
Compare
Choose a tag to compare

Features

  • angular, chainable: add sanity checks to ensure project is known

Improvements

  • specs: runSchematicAsync() is deprecated
  • deps: upgrade dev dependencies

v6.2.0

06 Feb 17:30
Compare
Choose a tag to compare

Features

Bug Fixes

  • angular: removeAngularJsonAsset() is not working

Improvements

  • deps: upgrade dev dependencies

v6.1.1

03 Feb 15:01
Compare
Choose a tag to compare

Bug Fixes

  • lib: getSchematicSchemaOptions() does not keep the same properties order as in the schema.json file
  • docs: wrong locale

Improvements

  • specs: runExternalSchematicAsync() is deprecated
  • deps: upgrade dependencies

v6.1.0

30 Jan 12:00
Compare
Choose a tag to compare

Features

  • docs: add a search feature

Improvements

  • deps: upgrade dependencies

v6.0.0

19 Dec 09:47
Compare
Choose a tag to compare

BREAKING CHANGES

  • Node.JS >= 15 is now required

Features

  • ng15: add support for Angular 15

Improvements

  • deps: upgrade dependencies

v5.0.1

11 Aug 09:01
Compare
Choose a tag to compare

Improvements

  • deps: upgrade dependencies

v5.0.0

04 Jul 12:53
Compare
Choose a tag to compare

BREAKING CHANGES

Features

  • ng14: add support for Angular 14

Improvements

  • docs: add a tip to explain how a schematic can actually get a context about the project being run on.