Full Changelog: v0.10.0...v1.0.0
BREAKING CHANGES
- Refactor
ObjectInspector::InspectorsHelper->ObjectInspector::Behaviors
Non-Breaking Changes
- Allow disabling ObjectInspector for the current session with:
ObjectInspector.configuration.disable. Re-enable with:ObjectInspector.configuration.enable - Internal refactoring
- Allow ObjectInspector::Scope to be initialized with individually-passed scope names
- Show pretty-inspect output for ObjectInspector::Scope objects
- Tidy up API Documentation a bit