Releases: curvelogic/eucalypt
Releases · curvelogic/eucalypt
0.1.2.46
Releasing from Github Actions build instead of old CircleCI pipeline.
- XML import (as hiccup style list / block structure)
- Ability to parse and format ISO8601 dates (via prelude functions
cal.parse
,cal.format
) - Highly experimental ability to interpret 'quote-embedded' core (as migration toward forthcoming rust implementation)
- Move to LTS16
0.1.1.2042
- Upgrade to stack LTS 14.22, including shifting dependency to glibc 2.2
0.1.1.1972
- Fix bug where empty stdin input is automatically added after command line inputs, causing empty output
- Upgrade to latest stack LTS
0.1.1.1944
- Accept empty YAML / JSON input (useful in some shell invocations)
0.1.1.1901
- render as TOML with
-x toml
0.1.1.1870
- add more experimental datetime functions (
cal.zdt
,cal.datetime
,cal.fields
)
0.1.1.1861
- support dot sections (e.g.
points map(.x)
) - enable more eu::suppress sites in YAML embedding
- allow trailing commas in list syntax (e.g.
[x, y, z, ]
)
0.1.1.1817
- Add ability to import direct from git repos
0.1.1.1750
- tag metadata can now generate YAML tags on sequence and mappings
- rationalisation of several types of execution error
0.1.1.1692
- Fix issue with yaml tags
- prelude: add semicolon composition operator