Skip to content

Releases: dannyfuf/drizzle-admin

resource URLs and reference links

Choose a tag to compare

@dannyfuf dannyfuf released this 13 Aug 20:12
132b0a8

0.3.0

  • Public createResourceUrls builder for admin URLs, including an index(table, { filters }) option for pre-filtered index URLs.
  • Foreign-key columns render as links to the referenced record (Drizzle FK introspection, knex column metadata, and a references resource option for all backends).
  • New referencedBy resource option: one-to-many reverse links from parent index/show pages to the child index pre-filtered by FK (?filter_<fk>=<parentId>). Many-to-many is not supported.
  • Declared filters gain exact vs contains matching: reference-carrying and non-text columns now filter with equality (uuid/text FK filters no longer substring-match).
  • Startup validation for references and referencedBy config with aggregated errors.

Full details: #4

add sorting

Choose a tag to compare

@dannyfuf dannyfuf released this 06 Jul 22:17

Full Changelog: 0.2.3...0.2.4

0.2.3

Choose a tag to compare

@dannyfuf dannyfuf released this 05 Jul 00:03

Full Changelog: 0.2.2...0.2.3

0.2.2

Choose a tag to compare

@dannyfuf dannyfuf released this 03 Jul 05:32

Full Changelog: 0.2.1...0.2.2

0.2.1

Choose a tag to compare

@dannyfuf dannyfuf released this 07 Jun 06:54

Full Changelog: 0.2.0...0.2.1

0.2.0

Choose a tag to compare

@dannyfuf dannyfuf released this 07 Jun 06:05
chore: fix ci and jsr publish checks

0.1.5

Choose a tag to compare

@dannyfuf dannyfuf released this 11 Apr 07:00

Full Changelog: 0.1.4...0.1.5

0.1.4

Choose a tag to compare

@dannyfuf dannyfuf released this 11 Apr 04:16

Full Changelog: 0.1.3...0.1.4

0.1.3

Choose a tag to compare

@dannyfuf dannyfuf released this 11 Apr 02:58
a901e3a

Full Changelog: 0.1.2...0.1.3

0.1.2

Choose a tag to compare

@dannyfuf dannyfuf released this 27 Feb 00:03
Track deno.lock and use frozen install in publish