Skip to content

Latest commit

 

History

History
98 lines (61 loc) · 5.6 KB

CHANGELOG.md

File metadata and controls

98 lines (61 loc) · 5.6 KB

1.5.0 (2024-12-05)

Bug Fixes

  • prioritize global repo over dev depo (b25d8a9)

Features

  • add support for passing params directly (b9a7d77)

1.4.1 (2024-1-18)

Bug Fixes

1.4.0 (2023-11-01)

Bug Fixes

  • update & fix tests failing due to missing pnpm (b13dd1f)

Features

  • add override flag to project.writeFile() (2a3373a)
  • setup package.json for repos to ensure { type: "module" } (c046d55)

1.3.1 (2023-07-15)

Bug Fixes

  • switch to pnpm and upgrade deps (60897c8)

1.3.0 (2023-06-03)

Features

  • remove node-fetch-native in favor of Node 18's builtin fetch (523153c)

1.2.0 (2023-05-29)

Features

  • resolve local repo from project root (edab091)

1.1.2 (2023-05-27)

Bug Fixes

  • use fs.outputFile for project.writeFile (4279f9d)

1.1.1 (2023-05-25)

Bug Fixes

  • wait for tsconfig write (5f2a1d7)

1.1.0 (2023-05-25)

Bug Fixes

Features

  • replace enquirer with inquirer (5185db2)

1.0.0 (2023-05-25)

Bug Fixes

  • @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)

Features

  • 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)