Skip to content

Releases: GodderE2D/quickpostgres

3.0.2

14 Nov 16:56
3faa779
Compare
Choose a tag to compare

🚨 Quickpostgres 3.0.2

This patch contains a fix for a security vulnerability. It is highly recommended that you update to this version or higher. Older versions may get an update if they are not deprecated.

Download

Note: Include @3.0.2 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@3.0.2
# or
yarn add quickpostgres@3.0.2
# or
pnpm add quickpostgres@3.0.2

Changes

3.0.1

24 Nov 22:27
289fcde
Compare
Choose a tag to compare

🎈 Quickpostgres 3.0.1

Download

Note: Include @3.0.1 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@3.0.1
# or
yarn add quickpostgres@3.0.1
# or
pnpm add quickpostgres@3.0.1

Changes

  • Add security information (SECURITY.md)
  • Add GitHub Packages

This release doesn't actually anything in the library code.

Stay tuned for future releases!

3.0.0

22 Nov 03:15
72a13b9
Compare
Choose a tag to compare

🐱‍🏍 Quickpostgres 3.0.0

Download

Note: Include @3.0.0 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@3.0.0
# or
yarn add quickpostgres@3.0.0
# or
pnpm add quickpostgres@3.0.0

Breaking Changes

  • Client#connect() and Client#end() now has stricter checks

Stay tuned for future releases!

2.0.5

19 Nov 00:36
bc10e01
Compare
Choose a tag to compare

🎈 Quickpostgres 2.0.5

Download

Note: Include @2.0.5 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@2.0.5
# or
yarn add quickpostgres@2.0.5
# or
pnpm add quickpostgres@2.0.5

Changes

  • Add license information

This release is made so that NPM recognises this as an actual release.

Stay tuned for future releases!

2.0.4

19 Nov 00:23
771a6ea
Compare
Choose a tag to compare

🥱 Quickpostgres 2.0.4

Download

Note: Include @2.0.4 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@2.0.4
# or
yarn add quickpostgres@2.0.4
# or
pnpm add quickpostgres@2.0.4

I hate semver part 3.

Stay tuned for future releases!

2.0.3

19 Nov 00:11
771a6ea
Compare
Choose a tag to compare

😓 Quickpostgres 2.0.3

Download

Note: Include @2.0.3 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@2.0.3
# or
yarn add quickpostgres@2.0.3
# or
pnpm add quickpostgres@2.0.3

I hate semver part 2.

Stay tuned for future releases!

2.0.2

19 Nov 00:02
771a6ea
Compare
Choose a tag to compare

😢 Quickpostgres 2.0.2

Download

Note: Include @2.0.2 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@2.0.2
# or
yarn add quickpostgres@2.0.2
# or
pnpm add quickpostgres@2.0.2

I hate semver.

Stay tuned for future releases!

2.0.1

18 Nov 22:26
2ad154b
Compare
Choose a tag to compare

🐛 Quickpostgres 2.0.1

Download

Note: Include @2.0.1 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@2.0.1
# or
yarn add quickpostgres@2.0.1
# or
pnpm add quickpostgres@2.0.1

Changes

  • Fix GitHub Actions CI
    • A release has been re-made since CI was failing

Stay tuned for future releases!

2.0.0

18 Nov 22:23
42881f6
Compare
Choose a tag to compare

🐱‍🏍 Quickpostgres 2.0.0

Download

Note: Include @2.0.0 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@2.0.0
# or
yarn add quickpostgres@2.0.0
# or
pnpm add quickpostgres@2.0.0

Breaking Changes

  • Some Client class properties are now read-only
    • Client#dbUrl is now read-only
    • Client#options is now read-only
    • Some users has expected that since these properties are marked as public, they can be freely edited. However, the library may break if these properties are edited manually, and thus has been marked as read-only.
  • Client#tableName is now explicitly marked as public

Stay tuned for future releases!

1.1.2

14 Nov 07:51
7ceb936
Compare
Choose a tag to compare

👻 Quickpostgres 1.1.2

Download

Note: Include @1.1.2 if you want to install this version, however, you most likely want the current version (@latest).

npm install quickpostgres@1.1.2
# or
yarn add quickpostgres@1.1.2
# or
pnpm add quickpostgres@1.1.2

Refactors

  • Un-protect Client#dbUrl, Client#options, and Client#options

Bug Fixes

  • Fixed JSDoc comments not being consistent and other minor changes

Stay tuned for future releases!