cuelang-js
Version:
CUE for node.js & browser
29 lines (15 loc) • 760 B
Markdown
## 1.0.0 - 2021-04-08
* major: execute cue commands for both node and browser [Thomas Manning]
## 1.0.1 - 2021-04-08
## 1.3.1 - 2021-05-11
* patch: warn not throw when resume is called after exit [Thomas Manning]
## 1.3.0 - 2021-05-06
* minor: CUE version v0.4.0-beta.1 [Thomas Manning]
## 1.2.0 - 2021-05-06
* minor: add test to demonstrate import support minor: refactor `fs` monkey patching to use proxy [Thomas Manning]
## 1.1.1 - 2021-04-29
* patch: update CUE wasm to v0.3.2 [Thomas Manning]
## 1.1.0 - 2021-04-23
* minor: update CUE wasm to v0.3.2 [Thomas Manning]
* patch: fix flags must use equals sign between flag and value patch: fix reset stdout after execution [Thomas Manning]
* patch: export memfs for convenience [Thomas Manning]