Skip to content

Latest commit

 

History

History
153 lines (81 loc) · 5.79 KB

CHANGELOG.md

File metadata and controls

153 lines (81 loc) · 5.79 KB

0.5.6 (Next)

Features

  • Your contribution here.

Fixes

  • Your contribution here.

0.5.5 (2024/09/09)

Fixes

  • #72: Ensure inherited nested exposures are merged - @pirhoo.
  • #71: Fix regression for enum values in array attributes - @Jell.

0.5.4 (2024/04/19)

Features

  • #69: Add support for minimum and maximum - @storey.

Fixes

  • #67: Various build updates - @mscrivo.
  • #68: Properly render example for array exposure done using another entity - @magni-.

0.5.3 (2024/02/02)

Features

  • #64: Pass extension documentation into schema - @numbata.

Fixes

0.5.2 (2023/07/07)

Fixes

  • #60: Examples on arrays should be directly on the property, not on the item - @collinsauve.
  • #61: Migrate from Travis to GHA for CI - @mscrivo.

0.5.1 (2020/06/30)

Features

0.4.0 (2020/05/30)

Features

Fixes

  • #46: Fixed issue where a boolean example value of false would not display in swagger file - @drewnichols.

0.3.4 (2020/01/09)

Features

  • #40: Add support for minLength and maxLength - @fotos.

0.3.3 (2019/02/22)

Features

  • #39: Fix to avoid conflict with polymorphic model - @kinoppyd.

0.3.2 (2019/01/15)

Features

0.3.1 (2018/11/26)

Features

  • #37: Add support for minItems, maxItems and uniqueItems - @fotos.

0.3.0 (2018/08/22)

Features

0.2.5 (2018/04/26)

Features

  • #33: Update parser to respect merge option for entities - @b-boogaard.

0.2.4 (2018/04/03)

Fixes

0.2.3 (2017/11/19)

Fixes

  • #30: Fix nested exposures with an alias - @Kukunin.
  • #31: Respect required: true for nested attributes as well - @Kukunin.

0.2.2 (2017/11/3)

Features

0.2.1 (2017/07/05)

Features

0.2.0 (2017/03/02)

Features

0.1.6 (2017/02/03)

Features

0.1.5 (2016/11/21)

Features

Fixes

  • #8: Generate enum property if values key is passed in documentation - @lordnibbler.
  • #15: Support grape entity 0.6.x and later - @Bugagazavr.

0.1.4 (2016/06/07)

Fixes