Releases: insodoc/insomnia-documenter
v0.5.5
v0.5.2
Fixed
- overflow in descriptions (thanks to @julioneljunior)
v0.5.1
Changed
- example response format (@devhammed)
Fixed
- highlight.js not working
- env vars with underscore format (@devhammed)
v0.5.0
Changed
- example response format (@devhammed)
Fixed
- highlight.js not working
- env vars with underscore format (@devhammed)
v0.4.4
Fixed
- Escaping in Python generator (thanks to @Psychokiller1888)
- Escaping in curl generator (thanks to @Psychokiller1888)
- Handle empty body values (thanks to @Psychokiller1888)
- Handle empty header values (thanks to @Psychokiller1888)
Changed
- Bumped highlight.js to 10.4.1
v0.4.3
Added
- Table of Contents in the README
- Notice about the Insomnia Plugin by @devhammed
Changed
- UI/UX: Highlight variables and implement example toggle button (thanks @macjuul)
v0.4.1
This archive contains the files generated by Insomnia Documenter. You can download this release and place a file called insomnia.json in the same directory to see the magic happen.
Please note that in order to view the page, you need to run it using a web server.
Fixed
- Rendering error when the example response is empty or null.
v0.4.0
This archive contains the files generated by Insomnia Documenter. You can download this release and place a file called insomnia.json in the same directory to see the magic happen.
Please note that in order to view the page, you need to run it using a web server.
Changed
- Node.js example uses now
fetch
too - You can now specify multiple example responses with status code support
Fixed
- Basic HTTP auth header generation (@michaelbaudino)
v0.3.4
This archive contains the files generated by Insomnia Documenter. You can download this release and place a file called insomnia.json
in the same directory to see the magic happen.
Please note that in order to view the page, you need to run it using a web server.
Changed
- Use short options in curl (@ZeProf2Code)
- Updated dependencies
Fixed
- Horizontal scrolling in code example
v0.3.3
This archive contains the files generated by Insomnia Documenter. You can download this release and place a file called insomnia.json
in the same directory to see the magic happen.
Please note that in order to view the page, you need to run it using a web server.
Changed
- Upgraded dependencies to resolve security vulnerabilities
Fixed
- applyEnv regex error (@dingyaguang117)
- Request order (@dingyaguang117)
- applyEnv not replacing in every field (@aravindps)