Skip to content

Releases: 3rd/auto

v1.5.0

05 Dec 01:18
Compare
Choose a tag to compare

1.5.0 (2024-12-05)

Bug Fixes

  • prioritize global repo over dev depo (b25d8a9)

Features

  • add support for passing params directly (b9a7d77)

v1.4.1

18 Jan 22:04
Compare
Choose a tag to compare

1.4.1 (2024-1-18)

Bug Fixes

v1.4.0

01 Nov 23:51
Compare
Choose a tag to compare

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)

v1.3.1

15 Jul 22:59
Compare
Choose a tag to compare

1.3.1 (2023-07-15)

Bug Fixes

  • switch to pnpm and upgrade deps (60897c8)

v1.3.0

03 Jun 23:47
Compare
Choose a tag to compare

1.3.0 (2023-06-03)

Features

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

v1.2.0

29 May 16:50
Compare
Choose a tag to compare

1.2.0 (2023-05-29)

Features

  • resolve local repo from project root (edab091)

v1.1.2

27 May 13:42
Compare
Choose a tag to compare

1.1.2 (2023-05-27)

Bug Fixes

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

v1.1.1

25 May 19:57
Compare
Choose a tag to compare

1.1.1 (2023-05-25)

Bug Fixes

  • wait for tsconfig write (5f2a1d7)

v1.1.0

25 May 16:54
Compare
Choose a tag to compare

1.1.0 (2023-05-25)

Bug Fixes

Features

  • replace enquirer with inquirer (5185db2)

v1.0.0

25 May 08:07
Compare
Choose a tag to compare

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)