Skip to content

Latest commit

 

History

History
91 lines (45 loc) · 4.44 KB

CHANGELOG.md

File metadata and controls

91 lines (45 loc) · 4.44 KB

2.1.4 (2023-09-20)

Bug Fixes

  • esm: impolite to curse in a git commit (0a0603b)

2.1.3 (2023-09-20)

Bug Fixes

  • esm: have I said how much I hate the ESM transition... (73014fe)

2.1.2 (2023-09-20)

Bug Fixes

  • exports: I think testing does not visit the copied CLI (3768bee)
  • lint: use colors in a way that pleases the linter (ce38de1)

2.1.1 (2023-09-20)

Bug Fixes

  • esm: use import.meta in ESM instead of __dirname (4597c3b)

2.1.0 (2023-09-20)

Features

  • esm: move to ESM for compatibility and get latest openapi-typescript (6d0fad1)

2.0.1 (2023-08-03)

Bug Fixes

  • enum: redo fix that removes special characters (13d7d67)

2.0.0 (2023-08-03)

Bug Fixes

  • enumeration: correct enumeration naming (c815d6a)

BREAKING CHANGES

  • enumeration: The naming conventions for enumerations within the package have been updated to avoid conflicts in most cases. Previously, only the field name was used for the enumeration included in a path specification (components were fine). Now it includes all elements of the path, other than any "v(\d+)" prefix and other than the word "parameters." At some point this should be improved to just exclude the real "parameters" component of the schema.

1.1.1 (2023-07-28)

Bug Fixes

  • tests: update snapshot handling for tests (512302d)
  • ts: use quotes for enums (1086387)

1.1.0 (2023-07-28)

Features

  • naming: Handle special characters in name and dedupe (9d3eba5)

1.0.1 (2023-07-28)

Bug Fixes

  • bin: update bin path for npx usage (faf50c1)
  • yarn: update lockfile (7b14863)

1.0.0 (2023-07-28)

Bug Fixes

  • ci: add semantic release exec plugin (5415552)
  • vitest: fixup some compilation issues (c2b0cc8)