2.1.4 (2023-09-20)
- esm: impolite to curse in a git commit (0a0603b)
2.1.3 (2023-09-20)
- esm: have I said how much I hate the ESM transition... (73014fe)
2.1.2 (2023-09-20)
- 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)
- esm: use import.meta in ESM instead of __dirname (4597c3b)
2.1.0 (2023-09-20)
- esm: move to ESM for compatibility and get latest openapi-typescript (6d0fad1)
2.0.1 (2023-08-03)
- enum: redo fix that removes special characters (13d7d67)
2.0.0 (2023-08-03)
- enumeration: correct enumeration naming (c815d6a)
- 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)
1.1.0 (2023-07-28)
- naming: Handle special characters in name and dedupe (9d3eba5)