Releases: avo-hq/marksmith
Releases Β· avo-hq/marksmith
v0.3.0
What's Changed
- Bump commonmarker from 2.0.4 to 2.1.1 by @dependabot in #44
- Bump turbo-rails from 2.0.11 to 2.0.13 by @dependabot in #43
- Bump redcarpet from 3.6.0 to 3.6.1 by @dependabot in #41
- Bump sqlite3 from 2.5.0 to 2.6.0 by @dependabot in #37
- Bump rubocop-rails-omakase from 1.0.0 to 1.1.0 by @dependabot in #40
- refactor: extract sections to partials by @adrianthedev in #39
Full Changelog: v0.2.2...v0.3.0
v0.2.0
What's Changed
- feature: use commonmarker gem by @adrianthedev in #31
Breaking changes
- 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"
- 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
What's Changed
- Misc fixes by @adrianthedev in #30
- A small fix for the github test flow by @lucianghinda in #13
- Add tests for Marksmith::Helper by @lucianghinda in #14
- Bump puma from 6.5.0 to 6.6.0 by @dependabot in #2
- fix typo by @Paul-Bob in #17
- Bump avo from 3.16.6 to 3.17.5 by @dependabot in #28
New Contributors
- @lucianghinda made their first contribution in #13
- @dependabot made their first contribution in #2
- @Paul-Bob made their first contribution in #17
Full Changelog: v0.1.2...v0.1.3
v0.1.2
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
- @tumes made their first contribution in #11
- @adrianthedev made their first contribution in #12
Full Changelog: v0.1.1...v0.1.2