Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 08:07
· 58 commits to master since this release

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)