Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Releases: tpg/vitamin

v1.1.0

15 Aug 21:41
Compare
Choose a tag to compare
  • Fixed a bunch of foolish dependency bugs.
  • Support for Vite 3.

v1.0.3

18 Jul 14:29
Compare
Choose a tag to compare
  • Pined Vite to version 2.9.
  • Fixed a bug in the app.js which crept in when stubs were renamed.

v1.0.2

14 Jul 06:39
Compare
Choose a tag to compare

Changed

  • Renamed all stub files with a .stub extension. Some IDEs were trying to analyse these files.
  • Updated installers to copy newly renamed stub files correctly.

Added

  • Added a new GitHub changelog workflow.

v1.0.1

09 May 14:24
Compare
Choose a tag to compare

Ensure Node dependencies are installed as DEV dependencies.

v1.0.0

21 Apr 15:28
Compare
Choose a tag to compare

I think it's time.
This release adds a small fix to the Composer dependency installer which was outputting text even when the verbosity was not set higher. There's also a small change to the README file.

v0.6.2

29 Mar 14:55
Compare
Choose a tag to compare

This fixes a bug in the vitamin:serve Artisan command which was including the --https flag even if the https config option was set to false.

v0.6.1

14 Mar 08:13
Compare
Choose a tag to compare

Better HTTPS support.

Added https options to the vitamin.php config file and a --https flag to the vitamin:serve Artisan command.

v0.6.0

13 Mar 15:26
a7a6825
Compare
Choose a tag to compare
  • Replaced router.js with Scripts/Routing/Router.js.
  • No longer using the Ziggy Vue plugin. Import {route} from the Router.js file instead.
  • Cleaned up the InitCommand and moved a few things around.
  • Removed the thepublicgood/deadbolt dependency, as it has a fairly specific use case.
  • The @tailwindcss/typography dependency has been added.
  • Updated Welcome.vue.

v0.5.1

22 Feb 19:55
Compare
Choose a tag to compare

Fixes an issue where the package.json file is overwritten AFTER node dependencies are installed.

v0.5.0

19 Feb 06:50
Compare
Choose a tag to compare

Added a few new things and fixed some stupid bugs:

  • Will now update the APP_URL setting in your .env file.
  • Places a new Welcome.vue file in js/Pages.
  • Replaced the default web.php routes file with a slightly modified version to return an Intertia instance.
  • Fixed a bug parsing the integer port number.
  • Fixed an odd bug in the dev server running test that.
  • Fixed a bug in the dev server command that was getting the wrong host.