Skip to content

Releases: jewdev/Flow.Launcher.Plugin.UrbanDictionary

1.0.1

30 Nov 20:17

Choose a tag to compare

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

1.0.0

27 Nov 21:29
43c634a

Choose a tag to compare

Version 1.0.0

The code will be well organized in the future.