Skip to content

2.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 31 Oct 15:08
· 271 commits to main since this release
  • 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.