1.0.0
First stable release of the function decorator library.
- The final syntax that function decorators use is
@decorate your_decorator_name. - enforces compile-time checks of the decorator's existence
- makes it explicit that a function is being decorated.
- is in line with the Erlang function decorator library