Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Latest commit

 

History

History
120 lines (61 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

120 lines (61 loc) · 1.62 KB

06.09.2022

0.0.19

chore: fixing new typescript errors

29.08.2022

0.0.18

chore: updating dependencies

29.08.2022

0.0.17

feat: get a typed client from pool

fix: fixing the postgres pool api for aliasing tables

chore: updating dependencies

09.08.2022

0.0.16

feat: allow pool to be passed into constructor if shared elsewhere

08.08.2022

0.0.15

feat: making specifying schema compulsory chore: updating dependencies

26.06.2022

0.0.14

chore: upgrading dependencies

13.04.2022

0.0.13

chore: upgrading dependencies

22.02.2022

0.0.12

ci: adding ci

19.02.2022

0.0.11

chore: upgrading dependencies

05.08.2021

0.0.9

fix: default alias to table if one isn't provided in query builder

05.08.2021

0.0.8

chore: bumping up deps

30.08.2021

0.0.7

fix: Transform values on insert/update

28.08.2021

0.0.6

fix: Fixing an error where SQL is invalid regressions from new type discovered by upgrading enjamon library)

28.08.2021

0.0.5

fix: Fixing an error where it tries to return values when none are provided in delete func

27.08.2021

0.0.4

doc: Adding readme and fixing some types

22.08.2021

0.0.3

feat: createFields and selectFields now part of query statement to hide away typesript generatic

22.08.2021

0.0.2

refactor: removing postgres migrations dependency as it shouldn't be part of this module

22.08.2021

0.0.1

Releasing the package outside of vramework, and improving upon the crud typescript commands.

23.07.2021

Initial Release

A package that contains typescript postgres helper.