Releases: AlexisJehan/Amity
Releases · AlexisJehan/Amity
0.5.2
0.5.1
Bug fixes
- Fix the regular expression of the
Template->indent()
method
0.5.0
Breaking changes
- Rename the
Template::is()
method toTemplate::exists()
- Remove
Fragment->escape()
andFragment->unescape()
methods - Remove the
Template->bindHtml()
method
New features
- Add the
Template->indent()
method
Improvements
- Improve compatibility in CLI mode
0.4.1
Improvements
- Improve compatibility with PHP 8.1
0.4.0
Improvements
- Improve compatibility with PHP 8.0 and PHP 8.2
0.3.3
Bug fixes
- Fix the
url()
function when the language service is enabled
0.3.2
Bug fixes
- Fix escaping values in the
Template
class
0.3.1
Bug fixes
- Fix binding
NULL
values in theTemplate
class
0.3.0
Breaking changes
- Remove the
tools
package - Remove
AgentDetector
andTorDetector
classes
New features
- Add a force HTTPS option to the configuration
Notes
- Move
LogParser
andWebRequest
classes to theutils
package - Rename the
style.css
file tostylesheet.css
0.2.5
Improvements
- Improve
path()
andurl()
functions