All notable changes to this project will be documented in this file.
1.2.2 - 2023-08-26
- Update
Toolbar
class for changes in CI 4.4.
1.2.1 - 2023-06-17
- In some cases
view_fragment
wasn't parsed properly.
1.2.0 - 2023-06-06
- Add support for displaying the Debug Toolbar after
htmx
request.
- The added JavaScript is now placed in the
head
tag.
1.1.0 - 2023-01-10
- Add support for
htmx
andboosted
param to theIncomingRequest::is()
method.
- Start of this repository dgvirtual/codeigniter-htmx
- Adaptations for running on PHP7.4 (the original version is for PHP8). - 2022-12-09
1.0.0 - 2022-12-09
- When an HTTP error response occurs, display it in the modal.
- Add
view_fragment()
function to return only fragments of the view.
- Fixed the issue with applying an
ErrorDecorator
to the CLI requests.
1.0.0-beta.2 - 2022-11-22
- Stop including code responsible for showing Debug Toolbar for
htmx
requests.
First beta realease