Skip to content

Releases: avo-hq/marksmith

v0.3.0

11 Mar 15:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.0

15 Feb 10:57
Compare
Choose a tag to compare

What's Changed

Breaking changes

  1. The gem doesn't ship with a parser so you must manually add it.
# add marksmith
gem "marksmith"

# add a markdown parser
gem "commonmarker"
# or
gem "redcarpet"
  1. The rendered changed it's API
# before
Marksmith::Renderer.new.renderer.render("**hi**")

# after
Marksmith::Renderer.new(body: "**hi**").render

Full Changelog: v0.1.3...v0.2.0

v0.1.3

14 Feb 19:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

04 Feb 00:00
Compare
Choose a tag to compare

What's Changed

  • Guidance for rendering the return of the marksmithed helper by @tumes in #11
  • fix: automatic route mounting and a couple of tweaks by @adrianthedev in #12

New Contributors

Full Changelog: v0.1.1...v0.1.2