Changelog of @hackage/between 0.10.0.0

ChangeLog / ReleaseNotes

Version 0.10.0.0

  • Original implementation moved to module Data.Function.Between.Lazy and is now reexported by Data.Function.Between. (new)
  • Implementation of strict variants of all functions defined in Data.Function.Between.Lazy module. These new functions use (f . g) x = f '$!' g '$!' x as definition for function composition where $! is strict application. (new)

Version 0.9.0.2

Version 0.9.0.1

Version 0.9.0.0