Skip to content

Releases: constantant/angular-openapi-gen

@constantant/openapi-resource-gen@1.9.1

Choose a tag to compare

🩹 Fixes

  • openapi-resource-gen: emit httpResource.text/blob for non-JSON responses (a335333)
  • openapi-resource-gen: guard schema undefined and cast ArraySchemaObject for TS strict checks (a475240)

📖 Documentation

  • openapi-resource-gen: document non-JSON response handling (text/blob) (2166744)
  • update READMEs for v1.9.0 (f74473f)

❤️ Thank You

  • Claude Sonnet 4.6
  • kk

@constantant/openapi-resource-mocks@1.9.0

Choose a tag to compare

🚀 Features

  • openapi-resource-mocks/testing: add response sequence mocking (abef482)
  • openapi-resource-mocks: add /testing entry point with mockResource helper (afedfa6)
  • devtools-panel: create unregistered (local) mocks from the panel (f79d39f)

🩹 Fixes

  • openapi-resource-mocks: catch mode no longer disrupts existing mock value on enable (5b869c1)
  • openapi-resource-mocks: emit reloading event and fix reload control routing (78000c8)

📖 Documentation

  • update READMEs for v1.8.0/v0.5.0/v0.7.0 features (c09f0a8)
  • openapi-resource-mocks: document reload, requestCount, clearHistory, keyDiscriminator (7d61ea9)

❤️ Thank You

  • Claude Sonnet 4.6
  • kk

@constantant/openapi-resource-gen@1.9.0

Choose a tag to compare

🚀 Features

  • openapi-resource-gen: emit MSW 2.x handler files with includeMswHandlers option (035141a)
  • openapi-resource-gen: handle OAS 3.1 constructs in parsing layer (87314bb)
  • openapi-resource-gen: emit enum label/description maps from x-enum-varnames / x-enum-descriptions (bc5dec6)
  • openapi-resource-gen: add readonlyResponses option to wrap XxxResponse/XxxError in Readonly<> (72d69f9)
  • openapi-resource-gen: emit XxxRevived type and reviveXxxDates() for date/datetime fields (3d268a7)
  • openapi-resource-gen: generate webhook token files for OAS 3.1 webhooks (463f52c)
  • openapi-resource-gen: emit discriminated union types for oneOf/anyOf with discriminator (bc1b2f4)
  • openapi-resource-gen: emit _serializeParams for non-default query param styles (dc9bc1e)
  • openapi-resource-gen: emit typed XxxError type aliases for 4xx/5xx JSON responses (db820c3)

🩹 Fixes

  • deduplicate toCamelCase and guard importJson item shape (083f0f7)

📖 Documentation

  • update READMEs for v1.8.0/v0.5.0/v0.7.0 features (c09f0a8)
  • openapi-resource-gen: update generated mock file example for options? param (959c2fc)

🏡 Chore

  • openapi-resource-gen: sync executor schema with generator (verbose, dateType) (4376b6b)

🧱 Updated Dependencies

  • Updated openapi-resource-mocks to 1.9.0

❤️ Thank You

  • Claude Sonnet 4.6
  • kk

OpenAPI Resource Mocks DevTools 1.9.0

Choose a tag to compare

🚀 Features

  • devtools-panel: request body inspector in History tab (5894270)
  • devtools-panel: scenario save/load, export/import mock state (5371ab1)
  • devtools-panel: create unregistered (local) mocks from the panel (f79d39f)

🩹 Bug Fixes

  • openapi-resource-devtools: build extension panel in production mode (543cd5f)
  • deduplicate toCamelCase and guard importJson item shape (083f0f7)
  • openapi-resource-mocks: emit reloading event and fix reload control routing (78000c8)

📖 Documentation

  • update READMEs for v1.8.0/v0.5.0/v0.7.0 features (c09f0a8)

@constantant/openapi-resource-mocks@0.5.0

Choose a tag to compare

🚀 Features

  • openapi-resource-mocks: reload status, event fixes, clearHistory, requestCount, keyDiscriminator (6adfd13)

❤️ Thank You

  • Claude Sonnet 4.6
  • kk

@constantant/openapi-resource-gen@1.8.0

Choose a tag to compare

🚀 Features

  • openapi-resource-mocks: reload status, event fixes, clearHistory, requestCount, keyDiscriminator (6adfd13)

🧱 Updated Dependencies

  • Updated openapi-resource-mocks to 0.5.0

❤️ Thank You

  • Claude Sonnet 4.6
  • kk

@constantant/openapi-resource-mocks@0.4.0

Choose a tag to compare

🩹 Fixes

  • openapi-resource-mocks: sanitize FormData/File/Blob args before DOM dispatch (7609660)

📖 Documentation

  • fix badge coverage and stale version numbers (290ea7f)

❤️ Thank You

  • Claude Sonnet 4.6
  • kk

@constantant/openapi-resource-gen@1.7.0

Choose a tag to compare

🚀 Features

  • openapi-resource-gen: deprecated JSDoc, response unions, binary body, cookie params, verbose flag (fde6863)

🩹 Fixes

  • openapi-resource-gen: delete orphaned tag index.ts barrels on stale cleanup (7d3b2c3)

📖 Documentation

  • document new generator features and stale-cleanup fix (e992bb3)

🧱 Updated Dependencies

  • Updated openapi-resource-mocks to 0.4.0

❤️ Thank You

  • Claude Sonnet 4.6
  • kk

OpenAPI Resource Mocks DevTools 0.7.0

Choose a tag to compare

🚀 Features

  • devtools-panel: move key filter into Mocks tab (846e981)

🩹 Bug Fixes

  • openapi-resource-mocks: sanitize FormData/File/Blob args before DOM dispatch (7609660)

OpenAPI Resource Mocks DevTools 0.6.0

Choose a tag to compare

🚀 Features

  • devtools-panel: expand history rows to show request and response data (721722a)