Releases: jbrinkman/dnnGlimpse
Releases · jbrinkman/dnnGlimpse
v1.1.0
v1.0.10
v1.0.9
- Upgraded Glimpse.Core to 1.8.6 (featherwight release)
- Add button which makes it easy to launch glimpse for service only sites
- Improve how client renders for those using Zurb Foundation
- Upgraded Glimpse.AspNet to 1.9.1 (featherweight release)
- Fix issue for ajax requests that are using “Bufferless input streams”
- Show non-MvcRoute route types in route tab
- Upgraded Glimpse.WebForms to 1.1.1 (featherweight release)
- Fix issue to make Glimpse checks if it is enabled in DataBoundControlAdapter
- Upgraded Glimpse.Ado to 1.7.3 (featherweight release)
- Fix bug with EF 6.1.1
- Ensure ADO inspector does quotes
AnsiString
parameters in query output - Ensure that all parameters in
CreateDbCommandDefinition
are forwarded through - Prevent command sanitizer from replacing partial matches of parameters
Previous changes include:
- Added Support for non Host Users
- When the request is local (127.0.0.1), or when a Host setting is true, Glimpse will be enabled for all users. This allows developers to determine the behavior of the site for anonymous and regular users