Skip to content

Releases: savi-lang/Spec

v0.20240831.0

31 Aug 22:49
36a14a8
Compare
Choose a tag to compare

What's Changed

  • Remove usage of *_until-style iteration methods. by @jemc in #29

Full Changelog: v0.20230617.0...v0.20240831.0

v0.20230617.0

17 Jun 16:23
dac09a3
Compare
Choose a tag to compare

What's Changed

  • Update for latest Savi syntax. by @jemc in #28

Full Changelog: v0.20220928.0...v0.20230617.0

v0.20220928.0

29 Sep 01:04
df78635
Compare
Choose a tag to compare

What's Changed

  • Refactor to undo the removal of the real Env from Spec. by @jemc in #26

Full Changelog: v0.20220927.0...v0.20220928.0

v0.20220927.0

27 Sep 21:01
a2d08a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20220323.0...v0.20220927.0

v0.20220323.0

24 Mar 02:00
d24e35c
Compare
Choose a tag to compare

What's Changed

  • Allow any type that holds the Spec.Context to use assert:. by @jemc in #9
  • Remove the Spec.Event class; Spec.Assert has all the info we need. by @jemc in #10
  • Add ability to test asynchronous actions. by @jemc in #12

Full Changelog: v0.20220304.0...v0.20220323.0

v0.20220304.0

04 Mar 18:31
0952076
Compare
Choose a tag to compare
Merge pull request #2 from savi-lang/deps/set-map-repo

Pull the `Map` library from `github:savi-lang/Map`.