Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.3.0 (Nov 25th, 2025)

* Macro now operates on a module. This allows the macro to have a visibility on both the struct and
the impl block and would enable us to improve the ergonomics of the API and add new API that's
currently not possible due to the decoupling between the macro operating on the struct and impl
block.
* Abstract the user from signal & state change types. Instead provide methods to create streams for
receiving signals and state changes.
* Published fields can now have a client-side setter method if user asks for it through a new
sub-attribute, `pub_setter`.
* A few minor fixes in documentation.

# 0.2.0 (Nov 17th, 2025)

* Update info in `Cargo.toml`.
Expand Down