-
v1.0.65
Stablereleased this
2026-07-21 10:45:28 +00:00 | 0 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.65
- feat(bun): generate native Go array slices for PostgreSQL array columns
- feat(cli): add report command for filing bugs/features from the CLI
Downloads
-
v1.0.64
Stablereleased this
2026-07-20 11:59:44 +00:00 | 3 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.64
- fix(assetloader): name embedDirectiveLiteral return values to satisfy gocritic
- fix(bun): use PostgreSQL internal array type name for sqltypes array columns
- fix(template): make map helper ordering deterministic
Downloads
-
v1.0.63
Stablereleased this
2026-07-18 20:41:30 +00:00 | 10 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.63
- chore: Fixed linitng issues
- feat(assets): add native Go asset/file loader for migrate-apply
- fix(bun): read extra fields from file
- fix(bun): support extra generated model fields
Downloads
-
v1.0.62
Stablereleased this
2026-07-07 13:29:55 +00:00 | 17 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.62
- refactor: ♻️ change resolvspec types to build in sqltypes
- test(uuid): add integration tests for SqlUUID with database * Implement tests for inserting, updating, and retrieving UUIDs in a SQLite database. * Verify that Value() returns a string representation of the UUID. * Ensure compatibility with custom types implementing fmt.Stringer. * Update type mapper imports to reflect new package path.
Downloads
-
v1.0.61
Stablereleased this
2026-06-25 22:27:33 +00:00 | 20 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.61
- fix(reflectutil): correct pointer type check in dereference logic
Downloads
-
v1.0.58
Stablereleased this
2026-05-19 17:26:45 +00:00 | 27 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.58
- fix(mssql): correct order of MSSQL type mappings
- feat(sqlite): add SQLite type mapping and conversion functions * Implement SQLiteToCanonicalTypes for type mapping * Add ConvertSQLiteToCanonical and ConvertCanonicalToSQLite functions * Update mapDataType to utilize new conversion logic
- refactor(datatypes): remove redundant normalization function
- feat(merge): enhance type conflict detection for columns * Introduced extractTypeParts function to handle embedded dimensions in type strings. * Updated columnTypeConflict to utilize new type extraction logic. * Improved PostgreSQL type normalization and handling in various components.
Downloads
-
v1.0.57
Stablereleased this
2026-05-07 12:45:02 +00:00 | 32 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.57
- feat(writer): add continue-on-error option for SQL writers * Introduce ContinueOnError option to WriterOptions * Update writer functions to support continue-on-error behavior * Modify migration and database writing to handle continue-on-error
Downloads
-
v1.0.56
Stablereleased this
2026-05-05 12:51:10 +00:00 | 34 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.56
- feat: Enhance PostgreSQL type handling and migration scripts
Downloads
-
v1.0.55
Stablereleased this
2026-05-05 09:36:29 +00:00 | 36 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.55
- feat(index): implement GIN index support for quoted text columns and enhance index column resolution
Downloads
-
v1.0.54
Stablereleased this
2026-05-05 09:12:49 +00:00 | 38 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.54
- feat(migration): enhance primary key handling and add GIN index support in migration writer
Downloads