Skip to content

Releases: morphqdd/lake-stdlib

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 May 17:01
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

Choose a tag to compare

@github-actions github-actions released this 23 May 20:19
lake-stdlib v0.3.0 — strings.lake batch (~20 new helpers + lines)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 23 May 19:58
lake-stdlib v0.2.1 — record_smoke example (#058)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 May 22:16
lake-stdlib v0.2.0 — lash extracted (breaking)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 May 21:05
lake-stdlib v0.1.1 — lash smoke exercises parse()

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 May 07:58
lake-stdlib v0.1.0 — first tagged release