Skip to content

Commit

Permalink
Bump 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 24, 2023
1 parent ddeb5dc commit 5f0c9b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.0] 2024-11-24

- 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

## [1.8.1] 2023-04-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/phlex/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Phlex
VERSION = "1.8.1"
VERSION = "1.9.0"
end

0 comments on commit 5f0c9b0

Please sign in to comment.