0.2.0
✨ New feature
- Experimental support for closures 🎉
💥 Minor BC break
export()
does not throw an exception anymore when encountering aClosure
.
To get the old behaviour back, use theNO_CLOSURES
option.
✨ New feature
💥 Minor BC break
export()
does not throw an exception anymore when encountering a Closure
.NO_CLOSURES
option.