Releases: GodderE2D/quickpostgres
3.0.2
🚨 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
Changes
- Added a test to check if
Infinity
errors (b3bbaa9) - Bumped minimatch from 3.0.4 to 3.1.2 (CVE-2022-3517) (#2) (e6d5a40)
3.0.1
🎈 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
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
🐱🏍 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
Breaking Changes
Client#connect()
andClient#end()
now has stricter checks
Stay tuned for future releases!
2.0.5
🎈 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
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
🥱 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
I hate semver part 3.
Stay tuned for future releases!
2.0.3
😓 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
I hate semver part 2.
Stay tuned for future releases!
2.0.2
😢 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
I hate semver.
Stay tuned for future releases!
2.0.1
🐛 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
Changes
- Fix GitHub Actions CI
- A release has been re-made since CI was failing
Stay tuned for future releases!
2.0.0
🐱🏍 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
Breaking Changes
- Some
Client
class properties are now read-onlyClient#dbUrl
is now read-onlyClient#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
👻 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 [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
Refactors
- Un-protect
Client#dbUrl
,Client#options
, andClient#options
Bug Fixes
- Fixed JSDoc comments not being consistent and other minor changes
Stay tuned for future releases!