1.0.0-rc28
(fix):
Fix gem versioning when building an SDK locally.
1.0.0-rc27
(fix):
Upgrade generator-cli dependency to fix local generation handling of .fernignore files.
1.0.0-rc26
(feat):
Add support for custom sections in the README.md via customSections
config option.
1.0.0-rc25
(fix):
Fixes an issue where the generated usage snippets in the README.md was not prioritizing user defined example values over autogenerated example values.
1.0.0-rc24
(fix):
Fix reference to the default environment to use SCREAMING_SNAKE_CASE.
1.0.0-rc23
(fix):
Properly fall back to default environment if specified.
1.0.0-rc22
(fix):
Fix project file to not import non ruby files.
1.0.0-rc21
(fix):
Fix missing path parameter references.
1.0.0-rc20
(fix):
Fix query parameter handling to support symbol keys in addition to string keys.
1.0.0-rc19
(chore):
Removed circular dependency logs.
1.0.0-rc18
(feat):
Updating Ruby build and configuration files, and adding custom test files.
1.0.0-rc17
(fix):
Fix reference request methods.
1.0.0-rc16
(fix):
Fix subpackage client generation.
1.0.0-rc15
(fix):
Generate nested subpackage clients.
1.0.0-rc14
(fix):
Fix parameterless endpoint methods.
1.0.0-rc13
(feat):
Implement Wrapped Request Endpoints.
1.0.0-rc12
(fix):
Support multipart form uploads.
1.0.0-rc11
(fix):
Install dependencies after generating the SDK to produce a Gemfile.lock.
1.0.0-rc10
(fix):
Generate a Rubocop file and autocorrect the generated code.