Skip to content

Releases: ardielle/ardielle-common

Release 1.4.14

17 Jul 22:10
Compare
Choose a tag to compare
  • 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

09 May 16:55
Compare
Choose a tag to compare
  • 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

24 Mar 00:31
Compare
Choose a tag to compare
  • 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

24 Feb 18:36
Compare
Choose a tag to compare
Merge pull request #3 from ben-tsai/consumes_produces_and_name

Added consumes, produces, and name to resources

Release 1.4.10

05 Jan 17:55
Compare
Choose a tag to compare
Merge pull request #3 from ben-tsai/consumes_produces_and_name

Added consumes, produces, and name to resources

Release 1.4.9

03 Jan 21:22
Compare
Choose a tag to compare

An initial release. Corresponds to matching releases in the other ardielle repos.