1.0.0.rc1
Pre-release
Pre-release
This is a release candidate for Phlex 1.0
.
If you were using Phlex with rails, you'll need to install phlex-rails
instead of phlex
.
Notable changes
- Remove Rails integration — this is now available in
phlex-rails
- Removed
Phlex::Markdown
— this is now available inphlex-markdown
- Remove
Phlex::Translation
— this is now available inphlex-translation
- Removed the compiler — this will be available in
phlex-compiler
- Removed
Phlex::Testing::Nokogiri
— this is now available inphlex-testing-nokogiri
- Removed
Phlex::Testing::Capybara
— this is now available inphlex-testing-capybara
- Removed
Phlex::Block
, all blocks are wrapped byyield_content
automatically which also ensures they execute in the right context - Added an
around_template
hook - Renamed
before_rendering_template
andafter_rendering_template
hooks tobefore_template
andafter_template
. You no longer need to prependPhlex::Callbacks
to use these either. - Added support for TruffleRuby
- The
comment
helper method now accepts a block - Added a warning for experimental features like collections and tables
Full Changelog: 0.5.3...1.0.0.rc1