Skip to content

Releases: AlexisJehan/Amity

0.5.2

06 Nov 17:25
932d53a
Compare
Choose a tag to compare

Bug fixes

  • Fix the CLI mode detection with PHP 5.3

0.5.1

24 Apr 16:42
2450986
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Bug fixes

  • Fix the regular expression of the Template->indent() method

0.5.0

19 Apr 16:40
074caed
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Breaking changes

  • Rename the Template::is() method to Template::exists()
  • Remove Fragment->escape() and Fragment->unescape() methods
  • Remove the Template->bindHtml() method

New features

  • Add the Template->indent() method

Improvements

  • Improve compatibility in CLI mode

0.4.1

27 Jan 18:12
5b3eed6
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Improvements

  • Improve compatibility with PHP 8.1

0.4.0

25 Jan 17:24
44b6d3e
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Improvements

  • Improve compatibility with PHP 8.0 and PHP 8.2

0.3.3

29 Aug 10:53
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release

Bug fixes

  • Fix the url() function when the language service is enabled

0.3.2

05 Dec 17:54
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Bug fixes

  • Fix escaping values in the Template class

0.3.1

05 Dec 17:54
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Bug fixes

  • Fix binding NULL values in the Template class

0.3.0

05 Dec 17:54
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Breaking changes

  • Remove the tools package
  • Remove AgentDetector and TorDetector classes

New features

  • Add a force HTTPS option to the configuration

Notes

  • Move LogParser and WebRequest classes to the utils package
  • Rename the style.css file to stylesheet.css

0.2.5

05 Dec 17:53
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

Improvements

  • Improve path() and url() functions