-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
89 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# (MODX)EvolutionCMS.snippets.ddObjectTools changelog | ||
|
||
|
||
## Version 0.3 (2020-06-03) | ||
* \* Внимание! Требуется (MODX)EvolutionCMS.libraries.ddTools >= 0.38.1. | ||
* \+ Параметры → `sourceObject`, `extend`: Также может задаваться как `stringQueryFormated`. | ||
* \* Рефакторинг. | ||
* \* README: | ||
* \- Home page. | ||
* \+ Ссылки. | ||
* \+ CHANGELOG_ru. | ||
|
||
|
||
## Версия 0.2 (2020-05-14) | ||
* \* Внимание! Требуется (MODX)EvolutionCMS.libraries.ddTools >= 0.34. | ||
* \+ Параметры → `sourceObject`. | ||
* \+ Параметры → `getPropValue`. Возможность вернуть заданное свойство объекта / элемент массива. | ||
* \+ Параметры → `extend`: | ||
* \+ Объекты могут расширять массивы и наоборот. | ||
* \+ Типы вложенных объектов независимы от типов их родителей. | ||
* \+ Параметры → `extend->overwriteWithEmpty`. Возможность предотвратить перезапись полей пустыми значениями. | ||
* \+ Параметры → `sourceObject`, `extend`: Могут быть заданы в виде объектов и массивов PHP, не только JSON строк (например, для вызовов через `$modx->runSnippet`). | ||
* \* Если параметры не заданы или не валидны, будет возвращён пустой объект `'{}'`. | ||
* \* Composer.json: | ||
* \+ `homepage`. | ||
* \+ `authors`. | ||
* \+ `keywords`: | ||
* \+ `extend json`. | ||
* \+ `extend objects`. | ||
* \+ `extend arrays`. | ||
* \* `require` → `dd/evolutioncms-libraries-ddtools`: | ||
* \* Переменовано из `dd/modxevo-library-ddtools`. | ||
* \* Обновлён формат версии. | ||
|
||
|
||
## Версия 0.1 (2020-04-23) | ||
* \+ Первый релиз. | ||
|
||
|
||
<link rel="stylesheet" type="text/css" href="https://DivanDesign.ru/assets/files/ddMarkdown.css" /> | ||
<style>ul{list-style:none;}</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters