Releases: bigalorm/bigal
Releases · bigalorm/bigal
5.0.0
- Update npms
- Use prettier to format files
- Create interfaces for Repository and ReadonlyRepository
- Remove interfaces for RepositoriesByModelName and RepositoriesByModelNameLowered
4.1.0
- Fix issues with
like
and array containing null or empty string. Specifically support negated array type value with null and empty string.
- Fix
like
constraint with null value
4.0.0
- Tightened up type definitions for "object" to Record<string, unknown> or more strict definition
- Do not return a string from .count() if the number is greater than safe int
- Update npms & fix lint issues
3.4.0
- Update npms
- Fix jsdoc comments for .populate()