Skip to content

v0.2.0

Compare
Choose a tag to compare
@hashemix hashemix released this 22 Mar 16:07
137a22e

0.2.0 (2025-03-22)

This update is classified as a breaking change due to the removal of certain deprecated methods and the standardization of method parameter order of generated constructors ( new(...) methods ) , ensuring that required arguments are placed before optional ones.

⚠ BREAKING CHANGES

  • Method parameter order of generated constructors ( new(...) methods ) has been standardized, with required arguments now consistently positioned before optional ones.
  • Deprecated get_method() methods have been eliminated.
  • improve generated schema, eliminate deprecated methods (#53)

Features

  • add associated methods to structs for static values (#56) (f5a97a3)
  • improve generated schema, eliminate deprecated methods (#53) (604de64)