File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,26 @@ Behavior Changes
2020Breaking Changes
2121================
2222
23+ Datasource
24+ ----------
25+
26+ - ``Datasource/Paging/PaginatedInterface `` now extends ``IteratorAggregate ``
27+ instead of ``Traversable ``.
28+
29+ ORM
30+ ---
31+
32+ - The ``_accessible `` property inside Entities has been renamed to ``patchable ``
33+ to better reflect its purpose.
34+ - ``setAccess `` method has been renamed to ``setPatchable ``.
35+ - ``getAccessible `` method has been renamed to ``getPatchable ``.
36+ - ``isAccessible `` method has been renamed to ``isPatchable ``.
37+ - The ``accessibleFields `` option used in e.g. ORM Queries has been
38+ renamed to ``patchableFields ``.
39+
40+ Utility
41+ -------
42+
2343- The default placeholder format for ``Text::insert() `` has been changed.
2444 They now use ``{foo} `` instead of ``:foo ``. You can get the old
2545 behavior by using the ``before `` and ``after `` keys of ``$options ``.
26- - ``Datasource/Paging/PaginatedInterface `` now extends ``IteratorAggregate ``
27- instead of ``Traversable ``.
You can’t perform that action at this time.
0 commit comments