Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

62 lines (33 loc) · 2.15 KB

Changelog

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.

[TODO]

Continously to work on the rendering performance.

0.1.6 - 2020-12-20

Changed

  • chore: remove PartialRenderer and support Rails 6.1 (#11)

0.1.5 - 2020-04-13

Changed

  • chore: refactor class_methods to ClassMethods (#9)

0.1.4 - 2020-02-28

Removed

  • 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

Removed

  • chore: remove View.try_to method and use Rails' try method (#6)

0.1.2 - 2020-02-14

Removed

  • chore: remove activemodel gem dependency (#5)

0.1.1 - 2020-02-08

Changed

  • 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:

Added

  • Method _prefixes can be easily extended using a block passing to super.

Changed

  • Allow searching template/partial using theme name and action name.

Removed

  • Removed Cell related function (since Cell rendering is no faster than general template/partial).