Skip to content

v0.4.1

Compare
Choose a tag to compare
@soareschen soareschen released this 13 Jun 22:48
· 16 commits to main since this release
337004c

More details about this release is covered in the update blogpost.

Changelog

  • New cgp-handler Crate

    • Introduce new cgp-handler crate - #105
  • Macro Improvements

    • Support wrapping of Preset::Provider inside cgp_preset! macro - #103
    • Support derivation of UseDelegate inside #[cgp_component] - #106
  • CGP Field Improvements

    • Format Char statically without self - #104
  • Miscellaneous

    • Minor improvements - #107
  • Documentation

    • Add inline Rust documentation for common CGP constructs - #109