Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fixes and Improvements to typescript-axios generator #960

Merged
merged 4 commits into from
Nov 2, 2023

Conversation

DonIsaac
Copy link
Contributor

  • (templates/typescript-axios/apiInner) made AxiosParamCreator and Factory interface arrow functions
  • (templates/typescript-axios/apiInner) Bug fix for @param with generic dataTypes
  • (templates/typescript-axios/modelGeneric) Fixed bug for multi-line jsdoc descriptions
  • (templates/typescript-axios/modelGeneric) Added support for examples in jsdocs
  • (templates/typescript-axios/modelGeneric) Now imports dependencies from #imports
  • (generator/typescript-axios) Added npmName, npmVersion, and npmRepository custom options support
  • (templates/typescript-axios) Minor style improvements
  • (docs) Fixed typos in README.md

- (apiInner) made AxiosParamCreator and Factory interface arrow functions
- (apiInner) Bug fix for @param with generic dataTypes
- (modelGeneric) Fixed bug for multi-line jsdoc descriptions
- (modelGeneric) Added support for examples in jsdocs
- (modelGeneric) Now imports dependencies from #imports
- (generator/typescript-axios) Added npmName, npmVersion, and npmRepository custom options support
- (templates/typescript-axios) Minor style improvements
- (docs) Fixed typos in README.md
@DonIsaac
Copy link
Contributor Author

Addresses a portion of #847

@DonIsaac
Copy link
Contributor Author

Passing a config.json file does not seem to set the npmName, npmVersion, etc. CLI options. Does anyone know why this could be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants