v1.1.4
Enhancements:
- Added
frozen_string_literal
option to optimize performance - Removed useless
autoload_paths
config definition (it was not taken into account) - Install generator can be ran several times in order to enable features
- Autoloading is now appended to
config/application.rb
when you runrails g komponent:install
- Make all locals passed to
component
helper available throughproperties
helper method