This repository was archived by the owner on Dec 30, 2022. It is now read-only.
Releases: tpg/vitamin
Releases · tpg/vitamin
v1.1.0
v1.0.3
- Pined Vite to version 2.9.
- Fixed a bug in the
app.jswhich crept in when stubs were renamed.
v1.0.2
Changed
- Renamed all stub files with a
.stubextension. 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
Ensure Node dependencies are installed as DEV dependencies.
v1.0.0
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
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
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
- Replaced
router.jswithScripts/Routing/Router.js. - No longer using the Ziggy Vue plugin. Import
{route}from theRouter.jsfile instead. - Cleaned up the
InitCommandand moved a few things around. - Removed the
thepublicgood/deadboltdependency, as it has a fairly specific use case. - The
@tailwindcss/typographydependency has been added. - Updated
Welcome.vue.
v0.5.1
Fixes an issue where the package.json file is overwritten AFTER node dependencies are installed.
v0.5.0
Added a few new things and fixed some stupid bugs:
- Will now update the
APP_URLsetting in your.envfile. - Places a new
Welcome.vuefile injs/Pages. - Replaced the default
web.phproutes 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.