Releases: ardielle/ardielle-common
Releases · ardielle/ardielle-common
Release 1.4.14
- Added option for generating request and response objects for go client and server
- Fixed involving nested types
- Added UNPROCESSABLE_ENTITY and other missing HTTP codes
- Fixed a markdown generation anchor problem
- Fixed a BytesTypeBuilder bug
- Fixed enum parsing bug, and added extended attributes to enum elements
- Added extended annotations at the Schema level
- Fixed java validator problem with multiple array fields
- Fixed problem with adding constraints to string subtypes
Release 1.4.13
- Fixed missing content-type header
- Fixed struct, array, and map alias bugs
- Fixed a bug related to case insensitivity for base types
- Improved the performance of Go type validation implementation
- Minor fix in the go-server-project generator
- Updated java generation to use jackson 2.x annotations
- Changed java generator for deterministic sort order of imports
- Added HTTP PATCH support
- Java @produces annotation removed for OPTIONS method
- Fixed some nits in the documentation for tbin.
Release 1.4.12
- fixed some parser bugs with comment handling
- implemented an "unparser" to produce RDL source from JSON representation
- added base path feature to rdl
- include file name a type or resource was included from as an x_* annotation
- refactored external generators into "plugins", including both a generator and/or an importer
- added swagger importer
- fixed a variety of minor swagger generator bugs
- allowed -b base CLI option to pass through to external generators
Release 1.4.11
Merge pull request #3 from ben-tsai/consumes_produces_and_name Added consumes, produces, and name to resources
Release 1.4.10
Merge pull request #3 from ben-tsai/consumes_produces_and_name Added consumes, produces, and name to resources
Release 1.4.9
An initial release. Corresponds to matching releases in the other ardielle repos.