v0.12.1:
  date: 2014-06-27
  changes:
    - Support preloading modules for compound extensions like `.coffee.md`.
v0.12.0:
  date: 2014-06-27
  changes:
    - Respect order of extensions when searching for config.
    - Rename `configNameRegex` environment property to `configNameSearch`.
v0.11.3:
  date: 2014-06-09
  changes:
    - Make cwd match configBase if cwd isn't explictly provided
v0.11.2:
  date: 2014-06-04
  changes:
    - Regression fix: coerce preloads into array before attempting to push more
v0.11.1:
  date: 2014-06-02
  changes:
    - Update dependencies.
v0.11.0:
  date: 2014-05-27
  changes:
    - Refactor and remove options parsing.
v0.10.0:
  date: 2014-05-06
  changes:
    - Remove `addExtension` in favor of `extension` option.
    - Support preloading modules based on extension.
v0.9.7:
  date: 2014-04-28
  changes:
    - Locate local module in cwd even if config isn't present.
v0.9.6:
  date: 2014-04-02
  changes:
    - Fix regression where external modules are not properly required.
    - Ignore configPathFlag / cwdFlag if the value isn't a string
v0.9.3:
  date: 2014-02-28
  changes:
    - Fix regression where developing against self doesn't correctly set cwd.
v0.9.0:
  date: 2014-02-28
  changes:
    - Use liftoff instance as context (`this`) for launch callback.
    - Support split --cwd and --configfile locations.
    - Rename `configLocationFlag` to `configPathFlag`
    - Support node 0.8+
v0.8.7:
  date: 2014-02-24
  changes:
    - Pass environment as first argument to `launch`.
v0.8.5:
  date: 2014-02-19
  changes:
    - Implement `addExtensions` option.
    - Default to `index.js` if `modulePackage` has no `main` property.
v0.8.4:
  date: 2014-02-05
  changes:
    - Initial public release.
