Skip to content

v0.6.0

Compare
Choose a tag to compare
@pdobb pdobb released this 09 Jan 22:37

0.6.0 - 2023-01-09

  • Internal refactoring for more Object-Oriented goodness.

BREAKING

  • Refactor ObjectIdentifier::Identifier to just ObjectIdentifier. This has no effect on instance method usage (e.g. <my_object>.identify(...)). But if any manual invocations were made (e.g. ObjectIdentifier::Identifier.call(...)) then they will need to be updated to ObjectIdentifier.call(...) (or just ObjectIdentifier.(...), per your own style guide).