v0.9.0 - Major Change #75
GeekMasher
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
GHActions this week has had a major overhaul to make it easier and better designed.
The main focus was on moving from a
GHAction
struct to allowing a user to use a Derive Proc Macro to derive your own custom struct. This comes with the ability to add attributes to fields in your structs to define what they are. For example:This makes it a lot more powerful and aligns with more what we want to see in this package going forward.
What's Changed
Full Changelog: 0.8.0...0.9.0
This discussion was created from the release 0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions