Skip to content

Releases: andogq/qubit

qubit v0.4.0

31 May 01:25
81bc632
Compare
Choose a tag to compare

[0.4.0]

  • ea54e2b change exported server type to QubitServer (close #28)
  • 3f015f9 pass all CI checks

Dependencies

  • Upgraded to qubit-macros@0.3.0

qubit-macros v0.3.0

31 May 01:25
81bc632
Compare
Choose a tag to compare

[0.3.0]

@qubit-rs/client v0.2.0

31 May 01:25
81bc632
Compare
Choose a tag to compare

[0.2.0]

  • 032d01e run pnpm build before publishing (close #29)

qubit v0.3.0

30 May 06:28
e62e812
Compare
Choose a tag to compare

[0.3.0]

fix

  • 55f4b31 allow for to_service to return a future which produces the context

feat

  • be65ee3 add HashSet, BTreeSet, and BTreeMap to types that implement ExportType

qubit v0.2.1

29 May 23:18
02b3521
Compare
Choose a tag to compare

[0.2.1]

  • 3840c3b automatically dervie ExportType for f32 and f64

Dependencies

  • Upgraded to qubit-macros@0.2.1

qubit-macros v0.2.1

29 May 23:18
02b3521
Compare
Choose a tag to compare

[0.2.1]

  • d2bf039 implement ExportType derive for enums (close #20)

qubit v0.2.0

26 May 11:54
1ffc28f
Compare
Choose a tag to compare

[0.2.0]

Dependencies

  • Upgraded to qubit-macros@0.2.0

feat

  • 0758fe3 alter FromContext trait to be async

qubit-macros v0.2.0

26 May 11:54
1ffc28f
Compare
Choose a tag to compare

[0.2.0]

feat

  • 0758fe3 alter FromContext trait to be async

qubit v0.1.0

25 May 14:28
6f781ee
Compare
Choose a tag to compare

[0.1.0]

Dependencies

  • Upgraded to qubit-macros@0.1.0
  • a5f8e49 update dependencies

refactor

  • 99c8fd3 refactor TypeDependencies trait into ExportType trait

feat

  • 2aafe80 switch over to TypeRegistry to export client, and now optionally export Stream as required

qubit-macros v0.1.0

25 May 14:28
6f781ee
Compare
Choose a tag to compare

[0.1.0]

feat

  • ff7bf89 specify custom names for handlers using #[handler(name = "my_handler")]
  • 2aafe80 switch over to TypeRegistry to export client, and now optionally export Stream as required

refactor

  • d6ccc9a Refactor macros
  • 99c8fd3 refactor TypeDependencies trait into ExportType trait

fix

  • b399c8b respect visibilitly modifier on handler function when macro-ing

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.