Releases: antoniogamiz/Perl6-Documentable
Releases · antoniogamiz/Perl6-Documentable
v2.1.0
The same, more readable
Changes
- New docs under
/docs
directory. You can check it out to see updated use examples. - New refactor to improve code readability and reduce coupling.
- URL handling.
Bug fixes
- Problems with URLs.
- Missing definitions #64
- Minor bug fixes and improvements.
1.1.2
Changes:
- Refactor to improve the understanding of the module.
setup
option to configure the directory where the documentation will be generated.update
function to only regenerate the files affected by a change in the pod files.- CI testing.
--manage
option to sort the Language page.- Use of a grammar to detect valid definitions.
Bug fixes:
- Routines starting with
proto
did not get its subkinds correctly. - Leading whitespace files coming from references.
1.0.0
Changes
There is not any meaningful changes in this version. It's only a refactor of the original one. It includes all previous functionality except for disambiguation
files because there are some problems with that feature.