Skip to content

Releases: tattersoftware/codeigniter4-assets

Tool Updates, Config Bugfix

Choose a tag to compare

@MGatner MGatner released this 28 Sep 22:48
b0f6177

What's Changed

New Contributors

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

Windows Bugfix

Windows Bugfix Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 15 Feb 17:57
3c7c015

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

Typed Properties Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 03 Feb 15:21
0d10412
  • 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

Test Tweak Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 03 Jan 01:32
ab44cfb

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

Test Class Updates Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 30 Dec 23:35
a85a2ac
  • 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

Version 3 RC 8 Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 24 Dec 15:31
e52bec8

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

Version 3 RC 7 Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 17 Dec 02:59
b4bc529

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

Version 3 RC 6 Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 14 Dec 15:39
2da9c43

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

Version 3 RC 5 Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 10 Dec 15:51
d0099ce

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

Version 3 RC 4 Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 26 Nov 15:32
47cfd84

Quick bugfix for a missing path in vendor.

Please read the new Upgrade Guide for help migrating versions.