Skip to content

Releases: bigalorm/bigal

3.3.2

28 Jan 22:32
Compare
Choose a tag to compare
  • Update npms

3.3.1

06 Jan 23:07
Compare
Choose a tag to compare
  • Update npms

3.3.0

04 Jan 19:31
Compare
Choose a tag to compare
  • Make typescript lint rules more strict
  • Update npms

3.2.0

27 Nov 21:44
Compare
Choose a tag to compare
  • Fix CreateUpdateDelete type to be strict about either returnRecords=false or defined returnSelect
  • Update npms

3.1.1

30 Oct 22:30
Compare
Choose a tag to compare
  • Throw error when invalid propertyName in query projection
  • Update npms

3.0.1

04 Oct 21:21
Compare
Choose a tag to compare
  • Remove returnSelect requirement when returnRecords=false

3.0.0

04 Oct 19:28
Compare
Choose a tag to compare
  • 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.1

22 Sep 21:18
Compare
Choose a tag to compare
  • Update npms

2.2.0

31 Jul 20:29
Compare
Choose a tag to compare
  • Add readonly property to schemas to limit access to create(), update(), destroy() methods
  • Update npms

2.1.3

18 Jun 20:15
Compare
Choose a tag to compare
  • Fix querying array columns with like operator
  • Add additional array types: string[], integer[], float[], boolean[]