Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

52 lines (28 loc) · 1.16 KB

[Unreleased]

[0.9.0] - 2024-02-20

  • Update Nokogiri for security vulnerability

[0.8.2] - 2023-12-05

  • Update documentation and links to point to new GitHub repo at CompanyCam.

[0.8.0] - 2023-11-02

Breaking

[0.7.0] - 2023-11-02

Breaking

  • Renamed to_json to as_json to follow Ruby/Rails convention.

[0.6.1] - 2023-11-01

  • Allow customizing the separator when calling to_plain_text.

[0.6.0] - 2023-11-01

  • Implement Enumerable for the HasContent module.

[0.5.0] - 2023-10-30

  • Make Text a subclass of Node.
  • Try to unify the interface a bit more for the initialize method.

[0.4.0] - 2023-10-29

  • Extract Registerable module from JsonRenderable so that Node registration is separated from being JSON renderable.
  • Make Document a subclass of Node.

[0.3.0] - 2023-10-29

  • Tweak dependency version requirements to be greater than or equal to

[0.2.0] - 2023-10-28

  • Add Blockquote and Codeblock nodes
  • Add support for strike, code, and textStyle marks

[0.1.0] - 2023-10-28

  • Initial release