Skip to content

Releases: nitayneeman/schematics-utilities

v2.0.3

Choose a tag to compare

@nitayneeman nitayneeman released this 25 Apr 16:55

Fixed

  • Fix vulnerable dependencies

v2.0.2

Choose a tag to compare

@nitayneeman nitayneeman released this 07 Aug 19:02

Fixed

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

v2.0.1

Choose a tag to compare

@nitayneeman nitayneeman released this 04 Jan 12:34

Fixed

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

v2.0.0

Choose a tag to compare

@nitayneeman nitayneeman released this 04 Jan 12:16

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

Choose a tag to compare

@nitayneeman nitayneeman released this 04 Jan 12:16

Docs

  • Deploy docs after improving README file

v1.1.2

Choose a tag to compare

@nitayneeman nitayneeman released this 04 Jan 12:15

Changed

  • Adjust code to the original source

v1.1.1

Choose a tag to compare

@nitayneeman nitayneeman released this 04 Jan 12:15

Fixed

  • Change projects to use targets instead of architect

v1.1.0

Choose a tag to compare

@nitayneeman nitayneeman released this 04 Jan 12:15

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

Choose a tag to compare

@nitayneeman nitayneeman released this 04 Jan 12:14

Removed

  • Remove redundant function: findModuleFromOptionsWithPathHandling

v1.0.0

Choose a tag to compare

@nitayneeman nitayneeman released this 04 Jan 12:13

🎉 Initial release