Skip to content

Releases: nivekcode/ng-samurai

v3.0.0

01 Sep 08:31
Compare
Choose a tag to compare

3.0.0 (2021-09-01)

Bug Fixes

  • 🐛 (subentry) use all module and componentOptions (5d040fd)
  • add inlineTemplate to keep in sync with schema (d76277b)
  • explicitly unpack supported properties for module/component schematics (4af9391)
  • prefix id with $ to suppress warning (b8a2b02)

Features

BREAKING CHANGES

  • 🧨 Angular 12 upgrade

v2.0.6

27 Feb 17:43
b691d61
Compare
Choose a tag to compare

2.0.6 (2021-02-27)

Bug Fixes

v2.0.5

14 May 07:21
Compare
Choose a tag to compare

2.0.5 (2020-05-14)

Bug Fixes

  • docs: add missing link in README (977d72f)

v2.0.4

10 May 07:34
Compare
Choose a tag to compare

2.0.4 (2020-05-10)

Bug Fixes

v2.0.3

09 May 10:26
Compare
Choose a tag to compare

2.0.3 (2020-05-09)

Bug Fixes

  • subentry: inline css urls (460b64c)

v2.0.2

04 May 14:29
Compare
Choose a tag to compare

2.0.2 (2020-05-04)

Bug Fixes

  • files: don't publish ts files (c213087)

v2.0.1

04 May 07:23
Compare
Choose a tag to compare

2.0.1 (2020-05-04)

Bug Fixes

  • docs: add subtitle (e0009d0)
  • docs: adjust table of contents in README (e69f46c)

v2.0.0

01 May 17:30
b572dfb
Compare
Choose a tag to compare

2.0.0 (2020-05-01)

Bug Fixes

  • split: handle multiple directory levels (1e4acae)

Features

  • schematics: change schematics name (4723e03)

BREAKING CHANGES

  • schematics: Introduce split-lib and generate-subentry

v1.0.0

30 Apr 15:31
09ffe8b
Compare
Choose a tag to compare

1.0.0 (2020-04-30)

Bug Fixes

  • lib: add filePath to content (bb369b5)
  • lib: add missing space for public-api (4a18be3)
  • lib: export everything from your library (7396689)
  • lib: fix relative file path typo (58b4128)
  • pahts: fail if path is wrong (1857f7f)
  • publicapi: adjust path from public_api instead of public-api (5548f33)
  • publicapi: generate public_api instead of public-api (eed995b)
  • submodule: add missing schema (c2ae5bf)
  • submodule: fix typo in package.json (f588ee4)
  • templates: fix typos in templates (c3fcec0)

Features

  • api: generate main public API (7dfc17f)
  • lib: complete library (5e88ace)
  • lib: generate basic files (6030abf)
  • lib: generate lib workspace (688d59c)
  • lib: generate library modules (3101667)
  • lib: generate library project (d7a1d2d)
  • paths: modify import statement with correct path (8d04118)
  • schematics: setup schematics (6f1f13e)
  • split: split simple library into multiple chunks (406adcc)
  • submodule: add schematic implementation (f4a7bd8)
  • submodule: add schematic stub (304a11b)
  • tsconfig: update tsconfig.json (2266ae6)