Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Releases: ianlopshire/adjure

Version 2.1.0

09 Jul 23:52
Compare
Choose a tag to compare

This version contains a number of optimizations/bugfixes, a couple of new features, and a rewrite of the production/development flows.

  • [BUGFIX] Fixed title of call not updating correctly
  • [FEATURE] Added 'unsaved' indicator to show whether a call has been saved or not
  • [FEATURE] JSON body is now converted to a query string if the request is a "GET" request
  • [BUGFIX] Calls not saving on the 'saveOne' call now save correctly
  • [FEATURE] JSON in the body is now validated on call save
  • [BUGFIX] Fixed ajax bug with POST and PUT requests
  • [FEATURE] Cleaned up repository by removing bower dependencies and instead compiling a release zip with gulp (See the readme for details)