v1.4
Features
- generalize
empty?
macro to check strings also - add
ref
option to lock version in bootstrap function
Breaking Changes
For consistency's sake, all macros that don't end with a symbol have been suffixed with a bang !
For example:
fstring -> fstring!
inc -> inc!
packer -> packer!
Please update your dotfiles accordingly