v0.2.0
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)