All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Continously to work on the rendering performance.
0.1.6 - 2020-12-20
- chore: remove PartialRenderer and support Rails 6.1 (#11)
0.1.5 - 2020-04-13
- chore: refactor class_methods to ClassMethods (#9)
0.1.4 - 2020-02-28
- feat: allow mapped action to be inserted instead of replacing existing action (#8)
- chore: use simplecov 0.17 for codeclimate report (#7)
0.1.3 - 2020-02-16
- chore: remove View.try_to method and use Rails' try method (#6)
0.1.2 - 2020-02-14
- chore: remove activemodel gem dependency (#5)
0.1.1 - 2020-02-08
- chore: be able to reset theme_name to false/nil (#4)
0.1.0 - 2020-02-07
First version of Wallaby::View
extracted from Wallaby
gem:
- Method
_prefixes
can be easily extended using a block passing tosuper
.
- Allow searching template/partial using theme name and action name.
- Removed Cell related function (since Cell rendering is no faster than general template/partial).