TRON v2.0.0-beta.5 Release Notes

    • APIStub creation is deferred until apiStub property is called.
    • APIStub model and error properties have been replaced with modelClosure and errorClosure, that are created in APIStub constructor. This is done to allow APIStub to function even if APIRequest has been deallocated.