mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Updated change-log for 0.28.0
This commit is contained in:
parent
9360651fd2
commit
cbc0dcb628
@ -1,6 +1,15 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.28.0] - 2024-03-19
|
||||
### Fixed
|
||||
- Upgraded dependencies
|
||||
- Windows issue when resolving external spec files
|
||||
- Media-type for falsy bodies except 'undefined'
|
||||
- Updated typo in generated header
|
||||
### Added
|
||||
- Enabled `withXSRFToken` for Axios
|
||||
|
||||
## [0.27.0] - 2024-01-15
|
||||
### Fixed
|
||||
- Reverted `@apidevtools/json-schema-ref-parser` to version 10.1.0
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
|
||||
[![NPM][npm-image]][npm-url]
|
||||
[![License][license-image]][license-url]
|
||||
[![Coverage][coverage-image]][coverage-url]
|
||||
[![Coverage][coverage-image]][coverage-url]
|
||||
[![Downloads][downloads-image]][downloads-url]
|
||||
[![Build][build-image]][build-url]
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-typescript-codegen",
|
||||
"version": "0.27.0",
|
||||
"version": "0.28.0",
|
||||
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
|
||||
"author": "Ferdi Koomen",
|
||||
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user