Skip to content

Latest commit

 

History

History
102 lines (44 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

102 lines (44 loc) · 4.13 KB

2.1.0 (2024-01-07)

Features

  • Add functional client creator and documentation (#9) (04dd5af)

2.0.0 (2023-12-13)

Features

BREAKING CHANGES

  • Increments to V2

1.2.7 (2023-12-12)

Bug Fixes

1.2.6 (2023-09-13)

Bug Fixes

  • fixing potetial null values (0a90866)

1.2.5 (2023-06-29)

Bug Fixes

1.2.4 (2023-06-29)

Bug Fixes

  • Moved uri creation into util to ensure its always the same (6dd550e)

1.2.3 (2023-06-29)

Bug Fixes

  • Ensure we encode credentials and db name in uri (#5) (46d2760)

1.2.2 (2023-06-11)

Bug Fixes

  • Default to commonjs in main module (1ad5883)

1.2.1 (2023-06-11)

Bug Fixes

  • Added proper exports and module type (5bbd492)

1.2.0 (2023-06-11)

Features

  • Use Prisma instead of PG for DB abstraction (#4) (663a35a)

1.1.1 (2023-06-11)

Bug Fixes

  • Change bin to kap-postgres-url - to not clash with other providers (14dd2e9)

1.1.0 (2023-06-11)

Features

  • Add command line tool for getting db url (b729606)

1.0.1 (2023-06-09)

Bug Fixes

1.0.0 (2023-06-09)

Features