Praxis v0.20.0 Release Notes

Release Date: 2016-02-18 // about 8 years ago
    • ๐Ÿ“„ You can now add a bower.json file to your docs folder. Any dependencies you list there will be included in the doc browser.
    • The Plugin API now exposes Praxis::Plugin#register_doc_browser_plugin(path), which allows plugins to register assets that will be included in the doc browser. This is a convenient way to share customizations and optional features amongst different API projects.
    • ๐Ÿ›  Fixes an issue where an odd scrollbar would appear in some cases in the doc browser.
    • ๐Ÿ›  Fixed a corner-case in doc generation which could omit certain existing MediaTypes (when these existed but there were never referenced in any other part of the app).
    • โž• Added ApiGeneralInfo to supported modules a PluginConcern can extend.
    • ๐Ÿ›  Fixed MediaType support for attributor advanced requirements.
    • ๐Ÿ’ป Doc Browser now exposes an API to register functions that generate code examples. These can be registered with ExamplesProvider.register call.