Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 441 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 441 Bytes

Unreleased

0.2.3

  • Fix shim to add list of export modules.

0.2.2

  • Add shim file to allow import Pretender from 'pretender';.
  • Fix repo URL's (rjackson -> rwjblue).

0.2.1

  • Remove hard-coded list of files to include (in package.json).

0.2.0

  • Remove vendored code (instead, install via bower in postinstall hook).
  • Export a POJO (allows us to inherit from ember-cli's Addon model).
  • Add repo url to package.json.