Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

54 lines (30 loc) · 1.55 KB

Change Log

v0.3.0

2020-05-30

  • [Feature/Breaking] Support Ruby 2.7 🎉 (931ec4b)

    • Remove Gemfile.lock
  • [Developer] Create script to test all support ruby in development (8d0df98)

  • [Docs] Add docs about Trableshouting (f4a782f)

v0.2.0

2020-05-02

  • [Feature/Breaking] Upgrade routes:oas:docs cmd (37ccddf)

    • .docs is needed to continue using r2-oas. If you are using previous version,you need to run the following command to generate .docs.

      CACHE_DOCS=true bundle exec rake routes:oas:docs
  • [Breaking] Divide into Generator and Builder (00fea7d)

    • routes:oas:docs cmd do not generate oas_docs/oas_doc.yml

v0.1.3

2020-04-27

  • [FixBugs] Fix clash when edit (906d068)
  • [Feature] Change log display to relative path (c735d22)

v0.1.2

2020-04-22

  • No Change

v0.1.1

2020-04-22

  • [Feature] Create document by docsify(def4463)
  • [Breaking] Do not generate component schema when http_status equal 204 and 404 by default (f7fcafd)

v0.1.0

2019-10-22 / The day of the throne (called 即位礼正殿の儀の行われる日 in Japanease)

  • first release