packages feed

phonetic-languages-simplified-base-0.9.0.0: CHANGELOG.md

# Revision history for phonetic-languages-simplified-base

## 0.1.0.0 -- 2020-12-31

* First version. Released on an unsuspecting world.

## 0.2.0.0 -- 2021-02-15

* Second version. Added a function uniquenessPeriodsG to the Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base module.

## 0.3.0.0 -- 2021-10-04

* Third version. Some code improvements. Some minor documentation improvements. Updated the dependencies boundaries.

## 0.4.0.0 -- 2021-11-04

* Fourth version. Alongside with the Char representation added also the Int8 to the
Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base module.

## 0.4.1.0 -- 2021-11-05

* Fourth version revised A. Added generalized functions versions to the
Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base module.

## 0.4.2.0 -- 2022-01-15

* Fourth version revised B. Updated the dependency boundaries of the phonetic-languages-permutations-array for just
easier update of the dependent packages.

## 0.4.3.0 -- 2022-01-16

* Fourth version revised C. Updated the dependency boundaries of the phonetic-languages-permutations-array for just
easier update of the dependent packages.

## 0.4.4.0 -- 2022-01-16

* Fourth version revised D. Updated the dependency boundaries of the phonetic-languages-permutations-array for just
easier update of the dependent packages.

## 0.4.5.0 -- 2022-01-17

* Fourth version revised E. Updated the dependency boundaries of the phonetic-languages-permutations-array for just
easier update of the dependent packages.

## 0.4.6.0 -- 2022-03-24

* Fourth version revised F. Updated the dependency boundaries to support the latest GHC and Cabal.

## 0.5.0.0 -- 2022-05-31

* Fifth version. Added functionality to find more straightforward (and probably thus more efficient) partitioning schemes. Added for this also a new module
Phonetic.Languages.Simplified.DataG.Partir. Changed the dependencies schemes to make the development process for phonetic languages simpler.

## 0.6.0.0 -- 2022-08-09

* Sixth version. Added the functionality related to the Result2 data type in parallel to the old Result data type related one.

## 0.6.1.0 -- 2022-09-13

* Sixth version revised A. Updated the dependencies boundaries to use the new functionality.

## 0.7.0.0 -- 2023-02-01

* Seventh version. Switched to NoImplicitPrelude extension. Changed the names of the modules. Updated the dependencies boundaries.

## 0.7.1.0 -- 2023-06-24

* Seventh version revised A. Fixed constraints in the function declarations so that the code can
  successfully be compiled for GHC-9.6.2 compiler.

## 0.8.0.0 -- 2024-01-24

* Eighth version. Added bug-tracker on Github. Generalized functions with specializing. Updated the dependencies, switched to minmax and monoid-insertleft instead of subG.

 ## 0.9.0.0 -- 2024-03-08

* Ninth version. Added a new module Data.ChooseLine with common functionality for PhLADiPreLiO mostly taken and rewritten from previous implementations.