Changelog for rib-0.5.0.0
Change Log for rib
0.5.0.0
This release comes with a major API refactor. Key changes:
- Added MMark support, as an alternative to Pandoc
- Allows using arbitrary records to load metadata
- This replaces the previous complex metadata API
- Added
Documenttype that uses the custom metadata record - Add top-level
Ribimport namespace for ease of use - Remove the following:
- JSON cache
Rib.Simple
- Support for Table of Contents via MMark
Other changes:
- Use type-safe path types using the path library.
- Fix #40: Gracefully handle rendering/ parsing errors, without dying.
- Misc error reporting improvements
0.4.1.0
Rib.Pandoc:- Export
render'andrenderInlines'(the non-Lucid versions) - Re-export
Text.Pandoc.Readersso the library user does not have to directly depend onpandoconly to render its documents.
- Export
Rib.App: Therunfuntion now takes two more arguments, specifying the input and output directory, which are no longer hardcoded.Rib.Simple: add LaTeX to default list of readersRib.Server: Remove ".html" detection magic from URLs
0.3.0.0
- Rename
Rib.App.WatchtoRib.App.WatchAndGenerate
0.2.0.0
- Initial release.