sup_gen_runner 1.5.3
sup_gen_runner: ^1.5.3 copied to clipboard
A Dart build_runner package for generating classes, enums, and views directly from PostgreSQL/Supabase databases with minimal configuration.
1.5.3 #
- REFACTOR: update command execution in configuration files.
1.5.2 #
- FIX: update Dart SDK version and refine dependencies.
1.5.1 #
- REFACTOR: remove Windows runner files and Flutter CMake configurations.
- REFACTOR: update concurrency for flutter pub get and remove unused .iml files.
- FIX: update sup_gen_runner dependency version.
1.5.0 #
- FEAT: enhance example and documentation for SupGen.
1.4.1 #
- FIX: correct package name in installation instructions.
1.4.0 #
- REFACTOR: remove unused JSON serialization annotations and clean up code.
- REFACTOR: remove unused test files and clean up code.
- FEAT: update package versions and refactor imports.
- DOCS: update README for clarity and additional details (#12).
1.3.0 #
- REFACTOR: remove unused JSON serialization annotations and clean up code.
- REFACTOR: remove unused test files and clean up code.
- REFACTOR: comment out widget tests in widget_test.dart 🧪.
- REFACTOR: remove obsolete roadmap items from README and comment out unused source_gen dependency in pubspec.yaml.
- REFACTOR: update import paths to use package syntax and clean up TODO comments.
- REFACTOR: update README and pubspec.yaml files for clarity and organization; remove obsolete README from sup_gen_runner package.
- FEAT: update package versions and refactor imports.
- DOCS: add comprehensive README for SupGen package with installation, configuration, and usage instructions.
1.2.2 #
- Enhancement: Add comprehensive documentation to SupgenBuilder and related classes
- Enhancement: Improve code documentation with detailed step-by-step process explanations
- Fix: Add missing
fromJson()
factory methods toPubspec
andSupGen
classes - Fix: Correct variable naming typo (
ouput
tooutput
) in buildExtensions - Fix: Clean up unused code blocks and commented statements
- Fix: Improve type consistency in
fromJson()
methods - Enhancement: Better error handling and code organization
- Enhancement: Optimize build process with improved state management documentation
1.2.2 #
- Enhancement: Add comprehensive documentation to SupgenBuilder and related classes
- Enhancement: Improve code documentation with detailed step-by-step process explanations
- Fix: Add missing
fromJson()
factory methods toPubspec
andSupGen
classes - Fix: Correct variable naming typo (
ouput
tooutput
) in buildExtensions - Fix: Clean up unused code blocks and commented statements
- Fix: Improve type consistency in
fromJson()
methods - Enhancement: Better error handling and code organization
- Enhancement: Optimize build process with improved state management documentation
1.2.1 #
- Fix: update Readme
1.2.0 #
- Update supgen_models utility to 1.5.0
- Enhance enums types generation
- Handle array type generation. Ex: _text => List
- Add reverse retrieval of Enum for enums containing hyphens (-)
1.0.2 #
- Add sql function to main project
- Remove sqler package
- Add async gen
- Fix builder not exiting when done
- add fromJson to generated classes
- Fix table generator
- update Table Model
- Updgrate model package
- Improve error handling in async functions
- Refactor codebase for better readability
- Update dependencies to latest versions
- Optimize performance of table generator
- Fix minor bugs in model package
1.0.0 #
- Initial version.