Skip to content

v0.1.9

Compare
Choose a tag to compare
@samselikoff samselikoff released this 05 Oct 12:03
· 1856 commits to master since this release

Please use 0.1.11, there is a bug in this version

Update notes:

  • When this library first came out, you defined routes using this.stub('get', '/path'...) in your mirage/config.js file. stub has been removed, so if you happen to be using it, just replace those calls with the this.get, this.post, etc. helper methods.
  • If you happen to be using the orm (it's private + not ready yet), know that there were some changes to how the data is stored. Contact me if you want to upgrade.

Changes: