Releases: AndrewWalsh/openapi-devtools
Releases · AndrewWalsh/openapi-devtools
v1.2.0
- Add new option
More Info
. When enabled, the app will use the most recent request and most recent response as examples. - Add
Import/Export
feature. You can now export the app state to a string, and import it at any time to load a session. This also means that sessions can be shared. - Fixed an issue with parameterising encoded paths.
v1.1.1
- @debakarr 's fix to ensure that we validate the JSON response, and not just rely on the mime type. In practice, this will catch some edge cases
- Endpoints will now show basic auth as defined in the HTTP authorization header
- Endpoints will now show digest auth as defined in the HTTP authorization header
- There's more work to be done on the auth front. I took a look at har-to-openapi & it's clear that there are more opportunities to surface API keys and other important info. Next steps are to extract as much info from HTTP auth headers & cookies as possible.
- Simplified HTTP auth implementation
v1.1.0
- The app now ignores many default uninteresting request and response headers
- Fixed a bug affecting path parameters that could happen when parameterising similar paths
- Add support for determining auth from HTTP authorization headers. So far, Bearer auth has been implemented
v1.0.1
- Fix: cannot parameterise when a longer path exists, such as /1/2<- when /1/2/... exists
- Path parameters are always required
- Readme additions
- Setup GitHub releases
v1.0.0
The initial release of the tool.