6.3.1: Add "mailer.prepend_host" bundle configuration parameter.
6.3.2: Pass "@router.default" instead of "@router" to the service "darvin_utils.routing.route_manager.cached" for compatibility with "jms/i18n-routing-bundle".
6.4.0: Always use locale "en" in the number and integer form view transformers.
6.4.2: Add generic tree sorter.
6.4.3: Init commands only in "dev" environment.
6.4.4: Mailer: allow to configure from name:
darvin_utils:
mailer:
from_name: Почта России
6.4.5:
-
add title case translations command;
-
convert .en translations to title case.
To convert translations file to title case use
$ /usr/bin/env php bin/console darvin:utils:translations:title-case <pathname>
6.4.6: Remove "symfony/symfony" from dependencies.
6.4.7: Force make services public by default.
6.5.0: Add "format_price" Twig filter.
6.5.3: Add "format" option to price formatter.
7.0.0:
-
change dependency versions;
-
remove outdated docs;
-
add entity resolver.
7.0.3: Increase priority of override entities compiler pass.
7.0.4: Refactor stringifying booleans.
7.0.5: Add compress response event subscriber.
7.1.0: Move mailer to Mailer bundle.
7.1.1: Add "email_data()" and "table_data()" macros.
7.1.2: Rename "email_data()" macro to "div_data()". Remove "property()" macro.
7.1.3: Do not render empty properties' titles in data macros.
7.1.4: Apply "raw" filter in price template.
7.1.6: Make providable services public.
7.1.8:
-
Move service configs to "services" dir.
-
Use single quotes in YAML.
7.1.9: Register interfaces for autoconfiguration.
7.2.0: Alias services for autowiring.
7.2.1: Add generic stringifier.
7.2.2: Allow to disable form, security components.
7.2.4: Remove Intl Twig functions.
7.2.5: Make Twig, Translation and PropertyAccess components optional.
7.2.6: Add callback runner.
7.3.0:
-
Add override command.
-
Move price formatter to utils lib.
-
Move macros template to utils lib.
-
Move translations to utils lib.
7.3.1: Simplify override configuration.
7.3.2: Rename "Sluggable entity manager" => "Sluggable manager".
7.3.3: Disable alias services compiler pass.
7.3.4: Add antispam form theme.
7.3.5: Add copy cloned uploadables event subscriber.
7.3.6: Add JSON encoder.
7.3.7: Change temporary files directory from "/tmp" to "%kernel.project_dir%/var/tmp".
7.3.8: Add HTTP cache clear command.
7.3.9: Remove integration with yandex translate API.
7.3.10: Add Varnish cache clear command.
7.4.0: Add data view services.
7.5.0: Move templates from Utils lib to make them overridable.