Skip to content

Releases: DSI-HUG/ngx-schematics-utilities

v10.1.3

06 Sep 15:02
Compare
Choose a tag to compare

Improvements

  • deps: upgrade dependencies

v10.1.2

15 Aug 20:01
Compare
Choose a tag to compare

BREAKING CHANGES

Features

Bug Fixes

  • release: npm publish not working properly (see npm/cli#7726)
  • rule: > DONE is displayed multiple times if multiple schematics are used

Improvements

  • docs: add more chainable examples + some preview images
  • deps: upgrade dependencies

v9.1.0

17 May 10:00
Compare
Choose a tag to compare

Features

v9.0.2

16 May 23:30
Compare
Choose a tag to compare

Improvements

  • deps: upgrade dependencies

v9.0.1

13 Apr 00:13
Compare
Choose a tag to compare

Bug Fixes

  • chainable: new application context info should not be optional

v9.0.0

12 Apr 23:01
Compare
Choose a tag to compare

BREAKING CHANGES

  • angular

  • chainable:

    More context info have been added to chainable application():

    {
      isStandalone: boolean;
      mainFilePath: string;
      mainConfigFilePath: string;
      outputPath: string;
    }

    As such the following breaking changes were made:

    • ChainableContext was renamed to ChainableWorkspaceContext
    • ChainableProjectContext was replaced by either ChainableLibraryContext or ChainableApplicationContext
    • ChainableProject was replaced by either ChainableLibrary or ChainableApplication
    • ProjectDefinition was replaced by either LibraryDefinition or ApplicationDefinition
    • getProjectFromWorkspace() now returns either a LibraryDefinition or an ApplicationDefinition (previous was ProjectDefinition)

Features

Improvements

  • deps: upgrade dependencies

v8.0.1

16 Feb 12:46
Compare
Choose a tag to compare

Improvements

  • deps: upgrade dependencies

v8.0.0

16 Jan 17:27
Compare
Choose a tag to compare

BREAKING CHANGES

  • Angular >= 17 is now required

Features

Improvements

  • ng: improve support for standalone mode
  • deps: upgrade dependencies

v7.0.0

18 Oct 17:46
Compare
Choose a tag to compare

BREAKING CHANGES

  • Node.JS >= 18.12.0 is now required

Improvements

  • deps: upgrade dependencies

v6.6.6

18 Oct 16:30
Compare
Choose a tag to compare

Bug Fixes

  • lib: node 20.x type error: cannot read properties of null (reading 'setTimeout')

Improvements

  • deps: upgrade dependencies