Releases: treeform/ws
Releases · treeform/ws
0.6.0
ws 0.6.0
This release modernizes ws' CI and docs workflow, adds more websocket test coverage, and keeps the package metadata current.
Highlights
- Migrated CI to the Nimby-based workflow used by the current Treeform package template.
- Updated GitHub Actions to current checkout/setup actions, added
workflow_dispatch, and expanded CI coverage to Ubuntu, macOS, and Windows. - Added docs publishing through GitHub Pages with the current setup action and
peaceiris/actions-gh-pages@v4. - Updated README links to the GitHub Pages API reference and cleaned up typos/examples.
- Added disconnector and reconnect test programs.
- Fixed GC-safety handling in chat-style websocket tests for newer Nim versions.
- Relaxed the Nim requirement from
nim > 1.0.0tonim >= 1.0.0.
Merged PRs
- #54 Migrate CI to Nimby
Other Changes Since 0.5.0
- Fixed a
{.gcsafe.}issue in tests. - Updated the GitHub Action doc generator.
- Added and updated README documentation.
Full changelog: 0.5.0...0.6.0
0.5.0
Full Changelog: 0.4.4...0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0: Httpbeast Support (#16)
* Make masking work like the spec. * Add jester sender * Add HTTP Beast support. * Fix tests. * v0.4.0