Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-18 | 592 Bytes | |
v3.2.0 source code.tar.gz | 2025-08-18 | 17.6 MB | |
v3.2.0 source code.zip | 2025-08-18 | 18.5 MB | |
Totals: 3 Items | 36.1 MB | 1 |
What's Changed
- select fields by @noam-honig in https://github.com/remult/remult/pull/786
Added support for
select
infind
, now you can select which fields will be part of the query and part of the result.ts await repo(Task).find({ select: { id: true, title: true } })
- update deps, fixes import_remult.Fields by @delebash in https://github.com/remult/remult/pull/783
New Contributors
- @delebash made their first contribution in https://github.com/remult/remult/pull/783
Full Changelog: https://github.com/remult/remult/compare/v3.1.2...v3.2.0