Skip to content

Releases: bigalorm/bigal

10.3.4

11 Oct 16:01
0b88f10
Compare
Choose a tag to compare
  • Update npms

Full Changelog: 10.3.3...10.3.4

10.3.3

30 Aug 21:43
Compare
Choose a tag to compare
  • Update npms

Full Changelog: 10.3.2...10.3.3

10.3.2

29 Jun 20:17
Compare
Choose a tag to compare
  • Update npms

Full Changelog: 10.3.1...10.3.2

10.3.1

23 May 20:48
Compare
Choose a tag to compare
  • Update npms

Full Changelog: 10.3.0...10.3.1

10.3.0

25 Apr 18:00
Compare
Choose a tag to compare
  • Add where clause for conflict resolution. Thanks @shortstuffsushi!
  • Update npms

New Contributors

Full Changelog: 10.2.0...10.3.0

10.2.0

13 Apr 19:33
Compare
Choose a tag to compare
  • Add onConflict options to create() to support ON CONFLICT DO NOTHING and ON CONFLICT DO UPDATE
  • Update npms

Full Changelog: 10.1.1...10.2.0

10.1.1

22 Mar 15:56
Compare
Choose a tag to compare
  • Update npms

Full Changelog: 10.1.0...10.1.1

10.1.0

15 Mar 19:46
Compare
Choose a tag to compare
  • Add ability to override db pool for count()

10.0.3

15 Mar 19:17
Compare
Choose a tag to compare
  • Update npms
  • Fix string comparison operators with arrays. Wildcard characters in array values passed to startsWith, contains,
    and endsWith were ignored. This fix changes the generated SQL to explicitly evaluate each array value individually
    using ilike
  • Remove unnecessary await operators from then() functions

10.0.2

02 Mar 20:22
Compare
Choose a tag to compare
  • Update npms