Skip to content

Releases: cloudflare/chanfana

v3.0.0

05 Jan 10:01
dcdb0c6

Choose a tag to compare

Major release v3.0.0

Migration guide here: https://chanfana.pages.dev/migration-to-chanfana-3#migration-steps

What's Changed

  • Upgraded to Zod v4
  • Improved Type Hints for Auto-Endpoint Lifecycle Methods
  • New getUnvalidatedData() Method

Full Changelog: v2.8.3...v3.0.0

v2.8.3

07 Oct 15:31
aec80da

Choose a tag to compare

What's Changed

  • Respect pathParameters on delete auto endpoint by @G4brym in #284
  • fix(list): safe pagination and order_by whitelist; orderByFields typed by @AllenXPC in #283

Full Changelog: v2.8.2...v2.8.3

v2.8.2

29 Jul 14:54

Choose a tag to compare

What's Changed

  • Fix chanfana cli not supporting writing schemas into folders

Full Changelog: v2.8.1...v2.8.2

v2.8.1

18 Jun 17:23

Choose a tag to compare

What's Changed

  • feat: Add CLI command to extract schema.json from servers by @G4brym in #264
    npx chanfana [-o <path-to-output-schema.json>] [wrangler-options]

Full Changelog: v2.8.0...v2.8.1

v2.8.0

28 Mar 13:10
2867db1

Choose a tag to compare

What's Changed

  • Fix auto-endpoint create returning wrong http code by @G4brym in #255
    • Create endpoint will now return HTTP 201 instead of HTTP 200

Full Changelog: v2.7.2...v2.8.0

v2.7.2

18 Mar 11:21

Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.7.2

v2.7.1

17 Mar 22:41
b15d8c9

Choose a tag to compare

What's Changed

  • Fix auto-endpoints failing to validate path parameters on nested routers by @G4brym in #250

Full Changelog: v2.7.0...v2.7.1

v2.7.0

14 Mar 18:20
935692e

Choose a tag to compare

What's Changed

Full Changelog: v2.6.3...v2.7.0

v2.6.3

17 Jan 15:32
0764cb6

Choose a tag to compare

What's Changed

  • Fix url parameters not propagating correctly from outer routers into inner routers by @G4brym in #233

Full Changelog: v2.6.2...v2.6.3

v2.6.2

16 Jan 16:31
6f4fb5c

Choose a tag to compare

What's Changed

  • Fix itty router nested routers appending the wrong prefix to routes by @G4brym in #231

Full Changelog: v2.6.1...v2.6.2