Skip to content

Latest commit

 

History

History
120 lines (71 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

120 lines (71 loc) · 4.26 KB

CHANGELOG

v0.5.0

2020-01-29

  • [Breaking] Remove use_object_classes option (#171)
  • [Feature] Upgrade init command (#176)
  • [EOL] EOL Ruby 2.3 and Support over Ruby 2.5.0 (#170)

Please see mileston v0.5.0

v0.4.1

2020-8-24

  • [Breaking] Remove tool tasks because it is infrequently used, it costs (#162)
    • routes:oas:paths_ls
    • routes:oas:paths_stats
  • [Feature] Add SKIP_PLUGIN enviroment variables (#160)

Please see milestone v0.4.1

v0.4.0

2020-07-22

  • [BigFeature] 🎯 Implement plugin (#154)
  • [Feature] Implement routes:oas:init(#154)
  • [Breaking] Rename from routes:oas:dist to routes:oas:build (#154)
  • [Feature] Allowed definition of custom rake tasks (#152)
  • [Deprecated] Deprecated use of R2OAS.use_object_classes= (#155)

Please see milestone v0.4.0

v0.3.4

2020-07-11

  • [Other] Modify gemspec files fields (#147)
    • Add r2-oas.gemspec into gemspec files

v0.3.3

2020-07-11

  • [FixBugs] A cute pet store syndrome 🐈 (f3f4c30)
  • [FixBugs] R2OAS.logger.level does not work (f3f4c30)
  • [Breaking] Change default namespace type from :underbar to :dot (f3f4c30)
  • [Other] Modify gemspec files fields (f3f4c30)

Please see milestone v0.3.3

v0.3.2

2020-07-05

  • [Feature] The file size at the time of gem install was reduced by about 10MB. (dbdbce9 )

v0.3.1

2020-06-07

  • [Breaking] Remove unnecessary runtime dependencies (384ea1a)

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