Releases: apidoc/apidoc-core
Releases · apidoc/apidoc-core
apidoc-core-0.15.1
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
0.15.0
Fixed
- Fix incorrect return type in @apiPrivate parser (PR #112 from nomoon)
apidoc-core-0.14.0
Don't look for the 0.13.0, it doesn't exist :p
0.14.0
Added
apidoc-core-0.12.0
0.12.0
Changed
- Allow '#' and '@' in apiParam names (#102 by Fulvio Gentile)
0.10.0
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)