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

Changelog History
Page 2

  • v1.3.0.0 Changes

    August 19, 2020
    • Linter now reports inexhaustive pattern matches
    • Linter reports redundant patterns
  • v1.2.0.0 Changes

    August 19, 2020
    • Remove dir subcommand
    • emd now looks for libraries in $HOME/.emd if extant
  • v1.1.0.3 Changes

    August 08, 2020
    • More sensible completions in REPL
  • v1.1.0.2 Changes

    August 03, 2020
    • Support prettyprinter ≥ 1.7.0
  • v1.1.0.1 Changes

    July 29, 2020
    • Read DCK_PATH variable when searching for files.
    • Improvements to lib/noun.dck and lib/adjectives.dck
    • Add lib/flappend.dck and lib/adverb.dck
    • Add ide subcommand that runs lints + checks
  • v1.1.0.0 Changes

    July 25, 2020
    • Fix bug in :type
    • Add builtins oulipo, allCaps, capitalize, and titlecase
    • Fix bug with nested :flattens
  • v1.0.0.1 Changes

    July 19, 2020
    • Fix bug when calling :flatten on tuples.
  • v1.0.0.0 Changes

    July 18, 2020
    • Fix bug in typechecker
    • Pattern matching now has branches
    • Better error message when :view is called without any arguments
    • Introduce or-patterns
  • v0.1.2.0 Changes

    July 11, 2020
    • Fail on bad patterns, e.g. (:match xy (x, x) x)
    • Add Language.Dickinson.QuasiQuoter module
  • v0.1.1.2 Changes

    July 08, 2020
    • Ignore lines starting with #! (for shell shebangs)
    • Fix bug in evaluator which caused :flatten to work improperly.
    • Fix bug which caused :match within :flatten to work improperly.
    • Formatter is now usable; added --inplace flag to emd fmt