0.23.0
- Performance enhancement that returns a 304 HTTP status code when an action happens, but the content doesn't change.
- Add
unicorn:ignore
attribute to prevent an element from being morphed (useful when usingUnicorn
with libraries likeSelect2
that change the DOM). - Add support for passing arguments to
Unicorn.call
. - Bug fix when attempting to cache component views that utilize the
db_model
decorator.