Skip to content

Releases: ardielle/ardielle-tools

Release 1.5.3

15 Apr 14:45
7b45da6
Compare
Choose a tag to compare

This release addresses the following issues:

#106 reverse change from #96 to correctly report back http status code/message

Release 1.5.2

20 Feb 01:33
Compare
Choose a tag to compare

To get fixes in ardielle-go v1.5.2.

Release 1.5.1

21 Sep 23:28
8fbf1eb
Compare
Choose a tag to compare
  • Added support for Timestamp, UUID query param types
  • Cleaned up swagger import
  • Added json-schema generator support

Release 1.4.14

17 Jul 22:15
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:54
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 01:02
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 16:41
Compare
Choose a tag to compare
  • Added generate target 'go-server-project'
  • Add support for an annotation x_json_name which modifies the expected…
  • Fixed alternate resource name problem in go-server
  • Invoke go fmt on generated Go files
  • New go-server-project generation target to create project directory and supporting files
  • Include spaces to pass Checkstyle whitespace requirement
  • Parse now allows undeclared body allowing POST/PUT of no content.
  • Fix alias type resolution for string patterns

Release 1.4.10

05 Jan 17:57
Compare
Choose a tag to compare
  • Fixed a regression with a previous nil-body fix
  • Fixed go model generation problem with the RDL "Bytes" type.

Release 1.4.9

03 Jan 21:37
Compare
Choose a tag to compare

Initial release.