Skip to content

Releases: Achronus/create-api-app

v2.1.1

28 Jun 15:41
Compare
Choose a tag to compare

Major Updates

  • Add exclude parameter to project creation. Enables exclusion of the following packages: Clerk, Stripe, and/or Uploadthing

Minor Updates

  • Updated Not sure where to start? console output section for better clarity and UX
  • Replaced shadcn/ui starting style to default from new-york

v.2.1.2

28 Jun 16:16
Compare
Choose a tag to compare

Moved packages to groups to reduce bloat when installing the tool.

v2.0.5

27 Jun 13:28
Compare
Choose a tag to compare

Minor Updates

Added automatic removal of default public images on project creation in the frontend directory.

v2.0.4

26 Jun 21:32
Compare
Choose a tag to compare

Bug Fixes

  • next.config.mjs error [#6]
  • Module not found error [#7]

Backend Updates

  • Improved error handling for project creation

Frontend Updates

  • Improved useFetchData and useFetchImgs hooks
  • Removed useUpdateQueryString hook
  • Added utility methods addQueries and removeQueries

v2.0.3

25 Jun 23:16
Compare
Choose a tag to compare

Minor Updates

Updated the projects backend setup assets:

  • Removed a redundant file
  • Added an Enum based on the documentation

v2.0.2

24 Jun 20:55
Compare
Choose a tag to compare

Major Updates

  • Refactored Poetry script configuration to simplify running the uvicorn server

Minor Updates

  • Renamed and added a value to API_URL in .venv.local for clarity
  • Added details in console after the project has built to inform next steps with clickable links directly to the files to update

v.2.0.1 - Tool Overhaul

23 Jun 23:45
86af436
Compare
Choose a tag to compare

Major Updates

  • Added as PIP package
  • Frontend created using separate package and docker container
  • Drastically simplified tool
  • Remove customization for focus on specific project template

v1.0.3

04 Jun 05:59
Compare
Choose a tag to compare

Refactor frontend files

  • Remove redundant env variables
  • Move middleware.ts to lib and page.tsx to app
  • Remove tremor module from tailwind.config.js
  • Remove flowbite from packages

v1.0.2

14 Feb 07:02
Compare
Choose a tag to compare

Minor Updates

Backend project files:

  • Removed PROJECT_NAME from Dockerfiles when not needed
  • Removed redundant variables (PROJECT_NAME, ENV_TYPE)
  • Fixed backend PORT bug

Tool files:

  • Updated tool tests

v1.0.1

13 Feb 07:36
Compare
Choose a tag to compare

Complete project release with all core functionality specified in README.

Minor Update

  • Automatically populate path in final console message based on current directory