All Versions
24
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v0.4.1 Changes

    • ๐Ÿ”„ Changed the Prelude imports to enable compilation with GHC 7.4
    • โž• Added INLINE pragmas
    • โž• Added the toString method to TextualMonoid class
    • Importing Text.Show.Functions to avoid overlapping instances
    • โš  Eliminated the redundant import warnings from GHC 7.10.1
  • v0.4.1.2 Changes

    Removing accidental reference to Instances.Markup module

  • v0.4.1.1 Changes

    • โฌ†๏ธ Bumped the vector dependency upper bounds
    • โœ‚ Removed GHC-prof-options from the cabal file
  • v0.4.0.4 Changes

    • โž• Added -Wall GHC option and eliminated almost all the warnings
    • ๐Ÿ›  Fixed a bug in the Textual instance of ByteStringUTF8
  • v0.4.0.3 Changes

    • Excluding the imports of foldMap from Prelude
  • v0.4.0.2 Changes

    • โž• Added more tests and fixed a bug in Stateful
    • ๐Ÿ›  Fixed a bug in Positioned.span_
    • โšก๏ธ Optimized the Stateful data type
  • v0.3.6 Changes

    • ๐Ÿ—„ Deprecated all the inject functions
    • Registered the new Stateful module
  • v0.3.6.2 Changes

    • โž• Added a bunch of pragmas
  • v0.3.4.1 Changes

    ๐Ÿš€ Accommodating the text-1.0 release

    • โœ… Introduced the function ByteStringUTF8.decode
    • โœ‚ Removed the utf-string dependency
    • Replaced the utf-string import by a more efficient UTF-8 encoding
  • v0.3.1 Changes

    • โž• Added the Data.Monoid.Instances.Concat module and tests
    • โž• Added the PositiveMonoid class
    • โž• Added the StableFactorialMonoid subclass of FactorialMonoid
    • โž• Added more instances for ()