Skip to content

Releases: flack/ranger

v0.6.0

03 Dec 16:35
09fbb1f

Choose a tag to compare

  • drop mandatory symfony/intl dependency (you will still need to install either symfony/intl or ext-intl to use this library, but you now get a smaller dependency graph when running with the extension), see #16 and #17

v0.5.9

30 Nov 10:47

Choose a tag to compare

  • allow Symfony 8, support PHPUnit 12 (#18 )

v0.5.8.1

05 Mar 16:52

Choose a tag to compare

  • small rendering fix for zh locales

v0.5.8

05 Mar 10:27

Choose a tag to compare

  • Add support for patterns without separators between the individual tokens (#14)

v0.5.7

29 Dec 12:16

Choose a tag to compare

  • Add support for DateTimeImmutable (#13)

v0.5.6: Merge pull request #12 from javiereguiluz/sf7

13 Nov 08:40
0be5d7d

Choose a tag to compare

  • allow Symfony 7 dependencies (#12)
  • drop PHP 5.5 support

v0.5.5: Merge pull request #10 from magicoli/master

08 Sep 09:08
3333620

Choose a tag to compare

  • Add support for parsing Unix timestamps passed as strings (#10)

v0.5.4

24 May 13:40

Choose a tag to compare

  • Fix corner cases under PHP 8+ (#8)

v0.5.3

07 Mar 18:57

Choose a tag to compare

  • allow Symfony 6+ (#7)
  • switch CI to Gh actions and add PHP 8.1

v0.5.2

21 Jul 08:14

Choose a tag to compare

  • fix parsing of more elaborate delimiters (#4)