Releases: librarianphp/librarian
Version 5.2.1
Version 5.2.0
What's Changed
- Bump postcss from 8.4.24 to 8.4.31 by @dependabot in #44
- Several Version bumps by @erikaheidi in #48
Full Changelog: 5.1.0...5.2.0
Version 5.1.0
Version 5.0.0
This version uses the native config autoload feature of Minicli, which is new. Because we already had a config loading in place, upgrading to latest Minicli introduced a breaking change, so this new release fixes the issue by implementing the new Minicli config autoload in place of the old method.
What's Changed
- Add favicons and logo by @WendellAdriel in #40
- Fix issues with Minicli update by @WendellAdriel in #42
Full Changelog: 4.1.0...5.0.0
Version 4.1.0
What's Changed
- Updating to latest Minicli by @erikaheidi in #33
- Updated Tailwind to get rid of npm warnings by @erikaheidi in #34
Full Changelog: 4.0.0...4.1.0
Version 4.0.0
The new version brings several updates and a new static build command, which we now advise as recommended way to deploy librarian to production.
Breaking Changes
Minicli has been updated to 4.0, which requires php 8.1+ .
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #13
- Bump twig/twig from 3.3.8 to 3.4.3 by @dependabot in #14
- Move commands to external repos by @erikaheidi in #18
- Incorporating static build command by @erikaheidi in #19
- Final Updates for 4.0 Release by @erikaheidi in #25
Full Changelog: 3.0.1...4.0.0
Version 4.0 release candidate
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #13
- Bump twig/twig from 3.3.8 to 3.4.3 by @dependabot in #14
- Move commands to external repos by @erikaheidi in #18
- Incorporating static build command by @erikaheidi in #19
Full Changelog: 3.0.1...4.0.0-rc
Version 3.0.1
Version 3.0.1 fixes TailwindCSS configuration (bumping typography plugin).
Version 3.0
Version 3.0 brings several updates to the core Librarian libraries, bumping PHP minimal version to 8.0
as we move to Minicli 3.
Quick upgrade notes
- PHP minimal version bumped to
8.0
- Minicli 3 + several other upgrades in underlying libs
- Tailwind 3
- Improved test coverage with Pest PHP
- Improved config handling
- Included built-in Docker Compose setup to facilitate development
Version 2.0.6
This release brings updated dependencies and a fix on the import dev posts feature.