You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#166 Dashboard: Fix a bug where body wasn't pre-filling if the resource only has post/put verbs. Thanks to @jbvanzuylen for the pull request!
#165 Fixed dashboard display issue in Firefox and IE (apparently floats don't work the same way everywhere?)
#173 Updated ColdSpring example to use onApplicationStart instead of applicationStartEvent. Thanks to @billrawlinson for the pull request!
#121 A few of the tests were failing on Railo4 BER - these have all been addressed
Fixed a weird issue with CGI variables on IIS7
New Features
#167 Added ability to delete a streamed file after streaming is complete. Thanks to @dominic-oconnor for the pull request!
#174 Added an exception logging adapter that dumps the error to the screen (cfdump) instead of logging it. Thanks to @billrawlinson for the pull request!
#155 Pass all non-framework metadata for resource functions (e.g. get/post/put/delete) to a new argument of onTaffyRequest. Enables fun stuff like role-based security. Here's a basic example of how to use it.
Show the original exception if another exception occurs during exception logging. (Both are shown, original below new)
Include a full, structured stack trace when returning exceptions as json (if it's available).
Added an exception logging adapter that doesn't log anything anywhere (good for dev if you're returning exceptions as json)