5.1.1 (2024-08-21)
- 🐛 move glob to dep instead of devDep (8093b20)
5.1.0 (2024-08-20)
- 🎸 add all kinds of stats converters and printers (af8ce77)
- 🎸 add stats command (2f1c01a)
- 🎸 stats (b1c4eec)
5.0.1 (2024-08-06)
- 🐛 adjust document image and realese new logo (e33d352)
5.0.0 (2024-08-06)
- 🎸 new logo and v5 release (01b409c)
- 🧨 fix typo / NgParselValidtor becomes NgParselValidator
4.3.1 (2024-08-06)
- 🐛 (parser) rename validtor in validator (d5e656c)
4.3.0 (2024-08-06)
- 🎸 parse public service fields (404dbc3)
4.2.1 (2024-07-17)
- welcome message line spacing (5b41a81)
4.2.0 (2024-07-16)
- 🎸 parse public methods for directives (bace09b)
4.1.2 (2024-06-24)
- adjust snake (7e61a65)
4.1.1 (2024-06-10)
- 🐛 parse standalone flag correctly (43b86af), closes #24
- 🐛 update tests for pipe and directive (a442ad6)
4.1.0 (2024-05-01)
- 🎸 intersection and union types (e2e79a8)
4.0.0 (2024-05-01)
- 🎸 improve type detection (974e74e)
- 🧨 Type now returns a string or inferred
3.6.0 (2024-05-01)
- 🎸 parse additional input types (aabc6cb)
3.5.1 (2024-05-01)
- 🐛 remove leftover console.log (37839c3)
3.5.0 (2024-04-30)
- 🎸 parse model inputs (0a96a07)
3.4.0 (2024-04-30)
- 🎸 handle all kinds of default valus for Signal inputs (d88c1ab)
3.3.0 (2024-03-14)
3.2.0 (2024-03-13)
- 🎸 parse Signal inputs (37a6729)
3.1.1 (2024-03-13)
- 🐛 (setters) parse input setters (c014307)
3.1.0 (2023-05-16)
- 🐛 write service output files (781bee5)
3.0.2 (2022-11-30)
- 🤖 (node) support node 14 (0d2c38e)
3.0.1 (2022-11-30)
- 🐛 (parse) call harness parser (414e680)
3.0.0 (2022-11-30)
- 🐛 (investigator) detect validators (eff6660)
- 🐛 (parsel) adjust package.json URLs (7847c10)
- 🐛 (parser) validtor and harness parser output properties (38c0445)
- 🎸 (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)
- 🧨 ESM - Library is now published as ESM
- 🧨 rename methods to methodsPublicExplicit for harness and validator parsers
2.0.0 (2022-11-29)
- 🎸 (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)
- 🧨 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)
- 🐛 (declarations) add missing declaration files (6f75afb)
- 🐛 (declarations) add TypeScript declaration files (7874183)
1.1.1 (2022-11-29)
- 🐛 (parse) adjust cosmiconfig module name (21ff568)
1.1.0 (2022-11-28)
- 🎸 (parser) add harness parser (9639eb5)
- 🐛 (parse) correctly parse output files (89ce8b4)
- 🐛 (parse) pass around parsed arrays instead of object (a74eec8)
- 🎸 (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)