Skip to content

Releases: redbadger/crux

crux_time_v0.4.0

29 Apr 08:07
Compare
Choose a tag to compare

crux_time v0.4.0

This is a breaking change
Changed the signature of now() and added notify_at(instant) and notify_after(duration).
Also includes an optional feature chrono for conversions for the new Instant and Duration types to/from relevant chrono types.

What's Changed

Full Changelog: crux_core-v0.7.4...crux_time_v0.4.0

crux_core-v0.7.4

24 Mar 09:35
Compare
Choose a tag to compare

Small maintenance release. No major changes.

What's Changed

New Contributors

Full Changelog: crux_core-v0.7.3...crux_core-v0.7.4

crux_core-v0.7.3

02 Feb 15:32
Compare
Choose a tag to compare
  • Allow "bring-your-own" serializer/deserializer for the Bridge. This is not a
    breaking change as the existing bridge interface is the same. We have
    introduced a new BridgeWithSerializer, where you can plug in your own
    serialization format (e.g. JSON), but be aware that you'll have to provide
    your own serialization/deserialization shell-side code (in
    TypeScript/Swift/Kotlin).

  • Re-exports crux_macros as crux_core::macros in order to help keep the
    version of macros in sync with the core. Prefer importing macros as
    crux_core::macros, rather than crux_macros

  • crux_http capability now depends on a fork of http_types that will compile for the
    wasm32-unknown-emscripten target.

  • crux_time capability's output type is now TimeResponse(String) (again) instead of
    TimeResponse(chrono::DateTime<Utc>), in order to avoid typegen problems
    (lack of support for generic types).

What's Changed

New Contributors

Full Changelog: crux_core-v0.7.2...crux_core-v0.7.3

crux_core-v0.7.2

26 Jan 18:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: crux_core-v0.7.1...crux_core-v0.7.2

crux_core-v0.7.1

11 Jan 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: crux_core-v0.7.0...crux_core-v0.7.1

crux_core-v0.7.0

03 Dec 14:51
5ec3336
Compare
Choose a tag to compare

What's Changed

Full Changelog: crux_core-v0.6.5...crux_core-v0.7.0

crux_core-v0.6.5

29 Nov 11:14
9e98401
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: crux_core-v0.6.4...crux_core-v0.6.5

crux_time-v0.1.5

25 Oct 08:47
Compare
Choose a tag to compare

Other

  • versions for compatibility with semver checks

crux_platform-v0.1.4

25 Oct 08:48
Compare
Choose a tag to compare

Other

  • versions for compatibility with semver checks
  • implement derive macro for Capability trait

crux_macros-v0.3.3

25 Oct 08:46
Compare
Choose a tag to compare

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