Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 2.31 KB

Change Log

upcoming (2019/01/24 15:00 +00:00)

  • 7d62430 Fix for ":" and "!{...}" in props definition (@Ajaxy)

v2.3.0 (2019/01/24 14:28 +00:00)

  • #18 Added support for colons in prop names (@dichuvichkin)
  • #15 Allow specifying Operation IDs (@pvgoran)

v2.2.3 (2019/01/17 15:37 +00:00)

  • 5a025c4 Fix paths containing semicolon (@Ajaxy)
  • #12 Generate correct path key for typed path parameters (@pvgoran)

v2.2.2 (2019/01/14 22:26 +00:00)

  • addbac5 Security upgrade for merge (@Ajaxy)
  • dfba309 Fix for : in enum values (@Ajaxy)

v2.2.0 (2018/12/24 14:44 +00:00)

  • e07ebc1 Fix body parameters redundant attributes
  • 45863f0 Fix path params to match Swagger spec (:id => {id})
  • c16f20e Add integration test to validate against official Swagger spec

v2.1.0 (2018/11/12 19:54 +00:00)

  • d21336a Add link to Tinyspec Cloud (@Ajaxy)
  • #10 Support for multi-dimensional collections (arrays) (@sojournerc, @Ajaxy)
  • bfe972b Add a link to the Toptal article (@Ajaxy)
  • 8ad3253 Support for multi-dimensional collections (arrays) (@Ajaxy)
  • #9 Add support for "date" type (@pvgoran)
  • e79d34e Create LICENSE (@Ajaxy)

v2.0.0 (2018/10/03 11:22 +00:00)

  • First stable release