Skip to content

v1.0.0

Latest

Choose a tag to compare

@pdobb pdobb released this 12 Oct 19:53
· 3 commits to main since this release
v1.0.0
b2f001e

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