- Improved semantic version handling
- Bug fix to setup download jar step
- Added support for generation based on a directory of several specs
- Added optional GitLab integration
- Updated default generator Java library to v7.1.0
- NodeJS & npx are no longer required
- Improved setup process
- Minor bug fixes
- JSONMapper Release 0.4.3 (January 12th 2025)
- README.md typo fix, MATLAB R2020b is required.
- Added startup verbosity option
- Updated JSON Mapper module to v0.4.0
- Added support for polymorphism through discriminators
- Added support for arrays of object bodies
- Documentation improvements
- Changed default location of the cookie jar
- Correctly set package version in file header when using the MATLAB client
- Added support for package names containing periods when using the MATLAB client
- Minor improvement to copyright string handling
- Minor bug fix to Client error message handling
- Add validation to MATLAB client packageName property
- npx command documentation improvements
- Fix to Basic Auth credential handling
- Minor documentation improvements
- Improved Java requirement check
- Improved CLI version handling
- Added support for integer enums
- Added
getSpecificClass
method for oneOf interfaces
- Documentation improvements
- JSONMapper Release 0.3.2 (July 27th 2023)
- Typo fixes
- Improved generation accuracy
- Added support for openapitools.json file usage by default
- Changed to skip spec validation by default
- Updated JSONMapper
- Client property changes to align with corresponding opeanapitools.json field names
- Changed additionalArgs property to additionalArguments, Breaking change
- Changed outDir property to output, Breaking change
- Changed mustachePath property to templateDir, Breaking change
- Changed specPath property to inputSpec, Breaking change
- Changed additionalProperties and globalProperty to containers.Map, Breaking change
- Added support for setting node and npx paths
- JSONMapper Release 0.3.1 (June 16th 2023)
- Typo fix
- Updated startup.m
- Added support for selective generation via client.globalProperty setting
- Added support for copyright notices
- Added autoinstall support for @openapitools/openapi-generator-cli using npx
- Improved checks for 3rd party tools
- Added AddOAuth option
- Removed fromInput methods in favor of constructor inputs
- Minor bug fixes
- Updated pom file
- Minor bug fixes
- Improved documentation
- Improved unit tests
- Improved property name handling
- Added 3p legal content
- Updated JSONMapper to v0.2.0
- Improved enum and date handling
- Updated documentation
- Improved empty and null handling
- Improved free-form handling with new JSONMapperMap class
- Fixed issue with internal packaging pipeline
- Redesigned package to take advantage of JSONMapper
- Use
npx
tools for client generation - MATLAB helper functions for generating clients
- Updated documentation
- Added genclient.sh script
- Documentation updates
- Typo and minor fixes
- Initial Release