Skip to content

Releases: jedwards1211/lambduh

v3.1.0

06 Jul 22:17
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2017-07-06)

Features

v3.0.0

16 Jun 19:49
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2017-06-16)

Bug Fixes

  • complete.sh:
    • unset upstream for master on pollinate (308117be)
    • fix bug with checking out master branch (5c1c0cd9)
  • jsonMode: join chunks properly (ac06269d)
  • loadRcFiles: ignore local .lambduh.js files in test mode (01ad65dd)
  • package:
    • fix various issues and add tests (8f24385d)
    • update pollinate template, test scripts, deps (03801a08)
  • 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)