Skip to content

v1.4

Compare
Choose a tag to compare
@udayvir-singh udayvir-singh released this 14 Jan 13:58
· 24 commits to master since this release
v1.4
588f170

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