Releases: jedwards1211/lambduh
Releases · jedwards1211/lambduh
v3.1.0
v3.0.0
<a name"3.0.0">
3.0.0 (2017-06-16)
Bug Fixes
- complete.sh:
- jsonMode: join chunks properly (ac06269d)
- loadRcFiles: ignore local .lambduh.js files in test mode (01ad65dd)
- package:
- package.json: add lodash (a853c4b9)
Features
- lambduh: support .lambduh.js resource files (3118f84e)
- obvious: initial commit, obviously (8a2e9ed7)
- package: don't use babel register and add text and lines mode (eafcd310)
- project: initial commit (73764557)
Breaking Changes
- lodash is no longer put on global scope by default. Instead, use a
.lambduh.js
file in your home directory to do that.
(3118f84e)