Skip to content

Releases: squirrelphp/strings-bundle

Allow Symfony 7 + require PHP 8.1

01 Dec 09:29
Compare
Choose a tag to compare

First stable release

10 Oct 17:52
Compare
Choose a tag to compare

Amended the documentation and the expectation is that both this bundle and the underlying library should be fairly stable by now.

Support new filter

05 Mar 09:26
Compare
Choose a tag to compare

Support new RemoveNonAlphabetic filter

Bump underlying dependencies

16 Dec 10:19
Compare
Choose a tag to compare

For both string and debug dependencies.

Allow Symfony 6

29 Nov 20:58
Compare
Choose a tag to compare

Also fix the documentation a bit by removing mentions of annotations.

Set minimum PHP version to PHP8

15 Jun 16:04
Compare
Choose a tag to compare
  • Adapt to new Attribute directory instead of the previous Annotation directory from underlying strings library (BC break)
  • Cover tests with Psalm

v0.9.2

14 Apr 12:44
Compare
Choose a tag to compare
Add StreamlineEmail filter as a service

Add PHP8 attributes to documentation

18 Dec 13:11
Compare
Choose a tag to compare

Also changed the following:

  • Update dependencies
  • Test bundle in PHP8
  • Adjust configuration

Better support typed properties

25 Nov 14:25
Compare
Choose a tag to compare

Upgrades the underlying squirrelphp/strings component. This
removes compatibility to diverging property paths defined
in the form, we now only support direct properties which are
mapped 1:1 in the form.

Note that if filter annotations are used without direct mappings,
this might lead to errors and/or not work anymore.

The PHP 8 support is preliminary, as it was not tested yet.

v0.8.6

17 Nov 18:22
Compare
Choose a tag to compare
Relax PHP version constraint