Skip to content

1.9.0

Choose a tag to compare

@joeldrapper joeldrapper released this 24 Nov 12:58
· 404 commits to main since this release
  • Improved documentation
  • Fixed an issue with flushing to the buffer while capturing
  • Added <canvas> element
  • Very minor performance improvements by using block instead of block_given? where a block has already been captured
  • Integer objects are now handled by the format_object method, which you can override to customise how various objects are rendered
  • You can now use render with String and Method objects