form_companion_generator 0.5.0+1 form_companion_generator: ^0.5.0+1 copied to clipboard
Code generator for form_companion_presenter and form_builder_companion_presenter to reduce boilerplate of forms.
0.5.0 #
0.4.0 #
- FIX: Fix non-aliased function type handling.
- FIX: Fix source libraries of constants are not imported.
- FIX: Improve internal type name detection.
- FIX: Fix super parameter generics handling.
- FIX: Update and relax dependencies.
- FEAT: Support non-public default value.
- FEAT: Allow argument templates which contain
imports
only.
0.3.0 #
Note: This release has breaking changes.
- FIX: relax dependencies.
- FIX: type name typo in error message.
- FIX: update dependencies.
- FIX: error message syntax.
- FIX: replace deprecated AST methods.
- FIX: update internal logic for AST update.
- FEAT: add PRESENTER_NAME macro.
- FEAT: non-constructor support.
- FEAT: update dependencies.
- FEAT: separate state from presenter.
- BREAKING FEAT: improve config parser error detection.
0.2.0 #
- FIX: stack-overflow for cyclic export.
- FIX: add super parameter support.
- FIX: update source generator dependencies.
- FEAT: update form builder dependency.
0.1.0 #
- Initial release