Skip to content

Commit

Permalink
Finish 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khorevaa committed Mar 12, 2019
2 parents 1721300 + 25df072 commit 2028da9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//

Описание.Имя("configor")
.Версия("0.6.2")
.Версия("0.6.3")
.Автор("Khorev Aleksey")
.АдресАвтора("[email protected]")
.Описание("Библиотека для работы с конфигурационными файлами в формате json, yaml")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
КонецЕсли;

СоздаватьПустоеПоле = СоздаватьПоле;

Если СоздаватьПустоеПоле = Неопределено Тогда
СоздаватьПустоеПоле = Истина;
КонецЕсли;

ТипЭлемента = ТипЭлементаПоля;
ЭтоМассив = Тип("Массив") = ТипПоля;
ОбъектКонструктор = ОбъектПоля;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@

Возврат ЗначениеПоля.Использован();

Иначе

Возврат ЗначениеЗаполнено(ЗначениеПоля);

КонецЕсли;

КонецФункции
Expand Down

0 comments on commit 2028da9

Please sign in to comment.