Schematics Utilities Versions Save

🛠️ Useful exported utilities for working with Schematics

v2.0.3

3 years ago

Fixed

  • Fix vulnerable dependencies

v2.0.2

3 years ago

Fixed

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

v2.0.1

4 years ago

Fixed

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

v2.0.0

4 years ago

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

4 years ago

Docs

  • Deploy docs after improving README file

v1.1.2

4 years ago

Changed

  • Adjust code to the original source

v1.1.1

4 years ago

Fixed

  • Change projects to use targets instead of architect

v1.1.0

4 years ago

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

4 years ago

Removed

  • Remove redundant function: findModuleFromOptionsWithPathHandling

v1.0.0

4 years ago

🎉 Initial release