Skip to content

2.9.5

Compare
Choose a tag to compare
@mohsen1 mohsen1 released this 08 May 05:14
· 3130 commits to master since this release

New Features

  • Better autocomplete suggestions d4ecafa d72481c
  • Code generators are back #147
  • Replaced try operation form generator with Angular JSON Schema Form #384
  • External Hooks
  • Branding customization can add JavaScript code too. docs fcb27b2
  • Editor configurations can override default Ace configurations 83f8634
  • Import URL validates on keypress with a throttle. #352
  • Server PUT throttle is configurable #349
  • It's possible to use multiple securities in try operation #318
  • "Paste JSON" accepts invalid Swagger #356
  • Response headers are now rendered in preview #268
  • "Mode" menu is gone
  • Using _.applyDiff for a very fast update cycle

Fixed Bugs

  • Menus disappear after clicking #348
  • Backend relative paths are working #434
  • Focuses in input tag when "import URL" dialog pops up #418
  • ..and many more

Internals

  • Updated various dependencies
  • E2E tests for Try Operation #285
  • Testing in Node 0.12 and iojs in TravisCI now
  • npm start is now serving the built version 11442d0
  • npm start works in Windows
  • Added documentation explaining CORS issues