Skip to content

Latest commit

 

History

History
96 lines (43 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

96 lines (43 loc) · 3.52 KB

3.0.0 (2022-04-25)

Features

BREAKING CHANGES

Signed-off-by: Will Soto [email protected]

2.1.0 (2022-02-28)

Features

2.0.0 (2022-01-17)

Features

  • knex: upgrade to Knex v1 (d15551f)

BREAKING CHANGES

  • knex: Knex is upgraded to v1

Signed-off-by: Will Soto [email protected]

1.3.0 (2021-11-30)

Features

  • add node-tests reusable workflow (a684e32)

1.2.0 (2021-11-21)

Features

  • dependencies: upgrade all dependencies (9404c15)

1.1.0 (2021-11-21)

Features

  • releases: generate and commit changelog (0ebdf47)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.2 (2020-11-06)

0.2.1 (2020-06-12)

Bug Fixes

  • package: use conditional exports for esm vs cjs modules (34e285b), closes #2

0.2.0 (2020-05-10)

⚠ BREAKING CHANGES

  • Knex is now a required argument

Signed-off-by: Will Soto [email protected]

Features

  • have users supply the configured knex instance themselves (a316a91)

0.1.1 (2020-05-10)

0.1.0 (2020-05-10)

Features

  • initial adapter and tests (117ea1e)
  • package: use caret to give user's more flexibility (545a672)

Bug Fixes

  • build: fix rollup build and configure entrypoints (c60fc37)