mddoc

A simple, directed, markdown documentation generator for PHP

MIT License

Downloads
25.7K
Stars
1
Committers
2

Bot releases are visible (Hide)

mddoc - Fix `event` parameter on GitHub Badges Latest Release

Published by donatj 11 months ago

mddoc - v0.10.0 - Add @mddoc-ignore

Published by donatj 11 months ago

What's Changed

Full Changelog: https://github.com/donatj/mddoc/compare/v0.9.1...v0.10.0

mddoc - v0.9.1 - Fix phpdocumentor/reflection throwing E_DEPRECATED

Published by donatj 11 months ago

Adds temporary fix for Fix phpdocumentor/reflection throwing E_DEPRECATED

Full Changelog: https://github.com/donatj/mddoc/compare/v0.9.0...v0.9.1

mddoc - v0.9.0 `<exec allow-error="true">`

Published by donatj 12 months ago

Add allow-error attribute to <exec> to allow non-zero exit codes.

Full Changelog: https://github.com/donatj/mddoc/compare/v0.8.1...v0.9.0

mddoc - v0.8.1 - Fix function skips

Published by donatj 12 months ago

What's Changed

Full Changelog: https://github.com/donatj/mddoc/compare/v0.8.0...v0.8.1

mddoc - v0.8.0

Published by donatj about 1 year ago

What's Changed

Deprecations

Autoloader attributes should now be replaced with the <autoloader> tag

Changes

Full Changelog: https://github.com/donatj/mddoc/compare/v0.7.0...v0.8.0

mddoc - Add Coveralls Coverage Badge

Published by donatj over 1 year ago

  • Add Coveralls Badge

Full Changelog: https://github.com/donatj/mddoc/compare/v0.6.0...v0.7.0

mddoc -

Published by donatj over 1 year ago

What's Changed

  • Fixes a bug reading Traits without parents.

Full Changelog: https://github.com/donatj/mddoc/compare/v0.5.0...v0.6.0

mddoc - v0.5.0

Published by donatj over 1 year ago

  • Attributes on top level <mddoc> tag now satisfy recursive lookups
  • Adds support for working-dir attribute specifying a working directory other than CWD for file operations.

Full Changelog: https://github.com/donatj/mddoc/compare/v0.4.0...v0.5.0

mddoc - v0.4.0

Published by donatj over 1 year ago

Minor breaking Change Warning

GitHub changed their Action Badge pathing to be based on action filename rather than "Action Name" as defined within the YAML.

Thus on the badge-github-action tag, the required workflow parameter was replaced with the workflow-file parameter. workflow-file expects the full filename including .yml

What's Changed

Full Changelog: https://github.com/donatj/mddoc/compare/v0.3.0...v0.4.0

mddoc - replace tag + variadic fixes

Published by donatj almost 3 years ago

Adds support for a <replace> tag, as well as fixing a bug where variadic ... would not output on mixed parameter types.

Also adds basic support for PHP 8.1

mddoc - Helpful Errors + GitHub Badge Fixes

Published by donatj over 3 years ago

  • More helpful config parsing error messages.
  • Changes the alt of GitHub badges to default to workflow name.
mddoc - Section Fix

Published by donatj over 3 years ago

Fixes a problem where multiple root level sections wouldn't be separated by newlines.

mddoc - Initial Release

Published by donatj over 3 years ago

After 7 years in alpha, it feels great to finally be tagging an initial release 🎉