Releases: redbadger/crux
Releases · redbadger/crux
crux_core-v0.6.5
What's Changed
- Added Send trait to NewEv generic type inside Capability derive macro by @mmannes in #148
- Svelte simple counter example by @scholtzan in #154
- Typegen error messages by @StuartHarris in #156
- Update dependencies and examples by @StuartHarris in #158
- chore: release by @StuartHarris in #159
New Contributors
- @mmannes made their first contribution in #148
- @scholtzan made their first contribution in #154
Full Changelog: crux_core-v0.6.4...crux_core-v0.6.5
crux_time-v0.1.5
Other
- versions for compatibility with semver checks
crux_platform-v0.1.4
Other
- versions for compatibility with semver checks
- implement derive macro for Capability trait
crux_macros-v0.3.3
Other
- update deps
- update leptos examples to remove Scope
- deps + tweaks
- deps
- deps
- deps
- deps, http 0.4.1, time 0.1.4
- update deps, iOS and Android examples
crux_kv-v0.1.4
Other
- versions for compatibility with semver checks
- implement derive macro for Capability trait
crux_http-v0.4.2
Other
- versions for compatibility with semver checks
- update deps
- deps + tweaks
- deps
- deps
- deps
- capability doc tests
- deps
crux_core-v0.6.4
Other
- update deps
- update leptos examples to remove Scope
- deps + tweaks
- avoid unnecessary coercion
- Remove existing generated java files before generating the new set
- deps
- deps
v0.6.3
Very minor release of crux_core
(v0.6.3) that corrects (and tests) more of the examples in the docs.
The examples in the repo have been overhauled and improved.
What's Changed
- Counter example in leptos by @StuartHarris in #113
- Update dependencies and associated code by @StuartHarris in #115
- android flamingo by @StuartHarris in #117
- Add response headers to HTTP Capability protocol by @StuartHarris in #119
- fix cat facts example by @StuartHarris in #118
- Change uniffi UDL interface from
sequence<u8>
tobytes
by @StuartHarris in #116 - Add Remix to hello-world example by @StuartHarris in #120
- overhaul examples by @StuartHarris in #121
- Fix some ignored doc tests by @StuartHarris in #122
Full Changelog: v0.6.2...v0.6.3
crux_http v0.4.0
Published v0.4.0 of crux_http
Crux HTTP Capability, which adds response headers to the capability's protocol. It also adds builders for HttpRequest
and HttpResponse
.
This is a breaking change as the HttpResponse
struct now has an extra field.
For more details see #119
v0.6.2
What's Changed
- implement derive macro for Capability trait by @StuartHarris in #112
Full Changelog: v0.6.1...v0.6.2