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

Changelog History
Page 1

  • v1.4.3.0 Changes

    • REPL tab-completions no longer hang indefinitely
  • v1.4.2.0 Changes

    • Export pipelineBSLErr
  • v1.4.1.2 Changes

    December 04, 2020
    • Performance improvements in the pattern match exhaustiveness checker
  • v1.4.1.1 Changes

    November 27, 2020
    • Bundle user-guide.pdf in tarball
  • v1.4.1.0 Changes

    November 25, 2020
    • Export dckPath and defaultLibPath
    • Add pipelineBSL, validateBSL, patternExhaustivenessBSL, and warnBSL
  • v1.4.0.0 Changes

    September 30, 2020
    • Add :bind construct, like :let but stricter
    • Fix renamer bug, hopefully
    • Add :pick builtin construct
    • Fix bug in install.mk
  • v1.3.0.4 Changes

    September 23, 2020
    • Add some libraries for declension and conjugation in English
    • Change emd fmt behavior around imports.
    • Manpage example
    • Fix bug where pattern match exhaustiveness checking failed when the constructor in question was defined in another file
  • v1.3.0.3 Changes

    September 15, 2020
    • Fall back onto $HOME/.local/share/man/man1 if manpages were not found in cabal data-dir.
    • Bump pretty-simple dependency in test suite
  • v1.3.0.2 Changes

    September 01, 2020
    • Sanity checks in pattern match exhaustiveness checker
    • Mildly improved performance
  • v1.3.0.1 Changes

    August 25, 2020
    • Make some stuff in the pattern match exhaustiveness checker strict for better performance
    • Use strict State monad in the scope checker for better performance