Skip to content

Releases: kalimatas/php-liquid

Fixed slice() method for UTF-8

17 Sep 23:04
b55e868
Compare
Choose a tag to compare

See #150

Kudos to @PNixx and @PATROMO for working on this PR.

REQUEST_URI in default context

25 Jun 06:03
4f5ae8d
Compare
Choose a tag to compare

Fixes the problem with REQUEST_URI in default context, #151

Kudos to @shawngoh87

Another workaround for legacy autoloaders

22 Jan 14:15
d3e9c3d
Compare
Choose a tag to compare

Guard against legacy autoloaders

07 Jan 14:12
9b73a10
Compare
Choose a tag to compare

PHP 8 ready

01 Jan 11:50
b761303
Compare
Choose a tag to compare

Tested to work under PHP 8.

Generators

21 Sep 05:41
fcdae2c
Compare
Choose a tag to compare
  • Support for iterating and working with generators.
  • Support for PHP under 7.3 has been discontinued.

Better regexes!

18 Mar 09:14
2bf1685
Compare
Choose a tag to compare

array.first

14 Sep 03:09
f844cd9
Compare
Choose a tag to compare

Comes with .first/.last support for arrays. Kudos to @funkjedi!

Countables

31 Jul 01:07
dba1a1f
Compare
Choose a tag to compare

Comes with .size support for \Countable variables. Kudos to @funkjedi!

Virtual properties

11 Jul 09:36
d46cbf7
Compare
Choose a tag to compare

The library now should work nicely with objects with virtual properties, that is accessible only with __get.