# Revision history for mmsyn5 ## 0.1.0.0 -- 2019-11-04 * First version. Released on an unsuspecting world. Various functions most of them are taken from the mm1 project on GitHub (https://github.com/OleksandrZhabenko/mm1). ## 0.1.1.0 -- 2019-11-04 * First version revised A. Fixed an issue with a module name. Some minor documentation improvements. ## 0.1.2.0 -- 2019-11-04 * First version revised B. Dependencies checking. ## 0.1.3.0 -- 2019-11-04 * First version revised C. Fixed an issue with the takeNth function. ## 0.1.4.0 -- 2019-11-04 * First version revised D. Fixed issues in the documentation. ## 0.2.0.0 -- 2019-11-04 * Second version. Changed the basic idea of what operations are included. ## 0.2.1.0 -- 2019-11-04 * Second version revised A. Changed the name of the module. ## 0.2.2.0 -- 2019-11-08 * Second version revised B. Added a new function mapI3. ## 0.2.2.1 -- 2019-11-08 * Second version revised C. Fixed documentation. ## 0.2.3.0 -- 2019-11-08 * Second version revised D. Added two new functions (mapI12 and mapI21), renamed the mapI3 to mapI22. ## 0.3.0.0 -- 2019-11-08 * Third version. Added functions with intermediate Monads. ## 0.4.0.0 -- 2019-11-08 * Fourth version. Changed the modules structure because of mixed safe and unsafe code and behaviour. ## 0.4.0.1 -- 2019-11-08 * Fourth version revised A. Some minor changes to documentation. ## 0.4.1.0 -- 2019-11-09 * Fourth version revised B. Changed the names for unsafe functions. ## 0.4.1.1 -- 2019-11-09 * Fourth version revised C. Some minor changes to .cabal file. ## 0.4.2.0 -- 2019-11-09 * Fourth version revised D. Changed the Data.List.InnToOut.Basic module and the documentation for Data.List.InnToOut.Unsafe module. ## 0.4.2.1 -- 2019-11-13 * Fourth version revised E. Changed the documentation for both modules. ## 0.4.2.2 -- 2019-11-18 * Fourth version revised F. Fixed unnecessary inlining. ## 0.4.3.0 -- 2020-01-31 * Fourth version revised G. Added a README.markdown file. ## 0.4.4.0 -- 2020-05-14 * Fourth version revised H. Changed bounds of the dependency so that now a library is supported also for GHC 8.10* series. ## 0.5.0.0 -- 2020-10-29 * Fifth version. Changed the inlining policies so that ghc -ddump-lint produces no warnings. ## 0.5.1.0 -- 2022-03-20 * Fifth version revised A. Updated the dependency boundaries by the application on GitHub. ## 0.6.0.0 -- 2023-02-01 * Sixth version. Switched to NoImplicitPrelude extension. Updated the dependency boundaries.