Skip to content

1.2.2 [260628a]

Choose a tag to compare

@ejetaxeblevich ejetaxeblevich released this 28 Jun 15:03
  • Исправлены алиасы базовых lua-функций. Теперь модуль не может подхватить "неправильные" функции извне;
  • Исправлены translitTable в локальных функциях TranslateRUCharsToENChars и TranslateENCharsToRUChars;
  • Исправлена .AsBoolean интерпретация значений;
  • Исправлена функция XMLParser:ReadFile. Теперь файл будет закрываться;
  • Исправлены дублирующиеся элементы в функции XMLParser:ReadFromBigfile: Исправлена проверка корневого _itemTag.

  • Fixed aliases of basic lua-functions. Now the module cannot pick up the "wrong" functions from the outside;
  • Fixed translitTable in the local functions TranslateRUCharsToENChars and TranslateENCharsToRUChars;
  • Fixed the .AsBoolean interpretation of values;
  • Fixed the XMLParser:ReadFile function. The file will now close;
  • Fixed duplicate elements in the XMLParser:ReadFromBigfile function: Fixed checking the root _itemTag.