v2.1.0
And now for a totally backward compatible but no less ground-breaking release 🎉.
A third export is now available called lift
that allows for more flexible placeholder usage, making it possible to define inline functions with more than one argument.
See the new section in the readme for more information.
PLAYGROUND
The online playground now supports shareable permalinks! The URL in your address bar is automatically updated as you type or when you use a code block from the readme — just copy it and share it to send examples like this one:
Example of the new lift
modifier
FEATURES
- add
lift()
modifier to support binary+ functions (f92542c
)