Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1023 Bytes

File metadata and controls

36 lines (24 loc) · 1023 Bytes
  • Added patch method (emschwar)

  • Fix a bug where in ahalt, the async.callback was called twice (boxofrad)

  • Improve testing support, allowing multiple requests (emschwar)

  • Added apatch, alink, aunlink for PATCH, LINK, UNLINK (thanks dalehamel)

  • Cleaned up build files, updated dev/test dependencies

  • Fixed basic usage of #params inside route blocks.

  • Introduced #aparams for use inside of asynchronous actions in place of #params

  • Bumped the rack and sinatra dependencies. Yes, this might be rails incompatible. Make your async apps standalone, it’ll save you anyway.

  • Various minor bug fixes

  • Fix support for conditional routes!

  • Modified assert_async assertion to add error message [JamesAlmond]

  • Move to minitest and add dependency loader

  • Support sinatra 1.2.0

  • Add support for options (sinatra 1.2.0)

  • Add support for gemtest

  • 1 major enhancement

    • Moved to Hoe!