Skip to content

Latest commit

 

History

History
108 lines (53 loc) · 4.9 KB

File metadata and controls

108 lines (53 loc) · 4.9 KB

Changelog

1.1.0 (2023-05-26)

Features

  • generator: automatic formatting of file contents on output (66fc8db)
  • hook: no longer mandatory for meta information (35e5549)

1.0.0 (2023-05-24)

Bug Fixes

  • file: error when parsing commented json (edd42f5)

1.0.0-alpha.10 (2023-03-28)

Bug Fixes

1.0.0-alpha.9 (2023-03-06)

Features

  • command-inject: add command inject (e346f34)
  • hook-on-merging: add folder information pass parameters (a429f6f)

1.0.0-alpha.8 (2023-03-03)

⚠ BREAKING CHANGES

  • hook: afterGenerate will be executed after the build is complete and before the file is output
  • generator: beforeMerge and afterMerge are now called before and after each eMerging, respectively, and provide directory information and file information

Features

  • command: add reset command (4dd491b)
  • dirinfo: add getMap function to get item's collection (4ba360c)
  • dirinfo: added DirInfo class for managing files in memory (ccf704b)
  • hook: add beforeMerge, afterMerge, afterOutput hooks (134ed97)

Bug Fixes

  • dirinfo: the directory name is not set correctly (3d9650c)

  • generator: modify files in memory to reduce I/O (aa5f08d)

1.0.0-alpha.7 (2023-02-24)

Features

  • qa: checkbox add search support (70a7a10)

Bug Fixes

  • qa: the base template for the create command should be required (b8bfacc)
  • scripts/init: failed to initialize properly (45fb7e9)

1.0.0-alpha.6 (2023-02-23)

1.0.0-alpha.5 (2023-02-23)

Bug Fixes

  • file: file content should not be undefined when file exist and empty (bf0eb88)

1.0.0-alpha.4 (2023-02-22)

Bug Fixes

  • repo: fix "$GIT_DIR too big" error cause by pnpm's long dir (d9e115f)

1.0.0-alpha.3 (2023-02-21)

Bug Fixes

1.0.0-alpha.2 (2023-02-21)

1.0.0-alpha.1 (2023-02-21)

1.0.0-alpha.0 (2023-02-21)

Features

  • hook: add hooks, provide hook-helper, export hook type (4ab6e58)
  • repo: complete command repo (7e3670b)

Bug Fixes

  • utils: fix wrong env var (e8f81a8)