Skip to content

v1.8.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 30 Apr 14:02
· 69 commits to master since this release
baee0d5
generate: require ".*" to generate all functions (#66)

As the number of available functions increase, the usefulness or generating all of them lessens. This is a breaking change but a necessary one. You will now need to specify `foo.*` to generate all functions for `foo`.