-
v1.0.58
Stablereleased this
2026-05-19 17:26:45 +00:00 | 3 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 | 8 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 | 10 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 | 12 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 | 14 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
-
v1.0.53
Stablereleased this
2026-05-05 08:48:27 +00:00 | 16 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.53
- Support typed primary key helpers in gorm and bun writers
Downloads
-
v1.0.52
Stablereleased this
2026-05-03 15:19:22 +00:00 | 18 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.52
- fix(type_mapper): adjust array tag handling in BuildBunTag
Downloads
-
v1.0.51
Stablereleased this
2026-05-03 14:11:13 +00:00 | 20 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.51
- fix(type_mapper): handle PostgreSQL array types in tags * Update BuildBunTag to append "array" for array types * Add tests for handling array types in TypeMapper * Adjust regex in SanitizeStructTagValue to preserve array suffix
- Fix GIN opclass handling for array columns
Downloads
-
v1.0.50
Stablereleased this
2026-04-30 18:23:29 +00:00 | 23 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.50
- Add Prisma 7 flag support
Downloads
-
v1.0.49
Stablereleased this
2026-04-30 16:16:28 +00:00 | 25 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.49
- fix(pgsql): handle default values for array types in migrations * update default value quoting logic for PostgreSQL * add tests for array default value handling
Downloads