All Versions
24
Latest Version
Avg Release Cycle
8 days
Latest Release
-
Changelog History
Page 2
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
- Remove
-
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
- Support
-
v1.1.0.1 Changes
July 29, 2020- Read
DCK_PATH
variable when searching for files. - Improvements to
lib/noun.dck
andlib/adjectives.dck
- Add
lib/flappend.dck
andlib/adverb.dck
- Add
ide
subcommand that runs lints + checks
- Read
-
v1.1.0.0 Changes
July 25, 2020- Fix bug in
:type
- Add builtins
oulipo
,allCaps
,capitalize
, andtitlecase
- Fix bug with nested
:flatten
s
- Fix bug in
-
v1.0.0.1 Changes
July 19, 2020- Fix bug when calling
:flatten
on tuples.
- Fix bug when calling
-
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
- Fail on bad patterns, e.g.
-
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 toemd fmt
- Ignore lines starting with