Releases: so-dang-cool/dt
Releases · so-dang-cool/dt
v1.3.1
What's Changed
- Support builds from source with Zig 0.12.x
- Builds with Zig 0.11.x continue to be supported
- (Experimental) Cross-compile Windows binaries. Not all tests on Windows CI builds are passing yet (possibly for path/pathsep/newline reasons?)
New Contributors
- @der-teufel-programming made their first contribution in #60
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- Always print last values in non-REPL contexts
- Change
dt stream
todt --stream
to more directly communicate it's not a builtin/stdlib word - Add and update demos
- Add aqua support for building the project
Full Changelog: v1.2.5...v1.3.0
v1.2.5
v1.2.4
Release archive names were updated to the format "dt-$TRIPLE.tgz" -- previously they were simply "$TRIPLE.tgz"
Full Changelog: v1.2.2...v1.2.4
v1.2.3
- Minor changes to build scripts for Zig 0.11.0 release
- Minor internal changes to memory management
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Move most language discussion (From README) to the user guide by @booniepepper in #52
- Deep clone to prevent mutation side effects of string/cmd/quote by @booniepepper in #53
- Deep clones, move newline printers to stdlib, add "beer song" demo by @booniepepper in #54
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Better support for build-from-sourcers, and a fix for a bug where deq
and pop
would silently did nothing on an empty quote.
What's Changed
- Fix comparison ordering in demos/fib.dt by @booniepepper in #43
- Fail deq/pop for empty quotes by @booniepepper in #44
- Fail deq/pop for empty quotes by @booniepepper in #45
- Cross build patch by @dantecatalfamo in #49
- Update github workflows by @booniepepper in #50
- Bump to 1.2.1 by @booniepepper in #51
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Run Github workflow when dt source is changed (e.g. stdlib.dt) by @booniepepper in #32
- Remove unused stderr import by @booniepepper in #34
- Style: Add phrasing and shorter name to help definition by @booniepepper in #37
- Restore asdf/rtx config, restore dev shell script by @booniepepper in #39
- Add
stream
, addrl
/readln
/rls
/readlns
, add example of mutually-recursive commands by @booniepepper in #40 - Add loop by @booniepepper in #41
- Bump to 1.2.0 by @booniepepper in #42
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Say goodbye to Rust by @tensorush in #29
- Remove installation instructions from the README and point to the User Guide by @booniepepper in #30
- Bump to 1.1.2 by @booniepepper in #31
New Contributors
- @tensorush made their first contribution in #29
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Add help command by @dantecatalfamo in #23
- Add cross-compile triples for macos by @booniepepper in #26
- Bump to 1.1.1 by @booniepepper in #27
New Contributors
- @dantecatalfamo made their first contribution in #23
Full Changelog: v1.1.0...v1.1.1