Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Releases: avrios/angular-schematics

v2.5.1

26 Jun 12:45
c3c8f40
Compare
Choose a tag to compare

Description

Replace avrios-npm with shiftmove-npm.

Full Changelog: v2.5.0...v2.5.1

v2.5.0

12 May 10:05
f0f8c8b
Compare
Choose a tag to compare

Description

Update to angular 13 and fix shame.json.
Fix generated tsconfig.base file contains generated library with previously invalid imports

Full Changelog: v2.4.1...v2.5.0

v2.4.1

27 Feb 08:35
7871d1a
Compare
Choose a tag to compare

Description

Generated tsconfig.base file contains generated library name with libId variable meaning the paths will cause invalid imports.

What's Changed

  • from @shared/shared-<library-name>/* to @shared/<library-name>/*
  • from libs/shared/src/lib/shared-<library-name>/* to libs/shared/src/lib/<library-name>/*

Full Changelog: v2.4.0...v2.4.1

Schematics with updated anguar.json config

22 Feb 09:10
02746d9
Compare
Choose a tag to compare

Description

Current configuration makes ts-lint the default linter causing linting tasks to fail in frontend-service

Changes

  • update template and set config to use eslint in #14

Full Changelog: v2.3.0...v2.4.0