Skip to content

Releases: tattersoftware/codeigniter4-assets

Tool Updates, Config Bugfix

28 Sep 22:48
b0f6177
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.0.0

Windows Bugfix

15 Feb 17:57
3c7c015
Compare
Choose a tag to compare
Windows Bugfix Pre-release
Pre-release

Fixes an issue where URI segments were incorrectly OS-dependent.

What's Changed

New Contributors

Full Changelog: v3.0.0-rc.11...v3.0.0-rc.12

Typed Properties

03 Feb 15:21
0d10412
Compare
Choose a tag to compare
Typed Properties Pre-release
Pre-release
  • 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

03 Jan 01:32
ab44cfb
Compare
Choose a tag to compare
Test Tweak Pre-release
Pre-release

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

30 Dec 23:35
a85a2ac
Compare
Choose a tag to compare
Test Class Updates Pre-release
Pre-release
  • 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

24 Dec 15:31
e52bec8
Compare
Choose a tag to compare
Version 3 RC 8 Pre-release
Pre-release

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

17 Dec 02:59
b4bc529
Compare
Choose a tag to compare
Version 3 RC 7 Pre-release
Pre-release

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

14 Dec 15:39
2da9c43
Compare
Choose a tag to compare
Version 3 RC 6 Pre-release
Pre-release

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

10 Dec 15:51
d0099ce
Compare
Choose a tag to compare
Version 3 RC 5 Pre-release
Pre-release

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

26 Nov 15:32
47cfd84
Compare
Choose a tag to compare
Version 3 RC 4 Pre-release
Pre-release

Quick bugfix for a missing path in vendor.

Please read the new Upgrade Guide for help migrating versions.