Skip to content

Releases: oliverde8/comfyBundle

1.3.0

11 May 13:47
Compare
Choose a tag to compare
  • 🌟 Support for symfony 6.0 has been added.
  • 💥 Support for Symfony 4.4 has been dropped.
  • 💥 Support for php 7.4 has been dropped.

1.2.0

06 Oct 09:32
6a9ed71
Compare
Choose a tag to compare

This version introduces multiple improvements for generating forms to change configurations by introducing new services
and by adding security voters for permissions.

  • 🌟 Improved performance greately (some use cases divided per 10) when getting configuration values.
  • 🌟 Introduced new service VisibleConfigsResolver to check permissions when fetching configs.
  • 🌟 Introduced new voter ConfigVoter to allow user access to read or write on a config.
  • 🌟 Introduced new voter ScopeVoter to allow user access to read or write on a configs for a specific scope.
  • 🌟 Introduced command comfy:config:get to check configuration values from the command line.
  • 🌟 Introduced command comfy:config:set to change configuration values from the command line.
  • 💥 Method getRecursiveFirstConfigPath of ConfigDisplayManager is now deprecated and shouldn't be used. The VisibleConfigsResolver should be used.
  • 🔧 Fix issue with getScopeTree failing on AbstractScopeResolver if initScopes was not called before.
  • 🔧 Fix issue comfy:scope:list command failing with some scope resolver implementations.

There are no Breaking Changes, so existing sources should behave as before.

1.1.0

20 Sep 08:38
d37ad5a
Compare
Choose a tag to compare
  • 🌟 Added new Entity config type.

1.0.0

08 Dec 09:28
Compare
Choose a tag to compare
  • 🎊 🎉 First stable release 🎉 🎊
  • 🌟 Added Json config type.
  • 🌟 Added support for symfony 6
  • 🔧 Fix issue with getRawValue on configs returning always null.

1.0.0-alpha4

24 Aug 15:19
Compare
Choose a tag to compare
1.0.0-alpha4 Pre-release
Pre-release
  • 🌟 Improved quality of the form builders. THIS INTRODUCES A BC TO FORM PROVIDERS
  • 🔧 Issue with usage of __destruct to flush entities causing issues with sylius and possibly other bundles/solutions.

1.0.0-alpha3

25 May 07:20
Compare
Choose a tag to compare
1.0.0-alpha3 Pre-release
Pre-release
  • 🌟 Feature #3 - Improve SimpleScopeResolver to make it easier to create custom scope resolvers.
  • 🔧 Fix #2 - Missing dependency to oliverde8/associative-array-simplified.

1.0.0-alpha2

19 May 14:47
02da024
Compare
Choose a tag to compare
1.0.0-alpha2 Pre-release
Pre-release
  • 🌟 Added Select & Multi select configs.
  • 🔧 Fix issue with save of serialized values causing issues with the "use default" option.

1.0.0-alpha

10 May 09:09
2df7acc
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release
  • 🎊 🎉 First release 🎉 🎊