Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NoraH1to committed Mar 3, 2023
1 parent ad03929 commit baa1f23
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# Changelog
## [1.0.0-alpha.8](https://github.com/NoraH1to/setup-cli/compare/v1.0.0-alpha.7...v1.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](https://github.com/NoraH1to/setup-cli/commit/4dd491bbdae73753ede7b5b69e2ba0723bf7c2f0))
* **dirinfo:** add `getMap` function to get item's collection ([4ba360c](https://github.com/NoraH1to/setup-cli/commit/4ba360c900852ba6db0c833c9ab6bdec1e3089e6))
* **dirinfo:** added DirInfo class for managing files in memory ([ccf704b](https://github.com/NoraH1to/setup-cli/commit/ccf704b5287038be9c5a91fbad50739dd80c5606))
* **hook:** add `beforeMerge`, `afterMerge`, `afterOutput` hooks ([134ed97](https://github.com/NoraH1to/setup-cli/commit/134ed97f08c56d77d40521d9d08405a8cdf37e4d))


### Bug Fixes

* **dirinfo:** the directory name is not set correctly ([3d9650c](https://github.com/NoraH1to/setup-cli/commit/3d9650cc97ded426b626b8cf7a04da832b982198))


* **generator:** modify files in memory to reduce I/O ([aa5f08d](https://github.com/NoraH1to/setup-cli/commit/aa5f08dc18194bab178b9026652e063f5971b24a))

## [1.0.0-alpha.7](https://github.com/NoraH1to/setup-cli/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2023-02-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@norah1to/setup-cli",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Flexibility to build \"your\" application templates",
"type": "module",
"bin": {
Expand Down

0 comments on commit baa1f23

Please sign in to comment.