github graphile/crystal pg-sql2@5.0.0

pg-sql2

5.0.0-rc.5

Patch Changes

  • #2990
    5d408bd
    Thanks @benjie! - No code changes. Updates the
    release process, cleans up package.json, uses fixed identifiers for peer
    dependencies (unless they're explicit dependencies also). Hopefully move to
    trusted publishing.
  • Updated dependencies
    [5d408bd]:
    • @graphile/lru@5.0.0-rc.5

5.0.0-rc.4

Patch Changes

  • a3722d6
    Thanks @benjie! - Refactor to enable TypeScript
    options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
    using .ts extensions in source code)
  • Updated dependencies
    [a3722d6]:
    • @graphile/lru@5.0.0-rc.4

5.0.0-rc.3

Patch Changes

5.0.0-rc.2

Patch Changes

5.0.0-rc.1

Patch Changes

5.0.0-beta.9

Patch Changes

5.0.0-beta.8

Patch Changes

5.0.0-beta.7

Patch Changes

5.0.0-beta.6

Patch Changes

  • #1994
    ab08cbf9c
    Thanks @benjie! - Introduce
    interface SQLable {[$toSQL](): SQL} to pg-sql2 and use it to simplify SQL
    fragments in various places.

  • #1973
    94a05064e
    Thanks @benjie! - Fix processing of GRAPHILE_ENV
    to allow "test"

5.0.0-beta.5

Patch Changes

  • #1924
    ef44c29b2
    Thanks @benjie! - 🚨 TypeScript is now configured
    to hide interfaces marked as @internal. This may result in a few errors
    where you're accessing things you oughtn't be, but also may hide some
    interfaces that should be exposed - please file an issue if an API you were
    dependent on has been removed from the TypeScript typings. If that API happens
    to be step.dependencies; you should first read this:
    https://benjie.dev/graphql/ancestors

5.0.0-beta.4

Patch Changes

  • 2805edc68
    Thanks @benjie! - Don't freeze object, so that it
    can be annotated as exportable.

5.0.0-beta.3

Patch Changes

5.0.0-beta.2

Patch Changes

  • #496
    c9bfd9892
    Thanks @benjie! - Update dependencies (sometimes
    through major versions).

  • Updated dependencies
    [c9bfd9892]:

    • @graphile/lru@5.0.0-beta.2

5.0.0-beta.1

Patch Changes

5.0.0-alpha.3

Patch Changes

  • #370
    339fe20d0
    Thanks @benjie! - Allow multiple instances of
    pg-sql2 and tamedevil to help handle package manager shenanigans.

5.0.0-alpha.2

Patch Changes

5.0.0-alpha.1

Patch Changes

5.0.0-1.1

Patch Changes

  • #260
    d5312e6b9
    Thanks @benjie! - TypeScript v5 is now required

  • #270
    f93c79b94
    Thanks @benjie! - Experimental: expose
    symbolToIdentifier on sql.compile() result (via special
    $symbolToIdentifier symbol key) so you can determine which identifiers were
    used for which symbols.

  • #270
    53e164cbc
    Thanks @benjie! - When the same sql.value()
    node is used in multiple places, it will now be replaced with the same
    placeholder ($1, etc).

  • Updated dependencies
    [d5312e6b9]:

    • @graphile/lru@5.0.0-1.1

5.0.0-0.4

Patch Changes

  • #257
    8f323bdc8
    Thanks @benjie! - When multiple versions of
    grafast or pg-sql2 are detected, a warning will be raised.

5.0.0-0.3

Patch Changes

  • 0ab95d0b1 - Update sponsors.

5.0.0-0.2

Patch Changes

  • 9b296ba54 - More secure, more compatible, and lots of fixes
    across the monorepo

5.0.0-0.1

Patch Changes

Don't miss a new crystal release

NewReleases is sending notifications on new releases.