Skip to content

2.0.0

Compare
Choose a tag to compare
@GodderE2D GodderE2D released this 18 Nov 22:23
· 28 commits to main since this release
42881f6

πŸ±β€πŸ 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-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!