Releases: RoutedDart/ormed
Releases · RoutedDart/ormed
package:ormed_sqlite_core v0.1.0
0.1.0
- Initial release.
- Extracted shared SQLite grammar, schema dialect, type mapper, codecs, and migration helpers from
ormed_sqlite.
package:ormed_sqlite v0.2.0
0.2.0
- Added
DataSourceOptions.sqlite(...)andModelRegistry.sqliteDataSource(...)for code-first SQLite configuration. - Reused shared grammar, dialect, type-mapper, and codec utilities from
ormed_sqlite_core. ormed_sqlitenow depends onormed_sqlite_corefor shared SQLite behavior.
package:ormed_postgres v0.2.0
0.2.0
- Added
DataSourceOptions.postgres(...)andModelRegistry.postgresDataSource(...)for code-first PostgreSQL setup. - Added usage guidance for the new Postgres datasource helpers.
package:ormed_mysql v0.2.0
0.2.0
- Added
DataSourceOptions.mysql(...)andModelRegistry.mySqlDataSource(...)for code-first MySQL setup. - Added usage guidance for the new MySQL datasource helpers.
package:ormed_d1 v0.1.0
0.1.0
- Initial D1 package release.
- Added D1 HTTP transport abstraction.
- Added D1 driver registration and adapter baseline using
ormed_sqlite_coregrammar/dialect. - Added
DataSourceOptions.d1(...),DataSourceOptions.d1FromEnvironment(...), andModelRegistry.d1DataSource(...)helpers for code-first D1 setup. - Added configurable HTTP retry/backoff and request timeout controls for D1 transport.
- Added optional D1 debug logging for request/response troubleshooting.
- Added verification examples for direct adapter use and DataSource-based configuration.
- Changed D1 adapter to reuse
ormed_sqlite_coreSQL compilation behavior.
package:ormed_cli v0.2.0
0.2.0
- Added
makemigrationsmodel-diff generation and--sync-onlysupport. - Added
migrations:sync,migrations:check, andmigrations:entrycommands. - Added
make:migrationas the canonical migration alias andmake:seederalias. - Improved
ormed initdefaults, fallback behavior withoutormed.yaml, and first-run seed scaffolding guidance.
package:ormed v0.2.0
0.2.0
- Added
OrmedEnvironmentwith.envloading, variable interpolation support (${VAR}/${VAR:-default}), and typed helpers for required values. - Added
MigrationEntry.named(...)for easier manual migration registration. - Improved
DataSource.fromConfigfallback behavior when no explicitModelRegistryis provided. - Moved default generated registry output to
lib/src/database/orm_registry.g.dart. - Fixed registry generation for nested output paths by emitting package imports when needed.
- Updated docs around
make:migration,makemigrations, andmigrations:sync.
package:driver_tests v0.2.0
0.2.0
- Version alignment for the 0.2.0 workspace release.
package:ormed_sqlite v0.1.0
- Release: Promote ormed_sqlite to the stable 0.1.0 line.
package:ormed_postgres v0.1.0
- Release: Promote ormed_postgres to the stable 0.1.0 line.