- Rails 5 compatibility
- Support for registering alternate editor URL schemes (see README)
- Add self-profiling for the logger component
- Prevent calling a logger.add block twice in the unusual case where the block returns a nil message.
- Convert duration in events from milliseconds to seconds (doh!). You'll want to clear old profiler data when upgrading.
- Don't accumulate statistics for queries fulfilled by the CACHE
- Converted to Rails Engine, with mountable web interface
- Simplified configuration somewhat
- Convert from plugin to gem