Skip to content

Releases: GodderE2D/quickpostgres

1.1.1

17 Oct 04:41
Compare
Choose a tag to compare

🪲 Quickpostgres 1.1.1

Download

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

npm install [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]

Bug Fixes

  • Fixed TypeError: Cannot target a non-object. error when an object is provided as a value on Client.set().

Stay tuned for future releases!

1.1.0

17 Oct 03:48
Compare
Choose a tag to compare

🎉 Quickpostgres 1.1.0

Download

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

npm install [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]

What's New

  • Client now extends EventEmitter and you can subscribe to events!
    • The ready event emits whenever the client has been connected successfully.
    • The end event emits whenever the client's connection has been ended successfully.
    • They include the Client as a parameter when emitted
  • Client.connect() and Client.end() now returns the Client instead of void.

Stay tuned for future releases!

1.0.0

15 Oct 00:19
Compare
Choose a tag to compare

1.0.0

Official Release 🎉

Full Changelog: 0.1.3...1.0.0

0.1.3

15 Oct 00:01
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.1.3

0.1.2

14 Oct 23:52
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Do Not Install - Not Working

Full Changelog: 0.1.1...0.1.2