Skip to content

Releases: codibrie/nextwind

Release v2.0.0: app directory

26 May 08:05
432fbf2
Compare
Choose a tag to compare

This release brings exciting new features and enhancements to enhance the functionality and stability of our application.

🗒️ Changelog

  • app directory: the app directory is now fully functional and stable.
  • Next-Auth Refactor: We have refactored the Next-Auth to integrate with the new app directory.
  • supabase/schema.sql: Included the supabase/schema.sql file. This file contains the necessary schema definition, making it easier to set up the database.
  • dependency updates: updated all dependencies to their latest versions.
  • Github Authentication: users leveraging GitHub authentication can now access their access tokens.

Please don't hesitate to reach out if you encounter any issues or have any feedback.

Release v1.0.1

22 Feb 22:15
8cc4d3a
Compare
Choose a tag to compare

Adds some new functionality & chores

  • Prepares the app for production to be deployed with docker (small image build, docker-compose, and nginx)
  • .editorconfig for better rules
  • improves prettier
  • updates/upgrades dependencies
  • GitHub templates for Issues & PRs