Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@jewdev jewdev released this 30 Nov 20:17

The plugin is the same?
What did you change?

These are the reasons for refactoring the code:

  1. More maintainable through proper separation of concerns
  2. More efficient by reusing HttpClient
  3. More reliable by using proper async/await patterns
  4. More robust with proper error handling
  5. Easier to test by separating business logic from UI concerns
  6. More performant with proper JSON deserialization

The changes also align the code with C# best practices and design patterns.

Full Changelog: 1.0.0...1.0.1