rib-core v0.5.0.0 Release Notes

Release Date: 2019-12-02 // over 4 years ago
  • ๐Ÿš€ 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 Document type that uses the custom metadata record
    • โž• Add top-level Rib import 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