This repository has been 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.js
which crept in when stubs were renamed.
v1.0.2
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
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.js
withScripts/Routing/Router.js
. - No longer using the Ziggy Vue plugin. Import
{route}
from theRouter.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
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_URL
setting in your.env
file. - Places a new
Welcome.vue
file injs/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.