Skip to content

Releases: ardsh/slonik-trpc

v0.14.1

21 Sep 19:01
Compare
Choose a tag to compare

Patch Changes

  • d4c55ad: Fixed rowsToArray utility function

v0.14.0

21 Jul 18:39
Compare
Choose a tag to compare

Minor Changes

  • 2770420: Breaking change: Changed virtual fields resolver 2nd argument to take full args instead of just context

v0.13.7

20 Jul 20:36
Compare
Choose a tag to compare

Patch Changes

v0.13.6

19 Jul 23:38
Compare
Choose a tag to compare

Patch Changes

v0.13.5

19 Jul 22:26
Compare
Choose a tag to compare

Patch Changes

v0.13.4

12 Jul 22:05
Compare
Choose a tag to compare

Patch Changes

  • 6649ad7: Added benchmarking of fields

v0.13.3

30 Jun 20:14
Compare
Choose a tag to compare

Patch Changes

  • 0074ae3: Added runConcurrency option

v0.13.2

23 Jun 20:57
Compare
Choose a tag to compare

Patch Changes

  • bff0e7f: Added contextFactory and count overwriting in plugins

v0.13.1

22 Jun 20:10
Compare
Choose a tag to compare

slonik-trpc

0.13.0

Minor Changes

0.12.0

Minor Changes

  • 8518113: Added DISTINCT ON support

0.11.0

Minor Changes

  • 8402cef: BREAKING CHANGE:
    getQuery is now asynchronous.

    Filter interpreters can be asynchronous.

0.10.1

Patch Changes

  • 1fd49a8: Fixed nullable columns cursor pagination

0.10.0

Minor Changes

  • ef0393f: ## Breaking Changes

    • Removed old query fragment option.
    • Specify query as an object with select, from, and groupBy keys.

0.9.2

Patch Changes

  • 0ca01d2: Added groupBy option for query, deprecated old method of declaring queries

0.9.1

Patch Changes

  • 19cbf89: Added constraints option for authorization

0.9.0

Minor Changes

  • 636d400: BREAKING CHANGE: Renamed edges to nodes in loadPagination result

0.8.3

Patch Changes

  • 73b74e2: Added zod any support, and sqlite experimental support

0.8.2

Patch Changes

  • c66a58d: Added runtime checking of result rows

0.8.1

Patch Changes

  • 6e5a2da: Changed cursors to encode json objects instead of arrays

0.8.0

Minor Changes

  • 5a28e4f: BREAKING CHANGES in loadPagination:

    • Added pageInfo object, moved all pageInfo related keys in pageInfo.
    • Added cursors array, when takeCursors is specified.

0.7.2

Patch Changes

  • b3ac708: Added limit to pagination take API

0.7.1

Patch Changes

  • 084d970: Fixed cursor pagination query

0.7.0

Minor Changes

  • 8d0a58f: Added base64 opaque cursors

0.6.4

Patch Changes

0.6.3

Patch Changes

  • 289dc27: - Added option to disable recursive filters in public API
    • Added default orderBy
    • Added debugging SQL queries with DEBUG=slonik-trpc

0.6.1

Patch Changes

  • f9c9fec: Added context parameter to virtual field resolvers

0.6.0

Minor Changes

  • 7675fa8: Removed postprocessing option

0.5.0

Minor Changes

  • 3ef653f: Removed exclude and require options

0.4.0

Minor Changes

0.3.3

Patch Changes

  • b1736ab: - Improved performance of virtual fields

    • Added searchAfter in loadArgs

0.3.2

Patch Changes

  • f412249: Added cursor-based pagination

0.3.0

Minor Changes

0.2.4

Patch Changes

  • 9798512: Added support for sorting by multiple columns.

0.2.2

Patch Changes

  • ccf3bce: Added async promises to virtual fields

0.2.0

Minor Changes

  • b81776b: Added default excluded columns
    Added merge filters utility
    Added slonik-trpc/utils import
    Added type checking interceptor

0.1.2

Patch Changes

  • 0d2de08: Added createFilter helper method
    Added helper methods for creating filters

v0.13.0

05 Jun 21:56
Compare
Choose a tag to compare

Minor Changes