Skip to content

Releases: SolidWorx/Toggler

2.0.0-beta2

03 Jun 09:26
1958642

Choose a tag to compare

2.0.0-beta2 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-beta1...2.0.0-beta2

2.0.0-beta1

15 May 14:55
b6b3bb0

Choose a tag to compare

2.0.0-beta1 Pre-release
Pre-release

First beta release of Toggler. I think the core functionality is stable enough that we can start looking at a stable 2.0.0 release

What's Changed

Full Changelog: 2.0.0-alpha10...2.0.0-beta1

2.0.0-alpha9

12 Nov 18:15
59e2c17

Choose a tag to compare

2.0.0-alpha9 Pre-release
Pre-release

What's Changed

  • Add AsCommand attributes to console commands by @pierredup in #31

Full Changelog: 2.0.0-alpha8...2.0.0-alpha9

2.0.0-alpha10

12 Nov 18:22
d0c035d

Choose a tag to compare

Release 2.0.0-alpha8

11 Nov 17:31
b54de89

Choose a tag to compare

Release 2.0.0-alpha7

11 Nov 17:30
667f700

Choose a tag to compare

Release 2.0.0-alpha7 Pre-release
Pre-release
  • Remove ContainerAwareTrait and ContainerAwareInterface

2.0.0-alpha6

04 Jun 15:15
2a31e6b

Choose a tag to compare

2.0.0-alpha6 Pre-release
Pre-release

Release 2.0.0-alpha6

  • Remove session service usage

Full Changelog: 2.0.0-alpha5...2.0.0-alpha6

2.0.0 Alpha 5

05 May 12:20

Choose a tag to compare

2.0.0 Alpha 5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.0.0-alpha4...2.0.0-alpha5

2.0.0 Alpha 4

10 Dec 14:53

Choose a tag to compare

2.0.0 Alpha 4 Pre-release
Pre-release

Changelog

  • Explicitly add injected service name in service definition, and set default value for variables
  • Fix check for features in Symfony configuration
  • Fix typo on interface name
  • Fix PHPStan errors
  • Fix incorrect expression service definitions, and fixed typo in twig extension service definition argument

2.0.0 Alpha 3

07 Dec 11:22

Choose a tag to compare

2.0.0 Alpha 3 Pre-release
Pre-release

Changelog

  • Add support for classes that implements a __toString method
  • Add support for "yes", "y", "no" and "n" checks
  • Bump up minimum twig version (#13)
  • Add support for Symfony 5 (#12)
  • Drop support for Symfony 3 (#12)
  • Add code coverage (#16)
  • Migrate from Travis-CI to Github Actions (#14)