Releases: tattersoftware/codeigniter4-chat
Releases · tattersoftware/codeigniter4-chat
Version 3 Beta
- Switches to
Tatter\Frontend
for asset management - Applies updated code types and UI tweaks
Note: Despite being a major version there are relatively few changes to the code, but was done in order to prevent assets from breaking.
What's Changed
Full Changelog: v2.2.0...v3.0.0-beta.1
Code Cleanup
Applies the updated CodeIgniter DevKit with numerous static analysis fixes and all new code style. This bumps the Markdown minimum to ^2.2
.
Note: No content changes this release.
What's Changed
Full Changelog: v2.1.1...v2.2.0
Chat Event
Adds a new "chat" event on new message creation.
Markdown
Deleted Users
Bug fix to increase the likelihood of Participant
locating its underlying User
.
Library Refactor
This release works through most of the library components to update interactions and behaviors. Some key points:
- Added the new Upgrade Guide to assist with upgrades
- Implements the framework's new provision codeigniter4/authentication-implementation for authentication handling
- Updates development toolkit and adds numerous tests
See the Upgrade Guide for upgrading your project.
Bugfix Composer spec
v1.0.1 Fix composer spec
Initial Release
v1.0.0 Update docs for release