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.
- link lambda/proc/whatever is now called in the scope of the instance, so any instance methods, params, etc will be available. E.g:
link: -> { foo_url(params['id']) }
- Initial version. Pretty basic, but adds a
sunset
method to mark things as deprecated