Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Mar 26, 2021
1 parent 10f6a58 commit 2dbc906
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# (MODX)EvolutionCMS.libraries.ddTools changelog


## Version 0.48 (2021-03-25)
* \+ `\DDTools\Snippet`:
* \+ `$paramsTypes`: The new property. Overwrite in child classes if you want to convert some parameters types.
* \+ `prepareParams`: The parameter types will be converted respectively with `$this->paramsTypes`.


## Version 0.47 (2021-03-20)
* \+ `\DDTools\ObjectTools::convertType`:
* \+ Added [HJSON](https://hjson.github.io/) support (closes #7).
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG_ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# (MODX)EvolutionCMS.libraries.ddTools changelog


## Версия 0.48 (2021-03-25)
* \+ `\DDTools\Snippet`:
* \+ `$paramsTypes`: Новое свойство. Перекройте в дочерних классах если вы хотите сконвертировать типы параметров.
* \+ `prepareParams`: Типы параметров будут сконвертированы соответственно с `$this->paramsTypes`.


## Версия 0.47 (2021-03-20)
* \+ `\DDTools\ObjectTools::convertType`:
* \+ Добавлена поддержка [HJSON](https://hjson.github.io/) (closes #7).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dd/evolutioncms-libraries-ddtools",
"type": "modxevo-library-ddtools",
"version": "0.47.0",
"version": "0.48.0",
"description": "A library with various tools facilitating your work.",
"keywords": [
"modx",
Expand Down
2 changes: 1 addition & 1 deletion modx.ddtools.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* EvolutionCMS.libraries.ddTools
* @version 0.47 (2021-03-20)
* @version 0.48 (2021-03-25)
*
* @see README.md
*
Expand Down

0 comments on commit 2dbc906

Please sign in to comment.