File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.4.2 - 2020-10-05
7+ ## 0.4.4 - 2020-12-06
8+ ### Fixed
9+ - Escaping in Python generator (thanks to @Psychokiller1888 )
10+ - Escaping in curl generator (thanks to @Psychokiller1888 )
11+ - Handle empty body values (thanks to @Psychokiller1888 )
12+ - Handle empty header values (thanks to @Psychokiller1888 )
13+
14+ ### Changed
15+ - Bumped highlight.js to 10.4.1
16+
17+ ## 0.4.3 - 2020-10-05
818### Added
919- Table of Contents in the README
1020- Notice about the [ Insomnia Plugin] ( https://insomnia.rest/plugins/insomnia-plugin-documenter ) by @devhammed
Original file line number Diff line number Diff line change 11{
22 "name" : " insomnia-documenter" ,
3- "version" : " 0.4.3 " ,
3+ "version" : " 0.4.4 " ,
44 "description" : " API documentation generator tool for Insomnia." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments