ormed_cli 0.1.0-dev+9
ormed_cli: ^0.1.0-dev+9 copied to clipboard
Command-line tooling for the routed ORM (migrations generator & runner).
Changelog #
0.1.0-dev+9 #
- Fixed: CLI test stability by hardening working directory management and avoiding
PathNotFoundException. - Added:
--skip-buildflag toormed initfor faster scaffolding in CI/tests. - Updated: Synced with Artisanal 0.1.2.
- Updated: Synced with core schema migration changes to avoid transaction issues in MySQL.
0.1.0-dev+8 #
- Improved: CLI now prints structured OrmException hints.
- Fixed: Seed registry scaffolding avoids analyzer dependency warnings.
- Added:
make:modelscaffolds models inlib/src/database/models. - Added:
init --with-analyzerwrites analyzer plugin configuration. - Updated: Synced dependency versions for dev+8.
0.1.0-dev+7 #
- Updated: Synced dependency versions for dev+7.
0.1.0-dev+6 #
- Updated: Synchronized ormed changes.
0.1.0-dev+5 #
- Updated: Align dependencies on
ormed0.1.0-dev+5. - Added:
ormed init --onlyto scaffold selected artifacts. - Fixed: Dependency prompt now treats
dependencies,dev_dependencies, anddependency_overridesas valid declarations.
0.1.0-dev+4 #
- Improved:
ormed initnow scaffolds adatasource.dartfile that automatically handles driver registration and provides a type-safeDataSourceinstance. - Improved:
ormed initnow automatically adds the appropriate driver dependency (e.g.,ormed_sqlite) topubspec.yamlbased on the selected driver. - Improved: Updated configuration loading to use the new core
loadOrmProjectConfigandfindOrmConfigFileutilities. - Changed: Default SQLite database path is now
database/{project_name}.sqlitefor better project organization. - Added: Package example and improved help text for all commands.
0.1.0-dev+3 #
- Synchronized release.
0.1.0-dev+2 #
- BREAKING: Renamed CLI executable from
ormtoormed. - BREAKING: Renamed default configuration file from
orm.yamltoormed.yaml(with backward compatibility fororm.yaml). - Updated
ormed initto scaffoldormed.yamland offer to rename legacyorm.yaml. - Improved documentation and installation instructions.
0.1.0-dev+1 #
- Added automatic dependency management to
orm init(prompts to addormed,ormed_cli, andbuild_runner). - Improved
orm initoutput with better spacing and summary tables. - Added support for SQL-based migrations (
up.sql/down.sql) alongside Dart migrations. - Switched CLI table output to
horizontalTablefor better readability.
0.1.0-dev #
- Initial release.