Releases: aschmelyun/cleaver
Releases · aschmelyun/cleaver
1.6.4
1.6.3
Adds QEMU support in Docker image builds.
1.6.2
Updates Docker setup to rely on Packagist instead of the repo's code. This allows users to run compilation through Docker without having to have the entire source present, just a resources
folder with content, views, and styles.
docker run --rm -v $(pwd)/resources:/var/www/resources cleaver:latest
1.6.1
Upgrades to npm dependencies!
1.6.0
- Adds full Docker support, can build the image from the repo or use
aschmelyun/cleaver
from the Docker Hub - Removes support for Bootstrap out of the box, exclusively uses Tailwind
- Upgrades Laravel Mix to version 6
- Upgrades all npm dependencies and removes stale ones
1.5.7
v1.5.7 Bumps version to 1.5.7
1.5.6
Small fix for tests and bumps to package.json
1.5.5
v1.5.5 Changes version in default view
1.5.4
v1.5.4 Travis update
1.5.2
v1.5.2 Swaps philo/laravel-blade for aschmelyun/laravel-blade