pg-introspection
1.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.
1.0.0-rc.4
Patch Changes
-
#2910
9eb3829
Thanks @benjie! - Use consistent type export
syntax -
a3722d6
Thanks @benjie! - Refactor to enable TypeScript
options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
using .ts extensions in source code) -
#2922
e1fcecc
Thanks @benjaie! - Get description and tags from
an index (shortcut).
1.0.0-rc.3
Patch Changes
-
#2873
0772086
Thanks @benjie! - Update TypeScript configuration
to support Node 22 minimum -
#2888
1a56db2
Thanks @benjaie! - Node v22+ is required for
this module. -
#2856
db3d7cb
Thanks @benjie! - Update introspection for PG18
1.0.0-rc.2
Patch Changes
1.0.0-rc.1
Patch Changes
0.0.1-beta.13
Patch Changes
0.0.1-beta.12
Patch Changes
-
#2587
6abfd4f
Thanks @ttfkam! - Refactor ACL parsing for
marginal performance gain (thanks @ttfkam!) -
#2587
9aa2637
Thanks @ttfkam! - Fix parsing and serialization
of awkward role identifiers, and fix order of permissions to match Postgres'
order.
0.0.1-beta.11
Patch Changes
- #2482
459e1869a2ec58925b2bac5458af487c52a8ca37
Thanks @benjie! - Minimum version of Node.js
bumped to Node 22 (the latest LTS).
0.0.1-beta.10
Patch Changes
0.0.1-beta.9
Patch Changes
0.0.1-beta.8
Patch Changes
- #1962
7606a5b87
Thanks @DanielFGray! - Export PgEntity type
in pg-introspection
0.0.1-beta.7
Patch Changes
- #1943
46d8289b4
Thanks @benjie! -pg-introspectionnow exports
reservedWordswhich are a list of reserved keywords in PostgreSQL (in
uppercase; though SQL is case insensitive).
0.0.1-beta.6
Patch Changes
-
#1927
00d32d887
Thanks @benjie! - Excludes table constraints on
tables from extensions if configured to not include extensions. -
#1927
c62eee10b
Thanks @benjie! - Add pg_am to pg-introspection
to enable determining index access method
0.0.1-beta.5
Patch Changes
-
#1894
7851d89ab
Thanks @benjie! - Fix logic around RBAC
permissions for tables and sequences. -
#1893
470ee4000
Thanks @benjie! - Import latest PG16 docs into
pg-introspection
0.0.1-beta.4
Patch Changes
- #1801
2d447a6b4
Thanks @benjie! - Fix bug where the owner of a
database object wasn't seen as having any privileges.
0.0.1-beta.3
Patch Changes
0.0.1-beta.2
Patch Changes
0.0.1-beta.1
Patch Changes
0.0.1-alpha.4
Patch Changes
- #408
bc14d488d
Thanks @benjie! - When sorting, specify a
concrete locale to localeCompare to ensure stable ordering across machines.
0.0.1-alpha.3
Patch Changes
- #386
8230fcaeb
Thanks @benjie! - If an issue occurs whilst
retrieving attributes for a constraint, we now log an error and return an
empty array.
0.0.1-alpha.2
Patch Changes
0.0.1-alpha.1
Patch Changes
759ad403d
Thanks @benjie! - Alpha release - see
https://postgraphile.org/news/2023-04-26-version-5-alpha
0.0.1-1.1
Patch Changes
0.0.1-0.3
Patch Changes
0ab95d0b1- Update sponsors.
0.0.1-0.2
Patch Changes
677c8f5fc- Create new getTags() introspection helper and use
it. Rename GraphileBuild.GraphileBuildSchemaOptions to
GraphileBuild.SchemaOptions. Fix a couple minor inflection bugs. Add some
missing descriptions. Fix the initial inflection types to not leak
implementation details. Fix inflectors to use ResolvedPreset rather than
Preset.
0.0.1-0.1
Patch Changes
9b296ba54- More secure, more compatible, and lots of fixes
across the monorepo