Kex 0.3.1
Immutable
release. Only release title and notes can be modified.
Kex is before 1.0.0, so no backward compatibility is attempted.
The language, the standard library, the package format and the on-disk
layouts change between releases without deprecation cycles. Pin a version,
and expect to edit code when you move off it.
Changes
- We can't use alpha (432695f)
- Prerelease first (44ed8ec)
- Fix VSCode build (a52a681)
- Add more fuzz to record fields (8e2e3a3)
- Fix LSP issues (cdc646b)
- Fix more issues (9bf9594)
- Build VSIX from workflow (6781142)
- Attempt to fix the chaining LSP bug (db6ea7f)
- Make Kex VSCode extension publishable (dace3d8)
- Update docs (24ba9b6)
- Improve VSCode readme (6e0e86a)
- Fix rebinding presentation (92e541b)
- More typechecking fixes (dc0ef03)
- Make match work (485bcad)
- Remove doc highlighting, fix match arm typing (ac7d5a2)
- Format @example, @bindings (6951f08)
- Improve highlighting, include Regexes, etc (5afc546)
- Fix REPL, add cancelling (b717b79)
- Fix type output (98edaa6)
- Initial extension documentation (44e632b)
- Simplify formula bump (cfb0bd2)
- Bump formula and checker (0b94fde)
- Remove all Python code (fb796c2)
- Fix the release workflow (39d84a6)
- Next version: 0.3.1 (b173f23)
- Fix spec output ordering (0962d22)
- Remove --HEAD defaults (d2cd327)
- Bump to v0.3.0 (114a607)
- Point npm view at GitHub Packages in the release job (ec4264d)
- Next version: 0.3.0-beta.2 (c99695f)
Install
tey kex install 0.3.1
docker run ghcr.io/kexhq/kex:0.3.1
npm install @kexhq/kex@0.3.1 # GitHub Packages - see packages/kex/README.mdOr download the archive for your machine below; each has a .sha256 beside it.
What's Changed
- Point npm view at GitHub Packages in the release job by @akoskovacs in #47
- Next version: 0.3.0-beta.2 by @github-actions[bot] in #46
- Bump to v0.3.0 by @akoskovacs in #48
- Fix spec output ordering by @akoskovacs in #49
- Next version: 0.3.1 by @github-actions[bot] in #50
- Fix the release workflow by @akoskovacs in #51
- Improve VS Code extension by @akoskovacs in #52
- Improve LSP and make extension publishable by @akoskovacs in #53
- Fix VSCode build by @akoskovacs in #54
New Contributors
- @github-actions[bot] made their first contribution in #46
Full Changelog: v0.3.0-beta...v0.3.1