Skip to content

Commit d870d40

Browse files
js2meApacheEx
authored andcommitted
Release 10.0.2 (acacode#419)
* fix: problem with default http request headers in axios client * feat: improve type declaration for inline types; fix: nullable option for objects * fix: problem with sortTypes option; docs: update CHANGELOG * docs: update README linked with custom templates * feat: separate data-contracts.ejs onto 4 pieces (enum, interface, type, jsdoc) * fix createFormData code duplication (acacode#392) * chore: add title for DC in jsdoc; internal: add templates for future improvements * fix: problem with host.fileExists is not a function chore: set all deps as fixed versions * fix: order of headers in fetch http client * fix: max file size for axios (fetching swagger file) * fix: fs.rmSync usage * fix: getNewLine, readFile in LanguageServicehost (ts) * docs: add docs for unwrapResponseData flag * fix: problems with nested required properties based with upper required properties * chore: refresh test generated schemas * bump: up version to 10.0.3, update CHANGELOG * docs: update changelog Co-authored-by: Oleg Kuzava <[email protected]>
1 parent 52bc5bf commit d870d40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/spec/object-types/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
const { generateApiForTest } = require("../../helpers/generateApiForTest");
23
const { resolve } = require("path");
34
const validateGeneratedModule = require("../../helpers/validateGeneratedModule");

0 commit comments

Comments
 (0)