You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).