1.5.0 (2024-12-05)
- prioritize global repo over dev depo (b25d8a9)
- add support for passing params directly (b9a7d77)
1.4.1 (2024-1-18)
1.4.0 (2023-11-01)
- update & fix tests failing due to missing pnpm (b13dd1f)
- add override flag to project.writeFile() (2a3373a)
- setup package.json for repos to ensure { type: "module" } (c046d55)
1.3.1 (2023-07-15)
- switch to pnpm and upgrade deps (60897c8)
1.3.0 (2023-06-03)
- remove node-fetch-native in favor of Node 18's builtin fetch (523153c)
1.2.0 (2023-05-29)
- resolve local repo from project root (edab091)
1.1.2 (2023-05-27)
- use fs.outputFile for project.writeFile (4279f9d)
1.1.1 (2023-05-25)
- wait for tsconfig write (5f2a1d7)
1.1.0 (2023-05-25)
- replace enquirer with inquirer (5185db2)
- @types/* resolution (216a4af)
- add ESM loader (c861ce0)
- auto loader patch with cjs (ed524c8)
- disable default libs in repo tsconfig.json (cb58392)
- react component generator example (0574c70)
- set global repo path to ~/.config/auto and add note about local repos (1072316)
- add fetch global (2224b6e)
- add local repository support (./auto, ./.auto) (c51146b)
- auto-setup tsconfig.json for user in repository (0424d9d)
- boostrap auto/globals (aabe2ad)
- change auto-generated tsconfig.json to default to react-jsx (6978a31)
- configurable repository path (~/.config/auto and env) (6d01e5c)
- dynamic template loading (4aae631)
- file abstraction, templating, type rework, dynamic default param values (d8558bc)
- global utilities (63caf8e)
- override "auto" imports using a custom loader (601f8e2)
- prompt wrapper (7b589f1)
- repl - enable term mode and add history support (0c3e65a)
- repl and more global utilities (7aeae9a)
- replace generate({ substitute }) with global mustache (c62e031)
- setup: configure semantic-release and setup release action (f5a48ff)
- use a symbol to filter valid modules and discard errored imports (ff05205)