1.0.1
This actually combines the unreleased 1.0.0 with 1.0.1.
[1.0.1] - 2022-09-01
Changed
- Big overhaul of documentation within the tool.
- Now saving the state of XDebug when running
slic shell
multiple times. - Added XDebug 3 compatible
php.ini
settings.
[1.0.0] - 2022-09-01
Changed
- Rebranded
tric
toslic
. - Consolidated many of the containers into a single
slic
container to simplify the stack and reduce the time to start up and shut down containers. - Containers are no longer brought down upon completion of a command.
- Removed the
serve
command. Since containers remain up, theup
command can be used to start the stack and make the local site available. - Reworked how
slic
handles npm. It now usesnvm
under the hood and automatically installs the version of node that is dictated by.nvmrc
. - Removed the
npm_lts
command. It is no longer needed after the reworking of thenpm
command.