Skip to content

Releases: goetas/twital

v1.5.0

21 Dec 09:35
5170c37
Compare
Choose a tag to compare

What's Changed

  • Enable PHP 8.1 and Symfony 6 by @hason in #75

Full Changelog: v1.4.0...v1.5.0

v1.4.0 - 2021-01-23

23 Jan 15:27
188403e
Compare
Choose a tag to compare
  • php8 support

v1.3.0 - 2020-10-22

22 Oct 11:33
6ad9e40
Compare
Choose a tag to compare
  • twig 3 compat

v1.2.2 - 2019-01-14

14 Jan 06:49
a65afad
Compare
Choose a tag to compare
  • better handling of doctype declaration in full twig mode

v1.2.1 - 2018-10-21

21 Oct 09:44
3671ee1
Compare
Choose a tag to compare
  • HTML5 doctype is case insensitive
  • Code Style improvements
  • minor improvements on composer's declared dependencies

v1.2.0 - 2018-06-14

14 Jun 07:12
13b3ad0
Compare
Choose a tag to compare

Improved full twig compatibility extension by automatically injecting Twital namespace where necessary

2018-03-04

04 Mar 10:51
40509d5
Compare
Choose a tag to compare

Allow symfony 4 event dispatcher

2018-02-28

28 Feb 17:23
a58ea3c
Compare
Choose a tag to compare

Fixed issue when using t:inner-block with t:omit

2017-02-14

14 Feb 14:20
Compare
Choose a tag to compare

#51 fixed by #52 (thanks @hason for the fix and @soukicz for the failing test)

2017-01-13

13 Jan 14:58
Compare
Choose a tag to compare
  • Solved #48
  • improved twig 2.0 compatibility
  • improved hhvm > 3.5 support