All Versions
5
Latest Version
Avg Release Cycle
172 days
Latest Release
1286 days ago
Changelog History
Changelog History
-
v1.2.1 Changes
March 27, 2020โ Added
- โ
more tests cases in
Smarties
๐ Changed
- ๐ renamed
runNodes
torunNodeSequenceT
to be more consistent withStateT
- cleaned up dependencies
- โ
more tests cases in
-
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 variantNodeSequenceT
. 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 usedo
notation - โ Removed NotSoSmarties
- โ Added
-
v1.0.2 Changes
May 08, 2018โ Added
- โก๏ธ This ChangeLog.md file is being updated now.
๐ Changed
- โก๏ธ README.md updated
โ Removed
- ๐
TreeState
andTreeStack
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