Skip to content

Releases: nitayneeman/schematics-utilities

v2.0.3

25 Apr 16:55
Compare
Choose a tag to compare

Fixed

  • Fix vulnerable dependencies

v2.0.2

07 Aug 19:02
Compare
Choose a tag to compare

Fixed

  • Adjust CDK source files to allow compatibility with Angular v10 (#3a0bdc0) - thanks to @mraible

v2.0.1

04 Jan 12:34
Compare
Choose a tag to compare

Fixed

  • Clone @angular/cdk's schematics code to avoid version conflicts

v2.0.0

04 Jan 12:16
Compare
Choose a tag to compare

Added

  • Add new utility functions:

    • getRouterModuleDeclaration
    • addRouteDeclarationToModule
    • updateWorkspace
    • getConfig
    • relativePathToWorkspaceRoot
    • getProject
    • isWorkspaceSchema
    • isWorkspaceProject
    • hasNgModuleImport
    • appendHtmlElementToHead
    • getHtmlHeadTagElement
    • targetBuildNotFoundError

Changed

  • Change the code to import and reuse the original source

Removed

  • Remove utility functions:

    • getHeadTag
    • addHeadLink
    • getIndexHtmlPath
    • getStylesPath
    • runPostScheduledTasks

v1.1.3

04 Jan 12:16
Compare
Choose a tag to compare

Docs

  • Deploy docs after improving README file

v1.1.2

04 Jan 12:15
Compare
Choose a tag to compare

Changed

  • Adjust code to the original source

v1.1.1

04 Jan 12:15
Compare
Choose a tag to compare

Fixed

  • Change projects to use targets instead of architect

v1.1.0

04 Jan 12:15
Compare
Choose a tag to compare

Added

  • Add new utilities:
    • angular/lint-fix
    • angular/project-targets
    • material/build-component
    • material/get-project
    • material/lib-versions
    • material/testing

Changed

  • Adjust code to the original source

v1.0.1

04 Jan 12:14
Compare
Choose a tag to compare

Removed

  • Remove redundant function: findModuleFromOptionsWithPathHandling

v1.0.0

04 Jan 12:13
Compare
Choose a tag to compare

🎉 Initial release