Skip to content

Latest commit

 

History

History
235 lines (136 loc) · 13 KB

CHANGELOG.md

File metadata and controls

235 lines (136 loc) · 13 KB

5.1.1 (2024-08-21)

Bug Fixes

  • 🐛 move glob to dep instead of devDep (8093b20)

5.1.0 (2024-08-20)

Features

  • 🎸 add all kinds of stats converters and printers (af8ce77)
  • 🎸 add stats command (2f1c01a)
  • 🎸 stats (b1c4eec)

5.0.1 (2024-08-06)

Bug Fixes

  • 🐛 adjust document image and realese new logo (e33d352)

5.0.0 (2024-08-06)

Features

  • 🎸 new logo and v5 release (01b409c)

BREAKING CHANGES

  • 🧨 fix typo / NgParselValidtor becomes NgParselValidator

4.3.1 (2024-08-06)

Bug Fixes

  • 🐛 (parser) rename validtor in validator (d5e656c)

4.3.0 (2024-08-06)

Features

  • 🎸 parse public service fields (404dbc3)

4.2.1 (2024-07-17)

Bug Fixes

  • welcome message line spacing (5b41a81)

4.2.0 (2024-07-16)

Features

  • 🎸 parse public methods for directives (bace09b)

4.1.2 (2024-06-24)

Bug Fixes

4.1.1 (2024-06-10)

Bug Fixes

  • 🐛 parse standalone flag correctly (43b86af), closes #24
  • 🐛 update tests for pipe and directive (a442ad6)

4.1.0 (2024-05-01)

Features

  • 🎸 intersection and union types (e2e79a8)

4.0.0 (2024-05-01)

Features

  • 🎸 improve type detection (974e74e)

BREAKING CHANGES

  • 🧨 Type now returns a string or inferred

3.6.0 (2024-05-01)

Features

  • 🎸 parse additional input types (aabc6cb)

3.5.1 (2024-05-01)

Bug Fixes

  • 🐛 remove leftover console.log (37839c3)

3.5.0 (2024-04-30)

Features

  • 🎸 parse model inputs (0a96a07)

3.4.0 (2024-04-30)

Features

  • 🎸 handle all kinds of default valus for Signal inputs (d88c1ab)

3.3.0 (2024-03-14)

Features

  • 🎸 handle outputFromObservable (fa628d2)
  • 🎸 parse new output API (7631f49)

3.2.0 (2024-03-13)

Features

  • 🎸 parse Signal inputs (37a6729)

3.1.1 (2024-03-13)

Bug Fixes

  • 🐛 (setters) parse input setters (c014307)

3.1.0 (2023-05-16)

Bug Fixes

  • 🐛 write service output files (781bee5)

Features

  • 🎸 add parseServices to default config (6b97e5b)
  • 🎸 parse services (d2a9c91)

3.0.2 (2022-11-30)

Bug Fixes

  • 🤖 (node) support node 14 (0d2c38e)

3.0.1 (2022-11-30)

Bug Fixes

  • 🐛 (parse) call harness parser (414e680)

3.0.0 (2022-11-30)

Bug Fixes

  • 🐛 (investigator) detect validators (eff6660)
  • 🐛 (parsel) adjust package.json URLs (7847c10)
  • 🐛 (parser) validtor and harness parser output properties (38c0445)

Features

  • 🎸 (esm) convert library to ESM (cbb3bcd)
  • 🎸 (filepath) export filepath for all types (de7f8ed)
  • 🎸 (types) export types subentry for browser usage (6219283)
  • 🎸 (welcome) print welcome messages (599c813)

BREAKING CHANGES

  • 🧨 ESM - Library is now published as ESM
  • 🧨 rename methods to methodsPublicExplicit for harness and validator parsers

2.0.0 (2022-11-29)

Features

  • 🎸 (className) add className to all types (c890cf0)
  • 🎸 (components) parse CVA (44b9487)
  • 🎸 (parse) add validator and change output file names (d85ad2e)
  • 🎸 (parse) parse validators and change output format (c6cb686)

BREAKING CHANGES

  • 🧨 Output files filename is now in plural - ng-parsel-component becomes ng-parsel-components and so on
  • 🧨 Output files are now plural

1.1.2 (2022-11-29)

Bug Fixes

  • 🐛 (declarations) add missing declaration files (6f75afb)
  • 🐛 (declarations) add TypeScript declaration files (7874183)

1.1.1 (2022-11-29)

Bug Fixes

  • 🐛 (parse) adjust cosmiconfig module name (21ff568)

1.1.0 (2022-11-28)

Features

  • 🎸 (parser) add harness parser (9639eb5)

1.0.0 (2022-11-28)

Bug Fixes

  • 🐛 (parse) correctly parse output files (89ce8b4)
  • 🐛 (parse) pass around parsed arrays instead of object (a74eec8)

Features

  • 🎸 (commander) setup commander (8104226)
  • 🎸 (config) generate configuration file (7e20f9a)
  • 🎸 (init) generate json file (8ab8ec3)
  • 🎸 (logo) add logo (23b14cf)
  • 🎸 (output) pipes and specs (dccd12c)
  • 🎸 (output) write files to directory (70d6680)
  • 🎸 (parse) add spec parser (2f75759)
  • 🎸 (parse) outputs (450c626)
  • 🎸 (parse) parse additional explicit public methods (bc647ed)
  • 🎸 (parse) parse component implementation (2fdaa91)
  • 🎸 (parse) spit out first parsed component (8e808b1)
  • 🎸 (parser) add directive parser (caf85fd)
  • 🎸 (parser) add module parser (fb5d610)
  • 🎸 (parser) add pipe parser (d300682)
  • 🎸 (parser) extend field decorators (db44105)
  • 🎸 (parser) parse component inputs (d8013f7)
  • 🎸 (setup) setup and first features (d1b9821)
  • 🎸 (spinners) add ora spinners (66ce80e)
  • 🎸 (styles) spit out correct styles (0600494)
  • 🎸 (type) add building block type (0e88f4d)