| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-09 | 554 Bytes | |
| v3.3.0 source code.tar.gz | 2025-11-09 | 17.6 MB | |
| v3.3.0 source code.zip | 2025-11-09 | 18.5 MB | |
| Totals: 3 Items | 36.1 MB | 1 | |
What's Changed
- #820 - option to eliminate update/insert result to improve performance.
ts repo(Task).Insert({ id: 1, name: 'test' }, { select: 'none' }) - Added option for
deleteMany({where:'all'})andupdateMany({where:'all',set:{ status:0 }}) - Fixed a bunch if issues around
ValueConverter.DateOnlyString - Query-args-and-to-db-sql by @noam-honig in https://github.com/remult/remult/pull/801
Full Changelog: https://github.com/remult/remult/compare/v3.2.3...v3.3.0