Skip to content

Releases: morphqdd/lake-stdlib

v0.4.0

29 May 17:01

Choose a tag to compare

feat(stdlib): env.getenv(name) — value of an env var (buf)

Iterates envp, returns the bytes after KEY= for a matching entry, empty
buf if unset. Lets Lake tools read config from the environment (used by
lake-house to locate the toolchain portably).

v0.3.0

23 May 20:19

Choose a tag to compare

lake-stdlib v0.3.0 — strings.lake batch (~20 new helpers + lines)

v0.2.1

23 May 19:58

Choose a tag to compare

lake-stdlib v0.2.1 — record_smoke example (#058)

v0.2.0

22 May 22:16

Choose a tag to compare

lake-stdlib v0.2.0 — lash extracted (breaking)

v0.1.1

22 May 21:05

Choose a tag to compare

lake-stdlib v0.1.1 — lash smoke exercises parse()

v0.1.0

18 May 07:58

Choose a tag to compare

lake-stdlib v0.1.0 — first tagged release