Skip to content

Releases: so-dang-cool/dt

v1.3.1

28 Oct 08:52
Compare
Choose a tag to compare

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

Full Changelog: v1.3.0...v1.3.1

v1.3.0

27 Oct 05:05
Compare
Choose a tag to compare
  • Always print last values in non-REPL contexts
  • Change dt stream to dt --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

05 Oct 07:59
Compare
Choose a tag to compare

What's Changed

  • Nix support by @chadac in #58
  • Stack effect comments for all builtins and stdlib words have been rewritten to be less symbol-heavy
  • Other minor internal refactors

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

09 Sep 17:12
Compare
Choose a tag to compare

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

07 Aug 07:55
Compare
Choose a tag to compare
  • 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

27 Jul 16:03
Compare
Choose a tag to compare

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

25 Jul 16:00
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Jul 12:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

15 Jul 17:33
10a187f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

14 Jul 23:49
7691b02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1