TRON v3.0.0 Release Notes

  • 💥 Breaking changes

    • 🔀 dispatchQueue property was removed from Plugin protocol. All Plugin events are now called synchronously to allow write access to objects, expecially requests. If Plugin requires any specific dispatch queue to run on, it must implement this logic itself.

    🛠 Bugfixes

    • 🏗 APIStub will now print error to console, if it failed to build model from file.
    • 🔌 NetworkLoggerPlugin will no longer double escape characters, when printing successful request cURL to console.