Skip to content

v0.4.0 Release - Image, Render and Refresh API changes

Compare
Choose a tag to compare
@johnmccabe johnmccabe released this 02 Oct 16:20
· 5 commits to master since this release
f916aa1

This release introduces the following breaking API changes.

  • Updates the Line.Image() method to receive image.Image rather than requiring the user to base64 encode the image.
  • Adds an Image() method to SubMenu to avoid having to create a Line with an empty string.
  • Drop unnecessary bool from Refresh()
  • Render() now prints to stdout