Releases: tattersoftware/codeigniter4-assets
Tool Updates, Config Bugfix
What's Changed
- Fix backslash URI suffix on Windows by @craigrodway in #49
- Update README.md by @neznaika0 in #57
- Support for CodeIgniter v4.4 by @MGatner in #60
- fix: assets config should not be called via class by @jozefrebjak in #59
New Contributors
- @craigrodway made their first contribution in #49
- @neznaika0 made their first contribution in #57
- @jozefrebjak made their first contribution in #59
Full Changelog: v2.3.0...v3.0.0
Windows Bugfix
Fixes an issue where URI segments were incorrectly OS-dependent.
What's Changed
- Fix backslash URI suffix on Windows by @craigrodway in #49
New Contributors
- @craigrodway made their first contribution in #49
Full Changelog: v3.0.0-rc.11...v3.0.0-rc.12
Typed Properties
- Switches to CodeIgniter Dev Kit
- Applies typed properties wherever available
What's Changed
Full Changelog: v3.0.0-rc.10...v3.0.0-rc.11
Test Tweak
Fixes a bug where the VFS would occasionally not refresh when it should.
What's Changed
Full Changelog: v2.3.0...v3.0.0-rc.10
Test Class Updates
- Fixes a logic error where test methods relied on properties that are reset on every run
- Renames the
$config
property to$assets
to avoid collision with children test cases
What's Changed
Full Changelog: v2.3.0...v3.0.0-rc.9
Version 3 RC 8
A small tweak to Config handling to improve testing consistency.
What's Changed
Full Changelog: v2.3.0...v3.0.0-rc.8
Version 3 RC 7
A slight adjustment to the previous RC, the test methods are now housed in a trait instead of the class itself. The trait will also prefer to set up VFS and publishing once, to optimize performance - but this can be controlled via the bool $refreshVfs
property.
What's Changed
Full Changelog: v2.3.0...v3.0.0-rc.7
Version 3 RC 6
Extracts test configurations into a sourced namespace for other libraries and projects to use.
What's Changed
Full Changelog: v2.3.0...v3.0.0-rc.6
Version 3 RC 5
This is a pivot from the last two RCs. The "vendor classes" will move to Tatter\Frontend
, allowing this library to focus on the assets themselves.
What's Changed
Full Changelog: v2.3.0...v3.0.0-rc.5
Version 3 RC 4
Quick bugfix for a missing path in vendor.
Please read the new Upgrade Guide for help migrating versions.