Socket
Socket
Sign inDemoInstall

graphile-build-pg

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphile-build-pg - npm Package Versions

1
21

0.1.0-alpha.41

Diff

Changelog

Source

0.1.0-alpha.41 (2018-02-19)

benjie
published 0.1.0-alpha.40 •

Changelog

Source

0.1.0-alpha.40 (2018-02-19)

benjie
published 0.1.0-alpha.39 •

Changelog

Source

0.1.0-alpha.39 (2018-02-17)

Bug Fixes

  • clash: Auto-rename clashing _input/_patch tables (#159) (f5b5506)
  • mutations: add tests for orderBy multiple on mutation payload edge + fix (#162) (4cf146c)
  • mutations: Fix null cursor on mutations, make orderBy an array too (#160) (014daaf)
  • precision: Fix bigint/bigfloat precision loss (#158) (5dbf6e4)
  • schema: remove incorrect 'pagination' comments (#166) (72f36e6)
  • sql: reduce redundancy in select statements (#161) (29fb723)

Features

  • errors: Better clash error messages (#164) (faf3b8d)
  • errors: Warn when one or more of the schemas you've specified are missing (#165) (f422783)
  • pg: duck-type PG to prevent 'provide valid PG client' error (#168) (d5ed9a9)
  • support enums with asterisks in (#163) (cbbf3ea)
benjie
published 0.1.0-alpha.38 •

Changelog

Source

0.1.0-alpha.38 (2018-01-14)

Features

  • cache: enable memoizing time-intensive tasks to disk (#149) (f5224fe)
benjie
published 0.1.0-alpha.37 •

Changelog

Source

0.1.0-alpha.37 (2017-12-16)

Bug Fixes

  • composite-types: Fix null composite column issue (#140) (57a3fb9)
  • custom-mutations: Allow mutation procedures to accept table args (#133) (1fe3b4e)
  • delete: always populate deleted nodeId (#143) (5f4539b)
  • getTypeByName: register default types like JSON earlier (#135) (a383a35)
  • sql: don't return null for empty arrays (#129) (fbbf4d6)
  • tags: Stringify array of deprecated tags (#130) (83abbb8)
  • types: use named BigFloat type over GraphQLString (#141) (649f6bb)

Features

  • connections: Change orderBy argument to GraphQLList (#144) (767cfc7)
  • deprecation: Deprecate fields from column comments (#128) (67acc7c)
  • postgraphile-core: Add removePlugins option (#139) (1652ee8)
  • types: add support for 'point' type (#145) (18ee16e)
benjie
published 0.1.0-alpha.36 •

Changelog

Source

0.1.0-alpha.36 (2017-12-03)

Bug Fixes

  • dependencies: Solve missing dependency (#122) (cda42a5), closes #119
  • fields: make fieldWithHooks much more consistent (#124) (eb1a6bc)
  • procs: Functions no longer passed null for missing arguments (unless necessary) (#125) (2d9fbb9)
  • types: Prevent numeric overflow for arbitrary-precision types (#123) (d2c1e95)
benjie
published 0.1.0-alpha.35 •

Changelog

Source

0.1.0-alpha.35 (2017-11-02)

Bug Fixes

  • arrays: Fix many issues related to arrays of compound types (#109) (df42344)
  • graphql: correctly detect non nullable domain (#113) (cab2d3b), closes #111
benjie
published 0.1.0-alpha.34 •

Changelog

Source

0.1.0-alpha.34 (2017-10-29)

benjie
published 0.1.0-alpha.33 •

Changelog

Source

0.1.0-alpha.33 (2017-10-29)

Bug Fixes

  • columns: don't let columns overwrite each-other (#106) (66f2cce)
  • cursors: only use cursor when order is unique (#107) (45e916f)
  • graphql: solve some of the array of custom type issues (#92) (2a7ee5e)
  • json: fix JSON handling in viaTemporaryTable (#90) (663cedc)
  • procedures: fix arg refs where SQL and GraphQL field names differ (#91) (ea5a44f)

Features

  • conditions: enable filtering for a column being null (#96) (db30a95)
  • cursors: improve cursors on non-unique orderings; add pgViewUniqueKey (#101) (e032764)
  • inflector: add foreign table to manyRelationByKeys call (#80) (d2da240), closes #77
  • pgColumnFilter: introduce experimental column filter callback (#73) (0fe8cfb), closes #65
  • QueryBuilder: pass self to callIfNecessary callbacks (#94) (e169d33), closes #88
benjie
published 0.1.0-alpha.32 •

Changelog

Source

0.1.0-alpha.32 (2017-09-22)

Bug Fixes

  • mutations: nullable payloads, rollback individual mutations on error (#59) (4d00257)
  • mutations: setting null on create for nullable column with non-null default (#74) (c609826)
  • types: handle empty enum values; improve type error message (#78) (99d917c)

Features

  • inflector: split rowByUniqueKeys from singleRelationByKeys (#72) (46e88dd)
  • plugins: add type to context (#79) (a161f53)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc