Releases: bigalorm/bigal
Releases · bigalorm/bigal
3.3.0
- Make typescript lint rules more strict
- Update npms
3.2.0
- Fix CreateUpdateDelete type to be strict about either returnRecords=false or defined returnSelect
- Update npms
3.1.1
- Throw error when invalid propertyName in query projection
- Update npms
3.0.1
- Remove returnSelect requirement when returnRecords=false
3.0.0
- Use classes and decorators to define database models
- Allow repositories to be strongly typed to their database model
- Split readonly repository functionality into a separate class from writeable repository functionality
2.2.0
- Add readonly property to schemas to limit access to create(), update(), destroy() methods
- Update npms
2.1.3
- Fix querying array columns with
like
operator
- Add additional array types: string[], integer[], float[], boolean[]