Skip to content

Releases: ConjureLabs/db

1.2.0

30 Aug 14:13

Choose a tag to compare

Patches

  • Updated dependencies
  • Updated tests

1.1.0

22 Sep 17:44

Choose a tag to compare

Features

  • camel case conversion now defaulted to true

Patches

  • CircleCI integration

1.0.3

12 May 21:07

Choose a tag to compare

Patches

  • lint fixes (in test files)
  • additional instance-level tests
  • minor iteration changes
  • better error messaging

1.0.2

10 Apr 03:48

Choose a tag to compare

Patches

  • Fixed issue where getters & setters were not carried through query

1.0.1

10 Apr 03:11

Choose a tag to compare

Patches

  • When transforming names (e.g. userId) it will add getters & setters for traditional column names (e.g. user_id)

1.0.0

09 Apr 15:14

Choose a tag to compare

Patches

  • Removed path /table and /row - now must deconstruct from root src
  • Documentation consolidated

0.1.0

08 Apr 03:26

Choose a tag to compare

Patches

  • Changed .upsert logic - it was trying to insert and would then update if constraints failed on the insert, assuming duplication. That does not work well if there are no unique constraints... The logic now attempts update first, and will only insert if there are 0 rows updated
  • DatabaseTable and DatabaseRow are now exported from main script
  • initial batch of unit tests added
  • misc doc changes

0.0.3

01 Apr 02:08

Choose a tag to compare

Patches

  • Can now pass null to WHERE conditions, and it will translate to IS NULL (rather than = null)

0.0.2

10 Mar 21:20

Choose a tag to compare

Patches

  • using @conjurelabs/db package
  • removed ;s

Fixes

  • fixed bug for upsert where conditions

0.0.1

10 Mar 20:58

Choose a tag to compare

🌱 Initial release