Changelog of @hackage/phonetic-languages-plus 0.7.1.0

Revision history for phonetic-languages-plus

0.1.0.0 -- 2020-10-30

  • First version. Released on an unsuspecting world.

0.1.2.0 -- 2020-12-07

  • First version revised B. Fixed issues with being wrongly counted and displayed the number of one-word lines.

0.2.0.0 -- 2020-12-07

  • Second version. Added the new library module Data.Statistics.RulesIntervalsPlus. Added the possibility to process in a special way the 'almost empty' lines of the input by the distributionTextG executable that can be used by the other packages further.

0.3.0.0 -- 2021-08-31

  • Third version. Added a new module and executable to reverse many of the Ukrainian language as the phonetic one being made. Splitted the code for the distributionTextG executable into the library and executable parts. Some code improvements. Added two new lightweight dependencies.

0.4.0.0 -- 2021-09-01

  • Fourth version. Moved the functionality for the reversing the concatenations in Ukranian to the phonetic-languages-ukrainian-array package where it is logically and practically more suitable. Updated (reduced) the dependencies accordingly.

0.4.1.0 -- 2021-09-08

  • Fourth version revised A. Fixed issue with missing pragma for bang patterns in the Main.hs file.

0.5.0.0 -- 2021-10-23

  • Fifth version. Changed the boundaries for the maximum number of words accordingly to the pairwise permutations case only. Added the possibility to handle both pairwise and universal permutations set. Updated the dependencies boundaries.

0.5.1.0 -- 2021-10-23

  • Fifth version revised A. Fixed issue with some indices not being printed.

0.5.2.0 -- 2022-03-24

  • Fifth version revised B. Updated the dependency boundaries to support the latest GHC and Cabal versions.

0.5.3.0 -- 2022-03-24

  • Fifth version revised C. Updated the dependency boundaries to support the latest GHC and Cabal versions.

0.6.0.0 -- 2022-05-31

  • Sixth version. Added multiple properties mode.

0.7.0.0 -- 2023-02-02

  • Seventh version. Switched to NoImplicitPrelude extension. Removed bytestring as a dependency. Updated the dependencies boundaries. Changed the names of the modules. Some minor code changes.

0.7.1.0 -- 2023-02-02

  • Seventh version revised A. Actually removed bytestring as a dependency.