You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## Version 0.5.0 - 2025-02-23
2
+
3
+
- Add support for Phlex 2, drop support for Phlex 1 - this also means the minimum required Ruby version is now 3.2.
4
+
- Reimplement this library to use the official Sinatra extension API. For a modular-style app the extension must now be explicitly registered:
5
+
6
+
```ruby
7
+
classMyApp < Sinatra::Base
8
+
helpers Phlex::Sinatra
9
+
end
10
+
```
11
+
1
12
## Version 0.4.0 - 2024-09-10
2
13
3
14
- Add support for wrapping a Phlex view in a layout. Pass `layout: true` to use Sinatra's default layout or specify the view by passing a symbol. Defaults to ERB and other Sinatra templating languages can be specified via the `layout_engine:` keyword.
0 commit comments