All Versions
5
Latest Version
Avg Release Cycle
172 days
Latest Release
1484 days ago

Changelog History

  • v1.2.1 Changes

    March 27, 2020

    โž• Added

    • โœ… more tests cases in Smarties

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ renamed runNodes to runNodeSequenceT to be more consistent with StateT
    • cleaned up dependencies
  • v1.2.0 Changes

    March 26, 2020

    โž• Added

    • travis CI
    • ๐Ÿ— tests cases for Smarties.Builder

    ๐Ÿ”„ Changed

    • โœ‚ removed non transformer variant of smarties
    • simplified some interfaces
    • ๐Ÿ›  possibly fixed some bugs.
    • ๐Ÿ‘Œ improved README.md
  • v1.1.0 Changes

    November 07, 2018

    โž• Added

    • โž• Added Smarties.Trans containing Monad Transformer variant NodeSequenceT. Currently as separate module for performance reasons. I still have to do side by side benchmarks. I'm pretty sure it's a substantial performance hit especially due to all the extra wrapping/unwrapping that happens in selector nodes.
    • โž• Added transformer variants in Smarties.Trans.Builders
    • โž• Added Conway's Game of Life tutorial to examples
    • Haddock comment cleanup

    ๐Ÿ”„ Changed

    • Utility type no longer requires Num/Ord constraints, these constraints are enforced by the selectors that use them.
    • ๐Ÿšš Pronouns moved out of main README.md
    • โšก๏ธ updated Pronouns README.md

    โœ‚ Removed

    • โœ‚ Removed sequence method. Just use do notation
    • โœ‚ Removed NotSoSmarties
  • v1.0.2 Changes

    May 08, 2018

    โž• Added

    • โšก๏ธ This ChangeLog.md file is being updated now.

    ๐Ÿ”„ Changed

    • โšก๏ธ README.md updated

    โœ‚ Removed

    • ๐Ÿšš TreeState and TreeStack modules both removed. They aren't necessary and their functionality is better done by monadic syntax.
  • v1.0.1 Changes

    May 08, 2018

    โž• Added

    • ๐Ÿš€ First proper release

    ๐Ÿš€ [Unreleased]: https://github.com/pdlla/smarties/compare/v1.0.2...HEAD