Skip to content

Releases: apiato/documentation-generator-container

v2.8.0

04 Oct 07:36
709d9f0
Compare
Choose a tag to compare

Thanks to the awesome PR from @polarikus

  • feat(localization): header can now be localized

by appending the localization name at the end of your template.header.xx.md file (replacing the xx) and updating the APIDOC_LOCALE field in the .env to match the desired localized header file locale.
e.g create a
template.header.ru.md right beside the template.header.en.md
set the APIDOC_LOCALE field ion the .env to ru

this can also be configured in the new config field add to the vendor-documentation.php config file
'locale' => '.'.env('APIDOC_LOCALE', 'en'),'

v2.7.0

27 Apr 16:23
Compare
Choose a tag to compare
  • chore(dep): update composer dependencies

v2.4.2

23 Apr 08:58
Compare
Choose a tag to compare
  • fix(access): update aceess permission to check only for web guard

v2.4.1

22 Apr 17:06
Compare
Choose a tag to compare
  • fix a bug related to auth gates

v2.4.0

21 Apr 18:51
Compare
Choose a tag to compare
  • remove testbench composer dependency

v2.3.0

21 Jan 17:25
Compare
Choose a tag to compare
  • now can test api directly using docs

v2.2.1

19 Jan 13:48
Compare
Choose a tag to compare
  • fix a bug with the latest version of apidoc

v2.2.0

19 Jan 13:08
Compare
Choose a tag to compare
  • revert v2.1.0

v2.1.0

18 Jan 12:11
Compare
Choose a tag to compare
  • add (latest) apidco dependency

v2.0.4

23 Sep 07:28
Compare
Choose a tag to compare
  • add info about RequestCriteria