1.1.0 (2023-05-26)
- generator: automatic formatting of file contents on output (66fc8db)
- hook: no longer mandatory for meta information (35e5549)
1.0.0 (2023-05-24)
- file: error when parsing commented json (edd42f5)
1.0.0-alpha.10 (2023-03-28)
- file: type error (bd27315)
1.0.0-alpha.9 (2023-03-06)
- command-inject: add command inject (e346f34)
- hook-on-merging: add folder information pass parameters (a429f6f)
1.0.0-alpha.8 (2023-03-03)
- hook:
afterGeneratewill be executed after the build is complete and before the file is output - generator:
beforeMergeandafterMergeare now called before and after eacheMerging, respectively, and provide directory information and file information
- command: add
resetcommand (4dd491b) - dirinfo: add
getMapfunction to get item's collection (4ba360c) - dirinfo: added DirInfo class for managing files in memory (ccf704b)
- hook: add
beforeMerge,afterMerge,afterOutputhooks (134ed97)
-
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)
- qa: checkbox add search support (70a7a10)
- 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)
- file: file content should not be undefined when file exist and empty (bf0eb88)
1.0.0-alpha.4 (2023-02-22)
- repo: fix "$GIT_DIR too big" error cause by pnpm's long dir (d9e115f)
1.0.0-alpha.3 (2023-02-21)
- update: git error (7541825)
1.0.0-alpha.2 (2023-02-21)
1.0.0-alpha.1 (2023-02-21)
- hook: add hooks, provide hook-helper, export hook type (4ab6e58)
- repo: complete command
repo(7e3670b)
- utils: fix wrong env var (e8f81a8)