Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Releases: apidoc/apidoc-core

apidoc-core-0.15.1

03 Sep 19:27
0.15.1
Compare
Choose a tag to compare

0.15.1

  • Use str.trim() instead of own regex vulnerable to ReDOS.
    Note that this vulnerability is not impacting this project as an attacker would need to control your source code from which you generate the documentation.
    Done in #120 by @ready-research.

apidoc-core-0.15.0

17 Mar 08:33
0.15.0
Compare
Choose a tag to compare

0.15.0

Fixed

  • Fix incorrect return type in @apiPrivate parser (PR #112 from nomoon)

apidoc-core-0.14.0

28 Nov 19:56
0.14.0
Compare
Choose a tag to compare

Don't look for the 0.13.0, it doesn't exist :p

0.14.0

Added

apidoc-core-0.12.0

14 Aug 02:28
0.12.0
Compare
Choose a tag to compare

0.12.0

Changed

  • Allow '#' and '@' in apiParam names (#102 by Fulvio Gentile)

apidoc-core 0.11.0

02 Dec 16:39
0.11.0
Compare
Choose a tag to compare

Added

Fixed

0.10.0

13 Nov 16:32
0.10.0
Compare
Choose a tag to compare

0.10.0

Added

  • Allow the use of | to specify different types: {String|Number} (#62)
  • Allow the use of $ in the param name (#36)
  • Allow special characters in name and group

Changed

  • Update dependencies
  • Use os.EOL instead of own logic for line endings

Fixed

  • Update elixir's syntax (#65)