This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Config/Definition/Builder
Fabien Potencier d4e8166927 feature #22382 [config] Add abbitily to deprecate a node (Nyholm, fabpot, sanpii)
This PR was merged into the 3.4-dev branch.

Discussion
----------

[config] Add abbitily to deprecate a node

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | maybe
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | https://github.com/symfony/symfony-docs/pull/7794

For BC breaks, I don’t know if modifying the Xml and Yaml dumper output is considering as a BC break (it’s just a comment).

Commits
-------

31d2250f4c [config] Add abbitily to deprecate a node
3b6442f8b2 feature #23947 [Translation] Adding the ability do load <notes> in xliff2.0 (Nyholm)
b0cdb53d67 [Translation] Adding the ability do load <notes> in xliff2.0
2017-08-29 17:48:44 +02:00
..
ArrayNodeDefinition.php [Config] Enable cannotBeEmpty along with requiresAtLeastOneElement 2017-08-05 19:34:44 +02:00
BooleanNodeDefinition.php [Config] Throw an exception when using cannotBeEmpty() on numeric or boolean nodes 2015-12-03 20:32:18 +01:00
EnumNodeDefinition.php Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00
ExprBuilder.php Added a castToArray() config helper 2017-03-06 08:50:45 -08:00
FloatNodeDefinition.php [Config] fixed CS 2012-09-20 07:46:50 +02:00
IntegerNodeDefinition.php fix docblock 2014-04-22 10:09:28 +02:00
MergeBuilder.php [Config] Improve PHPdoc / IDE autocomplete 2016-12-27 15:12:49 +00:00
NodeBuilder.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
NodeDefinition.php feature #22382 [config] Add abbitily to deprecate a node (Nyholm, fabpot, sanpii) 2017-08-29 17:48:44 +02:00
NodeParentInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
NormalizationBuilder.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
NumericNodeDefinition.php Merge branch '2.8' into 3.1 2016-12-27 11:43:25 +01:00
ParentNodeDefinitionInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
ScalarNodeDefinition.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
TreeBuilder.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
ValidationBuilder.php [Config] Improve PHPdoc / IDE autocomplete 2016-12-27 15:12:49 +00:00
VariableNodeDefinition.php feature #22382 [config] Add abbitily to deprecate a node (Nyholm, fabpot, sanpii) 2017-08-29 17:48:44 +02:00