-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 1.0.0 (2023-05-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* @types/* resolution ([216a4af](https://github.com/3rd/auto/commit/216a4afd68f96223d5234b2d19e9f985f328ea2e)) | ||
* add ESM loader ([c861ce0](https://github.com/3rd/auto/commit/c861ce0e2c2d800cd00ddbfe4477374f14bc8d72)) | ||
* auto loader patch with cjs ([ed524c8](https://github.com/3rd/auto/commit/ed524c83d448a566df2ab6a54bf1c1d84b65a732)) | ||
* disable default libs in repo tsconfig.json ([cb58392](https://github.com/3rd/auto/commit/cb58392d3a743ae5cf1e7736df3952e63d5071b0)) | ||
* react component generator example ([0574c70](https://github.com/3rd/auto/commit/0574c704e00bc8914909629fd87c15cc7cbd4625)) | ||
* set global repo path to ~/.config/auto and add note about local repos ([1072316](https://github.com/3rd/auto/commit/1072316de0ea4c4ce88b677784213b17886d7aab)) | ||
|
||
|
||
### Features | ||
|
||
* add fetch global ([2224b6e](https://github.com/3rd/auto/commit/2224b6e59b2353c8ea995f41fb58d2c4680b7bcc)) | ||
* add local repository support (./auto, ./.auto) ([c51146b](https://github.com/3rd/auto/commit/c51146bcac0d5c035c7276b2f3f5839fdaab45f5)) | ||
* auto-setup tsconfig.json for user in repository ([0424d9d](https://github.com/3rd/auto/commit/0424d9dd27283a9925a5dc2b64a49260582ec5b6)) | ||
* boostrap auto/globals ([aabe2ad](https://github.com/3rd/auto/commit/aabe2adebdf96757440ce99abccfd97d702b6704)) | ||
* change auto-generated tsconfig.json to default to react-jsx ([6978a31](https://github.com/3rd/auto/commit/6978a31beee8b7258506b5160152076067bc73e6)) | ||
* configurable repository path (~/.config/auto and env) ([6d01e5c](https://github.com/3rd/auto/commit/6d01e5c01f8395059ef9b5460dd9ddd8ad35e8ab)) | ||
* dynamic template loading ([4aae631](https://github.com/3rd/auto/commit/4aae6311c68e9ecad3c41fe555376ed619343d57)) | ||
* file abstraction, templating, type rework, dynamic default param values ([d8558bc](https://github.com/3rd/auto/commit/d8558bca89c5efcf5f20200db1f434b2a66b65c7)) | ||
* global utilities ([63caf8e](https://github.com/3rd/auto/commit/63caf8e6f62735ebddbba86e078c4b3d3874303b)) | ||
* override "auto" imports using a custom loader ([601f8e2](https://github.com/3rd/auto/commit/601f8e24fec3e66c9ed18b3acae54db8a7e2f9e2)) | ||
* prompt wrapper ([7b589f1](https://github.com/3rd/auto/commit/7b589f1b2c63f8adecddd4790d238b6d3eb0b621)) | ||
* repl - enable term mode and add history support ([0c3e65a](https://github.com/3rd/auto/commit/0c3e65a81b2e6a64092d8aeaada585bf0e4e6242)) | ||
* repl and more global utilities ([7aeae9a](https://github.com/3rd/auto/commit/7aeae9a0f7119e03fdd3e411b579f6a4d5c0285a)) | ||
* replace generate({ substitute }) with global mustache ([c62e031](https://github.com/3rd/auto/commit/c62e031973068d875e34a63fae0a776a8d562016)) | ||
* **setup:** configure semantic-release and setup release action ([f5a48ff](https://github.com/3rd/auto/commit/f5a48ff54ce868e2eba2b6eaf8614b8dc1193565)) | ||
* use a symbol to filter valid modules and discard errored imports ([ff05205](https://github.com/3rd/auto/commit/ff052056571d0564fcabd282d2d681e67aff76cc)) |