Skip to content

Commit

Permalink
Version 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DKPlugins committed Aug 1, 2019
1 parent bf3ca64 commit b22c42c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 27 deletions.
27 changes: 14 additions & 13 deletions DKTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Title: DKTools
Author: DK (Denis Kuznetsov)
Site: https://dk-plugins.ru
E-mail: kuznetsovdenis96@gmail.com
Version: 8.0.0
Release: 30.07.2019
Version: 8.0.1
Release: 01.08.2019
First release: 13.01.2016
Supported languages: Russian, English
*/
Expand All @@ -14,23 +14,23 @@ Supported languages: Russian, English
Автор: DK (Денис Кузнецов)
Сайт: https://dk-plugins.ru
E-mail: kuznetsovdenis96@gmail.com
Версия: 8.0.0
Релиз: 30.07.2019
Версия: 8.0.1
Релиз: 01.08.2019
Первый релиз: 13.01.2016
Поддерживаемые языки: Русский, Английский
*/

/*:
* @plugindesc v.8.0.0 Library for RPG Maker. Made with ♥ by DKPlugins
* @plugindesc v.8.0.1 Library for RPG Maker. Made with ♥ by DKPlugins
* @author DK (Denis Kuznetsov)
* @help

### Info about plugin ###
Title: DKTools
Author: DK (Denis Kuznetsov)
Site: https://dk-plugins.ru
Version: 8.0.0
Release: 30.07.2019
Version: 8.0.1
Release: 01.08.2019
First release: 13.01.2016
Supported languages: Russian, English
Thank you for your support: https://dk-plugins.ru/donate
Expand Down Expand Up @@ -271,16 +271,16 @@ E-mail: kuznetsovdenis96@gmail.com
*/

/*:ru
* @plugindesc v.8.0.0 Библиотека для RPG Maker. Сделано с ♥ от DKPlugins
* @plugindesc v.8.0.1 Библиотека для RPG Maker. Сделано с ♥ от DKPlugins
* @author DK (Денис Кузнецов)
* @help

### Информация о плагине ###
Название: DKTools
Автор: DK (Денис Кузнецов)
Сайт: https://dk-plugins.ru
Версия: 8.0.0
Релиз: 30.07.2019
Версия: 8.0.1
Релиз: 01.08.2019
Первый релиз: 13.01.2016
Поддерживаемые языки: Русский, Английский
Спасибо за Вашу поддержку: https://dk-plugins.ru/donate
Expand Down Expand Up @@ -1335,7 +1335,7 @@ E-mail: kuznetsovdenis96@gmail.com
* @type {Object}
*/
window.Imported = window.Imported || {};
window.Imported.DKTools = '8.0.0';
window.Imported.DKTools = '8.0.1';



Expand Down Expand Up @@ -7423,7 +7423,7 @@ DKTools.IO.Directory = class extends DKTools.IO.Entity {
* DKTools.IO.ERROR_OPTIONS_ARE_NOT_AVAILABLE
* DKTools.IO.ERROR_CALLBACK_IS_NOT_AVAILABLE
*
* @version 8.0.0
* @version 8.0.1
*
* @param {Object} object - Options of an operation
*
Expand Down Expand Up @@ -7455,6 +7455,8 @@ DKTools.IO.Directory = class extends DKTools.IO.Entity {
return { data: null, status: DKTools.IO.ERROR_PATH_DOES_NOT_EXIST };
}

const path = this.getFullPath();

const processData = (names) => {
if (object.template instanceof RegExp) {
names = _.filter(names, name => object.template.test(name));
Expand Down Expand Up @@ -7492,7 +7494,6 @@ DKTools.IO.Directory = class extends DKTools.IO.Entity {
}

const fs = DKTools.IO.fs;
const path = this.getFullPath();
const absolutePath = this.getAbsolutePath();

if (object.sync) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Author**: DK

**Version**: Public 8.0.0
**Version**: Public 8.0.1

**Description**: Library for RPG Maker MV. Contains many tools for developing.

Expand Down
20 changes: 10 additions & 10 deletions src/DKTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Title: DKTools
Author: DK (Denis Kuznetsov)
Site: https://dk-plugins.ru
E-mail: kuznetsovdenis96@gmail.com
Version: 8.0.0
Release: 30.07.2019
Version: 8.0.1
Release: 01.08.2019
First release: 13.01.2016
Supported languages: Russian, English
*/
Expand All @@ -14,23 +14,23 @@ Supported languages: Russian, English
Автор: DK (Денис Кузнецов)
Сайт: https://dk-plugins.ru
E-mail: kuznetsovdenis96@gmail.com
Версия: 8.0.0
Релиз: 30.07.2019
Версия: 8.0.1
Релиз: 01.08.2019
Первый релиз: 13.01.2016
Поддерживаемые языки: Русский, Английский
*/

/*:
* @plugindesc v.8.0.0 Library for RPG Maker. Made with ♥ by DKPlugins
* @plugindesc v.8.0.1 Library for RPG Maker. Made with ♥ by DKPlugins
* @author DK (Denis Kuznetsov)
* @help
### Info about plugin ###
Title: DKTools
Author: DK (Denis Kuznetsov)
Site: https://dk-plugins.ru
Version: 8.0.0
Release: 30.07.2019
Version: 8.0.1
Release: 01.08.2019
First release: 13.01.2016
Supported languages: Russian, English
Thank you for your support: https://dk-plugins.ru/donate
Expand Down Expand Up @@ -271,16 +271,16 @@ E-mail: kuznetsovdenis96@gmail.com
*/

/*:ru
* @plugindesc v.8.0.0 Библиотека для RPG Maker. Сделано с ♥ от DKPlugins
* @plugindesc v.8.0.1 Библиотека для RPG Maker. Сделано с ♥ от DKPlugins
* @author DK (Денис Кузнецов)
* @help
### Информация о плагине ###
Название: DKTools
Автор: DK (Денис Кузнецов)
Сайт: https://dk-plugins.ru
Версия: 8.0.0
Релиз: 30.07.2019
Версия: 8.0.1
Релиз: 01.08.2019
Первый релиз: 13.01.2016
Поддерживаемые языки: Русский, Английский
Спасибо за Вашу поддержку: https://dk-plugins.ru/donate
Expand Down
5 changes: 3 additions & 2 deletions src/DKTools/IO Directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ DKTools.IO.Directory = class extends DKTools.IO.Entity {
* DKTools.IO.ERROR_OPTIONS_ARE_NOT_AVAILABLE
* DKTools.IO.ERROR_CALLBACK_IS_NOT_AVAILABLE
*
* @version 8.0.0
* @version 8.0.1
*
* @param {Object} object - Options of an operation
*
Expand Down Expand Up @@ -589,6 +589,8 @@ DKTools.IO.Directory = class extends DKTools.IO.Entity {
return { data: null, status: DKTools.IO.ERROR_PATH_DOES_NOT_EXIST };
}

const path = this.getFullPath();

const processData = (names) => {
if (object.template instanceof RegExp) {
names = _.filter(names, name => object.template.test(name));
Expand Down Expand Up @@ -626,7 +628,6 @@ DKTools.IO.Directory = class extends DKTools.IO.Entity {
}

const fs = DKTools.IO.fs;
const path = this.getFullPath();
const absolutePath = this.getAbsolutePath();

if (object.sync) {
Expand Down
2 changes: 1 addition & 1 deletion src/DKTools/Imported.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @type {Object}
*/
window.Imported = window.Imported || {};
window.Imported.DKTools = '8.0.0';
window.Imported.DKTools = '8.0.1';



Expand Down

0 comments on commit b22c42c

Please sign in to comment.