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_contentautomatically which also ensures they execute in the right context - Added an
around_templatehook - Renamed
before_rendering_templateandafter_rendering_templatehooks tobefore_templateandafter_template. You no longer need to prependPhlex::Callbacksto use these either. - Added support for TruffleRuby
- The
commenthelper method now accepts a block - Added a warning for experimental features like collections and tables
Full Changelog: 0.5.3...1.0.0.rc1