Skip to content

Tags: josepetew/swagger-node-codegen

Tags

1.4.0

Toggle 1.4.0's commit message
Fix early resolve.

1.3.1

Toggle 1.3.1's commit message
Fix typo on UNLINK HTTP method. Kudos to @Vaelor.

1.3.0

Toggle 1.3.0's commit message
Added the following improvments:

- Pass the full swagger/openapi object to the operation object.
- Added a new CLI option (-b, --handlebars <helperFilePath>) to specify custom handlebars helpers.

Kudos to @Vaelor and @guided1.

1.2.0

Toggle 1.2.0's commit message
Improvements

- Add `engines` to package.json.
- Add requirements section to README.
- Add @richardklose to the list of authors 🎉

1.1.3

Toggle 1.1.3's commit message
Bugfix: Fixes path templating curly brackets replacements. Kudos to @…

…royletron.

1.1.2

Toggle 1.1.2's commit message
Bugfix:

- Fixes fmvilas#21.
- Removes malformed Uber test.

1.1.1

Toggle 1.1.1's commit message
Bugfix

- Fix service return object to match expected (fmvilas#18)

1.1.0

Toggle 1.1.0's commit message
Better documentation for Templates

Kudos to @richardklose.

1.0.3

Toggle 1.0.3's commit message
Bugfixes and Improvements

- Adding an ability to use generic templates
- Fix path resolvers

1.0.2

Toggle 1.0.2's commit message
Bugfixes:

- fmvilas#11