All Versions
58
Latest Version
Avg Release Cycle
84 days
Latest Release
572 days ago

Changelog History
Page 1

  • v0.8.2 Changes

    September 03, 2022

    πŸš… Full Changelog

    • πŸ‘ Allow custom validators to opt out of allow_blank behavior #762. (Stephen Hanson)
    • βœ… Enforce test coverage, set current 89% as minimum #764. (Mathieu Jobin)
    • βž• Add contributing instructions to readme #763. (Stephen Hanson)
    • πŸ›  Fix readme formatting #765. (Stephen Hanson)
    • βž• Adds expected_type to IntegerValidator example #769. (Jeremy Liberman)
    • ⚑️ Update readme with error handling example #768. (Jesse Eisenberg)
    • Fix scope incorrectly set to nil when a param_group is used inside an array_of_hash and the param_group is in a different module / controller. #693 #774. (Omkar Joshi / Oliver Iyer)
  • v0.8.1 Changes

    May 26, 2022

    πŸš… Full Changelog

    • βœ‚ Remove warning that came back as of #752. #761 (Jorge Santos / Mathieu Jobin)
  • v0.8.0 Changes

    May 24, 2022

    πŸš… Full Changelog

    • βž• Add support for scheme definition in Swagger docs. #710 (Dan Leyden)
    • βž• Add support for Rails 7 #760 (Mathieu Jobin)
    • πŸ‘· Clean up code base, removing all trace of unsupported Rails 4.x #752 (Mathieu Jobin)
    • πŸ›  fix: Controller resource set before version #744 (LuukvH)
    • πŸ›  fix: enable swagger generator to add referenced schema for an array of hashes param #689 (Francis San Juan)
  • v0.7.2 Changes

    April 19, 2022

    πŸš… Full Changelog

    • βž• Added Korean locale. #480 (Jaehyun Shin ) #757 (Jorge Santos)
    • πŸ”’ Security Upgraded Bootstrap from 2.0.2 to 2.3.2, JQuery from 1.11.3 to 1.12.4 #708 (Nicolas Waissbluth)
    • πŸ›  Fix ruby2 keyword argument warning #756 (Jorge Santos)
  • v0.7.1 Changes

    April 06, 2022

    πŸš… Full Changelog

    • πŸš… Skip extra parameters while validating the keys. #690 (Omkar Joshi)
    • πŸ‘Œ Support defining security mechanisms for Swagger #711 (Dan Leyden)
    • ⚑️ Update boolean handling of false #749 (Colin Bruce)

    πŸš… Note: Up until and including v0.6.x, apipie-rails was silently ignoring allow_blank == false on String validation. 0️⃣ when allow_blank is not specified, it default to false. to allow blank strings, you must specify it as a parameter.

    πŸ”§ Alternatively, if you want to revert to the previous behavior, you can set this configuration option: πŸ‘ Apipie.configuration.ignore_allow_blank_false = true.

  • v0.7.0 Changes

    March 30, 2022

    πŸš… Full Changelog

    • πŸš… ArgumentError (invalid byte sequence in UTF-8) #746 (David Milanese)
    • πŸ›  Fix allow_blank does not work #733 (CHEN Song)
    • πŸ›  Fix schema generation for param descriptions using the array validator in option #732 (Frank Hock)
    • βœ‚ Remove support for Rails 4 and Ruby <= 2.5 #747 (Mathieu Jobin)
  • v0.6.0 Changes

    March 29, 2022

    πŸš… Full Changelog

    • πŸ’Ž Ruby 3.0 fixes #716 (hank-spokeo)
    • πŸ‘· only depends on actionpack and activesupport #741 (Mathieu Jobin)
    • 0️⃣ language fix, fallback to default locale #726 (Alex Coomans)
  • v0.5.20 Changes

    March 16, 2022

    πŸš… Full Changelog

    • ⚑️ Update rel-eng (Oleh Fedorenko)
    • βœ… Deprecate travis, run tests on github actions #740 (Mathieu Jobin)
    • ⚑️ Update validator.rb #739 (Dmytro Budnyk)
    • πŸ›  Fix wrong number of arguments for recorder#process #725 (rob mathews)
    • πŸ”„ Change "an" to "a" #723 (Naokimi)
  • v0.5.19 Changes

    July 25, 2021

    πŸš… Full Changelog

    • βž• Add rel-eng notebook (Oleh Fedorenko)
    • πŸš… Correct the word parΓ’mentros for brazilian portuguese #687 (Diego Noronha)
    • πŸ›  Fix depreciated file.exists. #721 (Diane DelallΓ©e)
    • πŸ›  Fix typo in changelog #703 (Pavel Rodionov)
    • βž• Add rails 6.1 support in doc generation #702 (andrew-newell)
  • v0.5.18 Changes

    May 21, 2020

    πŸš… Full Changelog

    • πŸš… Optional rdoc dependency with lazyload #683 (vkrizan)