Releases: GodderE2D/quickpostgres
Releases · GodderE2D/quickpostgres
1.1.1
🪲 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 onClient.set()
.
Stay tuned for future releases!
1.1.0
🎉 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
- The
Client.connect()
andClient.end()
now returns the Client instead of void.
Stay tuned for future releases!
1.0.0
0.1.3
Full Changelog: 0.1.2...0.1.3
0.1.2
Do Not Install - Not Working
Full Changelog: 0.1.1...0.1.2