Skip to content

Releases: wapmorgan/Morphos

3.2.29: docker image and iterative improvements

08 Aug 22:24
0801218
Compare
Choose a tag to compare
  • Added docker image kind of distribution.
  • Add locales to tests build image.
  • Fixed in Russian: #134, #136, #139, #140.

3.2.28: Fix last names inflection

05 Feb 08:14
Compare
Choose a tag to compare

3.2.27: 8.1 fixes, some rules

17 Jan 00:03
Compare
Choose a tag to compare

Fixed:

3.2.26: fixes

10 Jul 00:44
Compare
Choose a tag to compare
  • Fixed #118 - Russian preposition "in"
  • Fixed #121 - Russian last names
  • Fixed #116 - Russian cardinal for 8x number

3.2.25: More standard unit spelling

04 Jul 09:07
58c9f9e
Compare
Choose a tag to compare

Standard unit spelling for Russian

3.2.24: Fix rules

18 Jun 21:34
Compare
Choose a tag to compare

Fix a lot of rules

28 Nov 20:48
Compare
Choose a tag to compare
  • Specified types of class members, variables, parameters, code style (#89)
  • Fixed time difference calculation in TimeSpeller::spellDifference()

Russian:

  • Fixed calculation of fractional money part (#91)
  • Added inflection of last female names ending with яя (#94)
  • Fixed time difference calculation (#92)
  • Fixed inflection of nouns: (#95, #98)
  • Geo:
    • Improved geo names exceptions (#90)
    • Improved geo names parts handling (Санкт-Перербург, Алма-Ата)
    • Fixed inflection of geo names ending with ня, ея

3.2.22: Russian geo declension

13 Jun 19:19
Compare
Choose a tag to compare

Russian:

  • Исправлено склонение городов (#80 @alter72, #81/#82 @DenysNosov)
  • Исправлено склонение существительных на (#84)

3.2.21: Added locative case and fixes in Russian

22 Apr 04:55
fcdd09f
Compare
Choose a tag to compare

In Russian:

  • Добавлен локативный падеж в склонение географических названий: GeographicalNamesInflection::getCase('Крым', Cases::LOCATIVE) (#72)
  • Добавлена обработка фраз N район, N волость (#70);
  • 'Гоа' добавлено в исключения (#74);
  • Исправлено склонение наименований, оканчивающихся на шипящий согласный: Кривуша (#71)
  • Исправлено склонение имён на -аида

3.2.20: Fix Russian typos and update MoneySpeller

02 Feb 00:35
7212132
Compare
Choose a tag to compare

Russian:

  • Исправлены ошибки склонения:
    • Городов Крым (#61) / Сочи (#63)
    • Существительных на (#59)
    • Фамилий на -их и -га (#65)
  • Исправлена ошибка генерации числительных для 40 (#60)
  • Добавлена возможность указать падеж числительного при генерации суммы текстом (#64)
    MoneySpeller::spell(123.45, MoneySpeller::RUBLE, MoneySpeller::NORMAL_FORMAT, 'родительный')