Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@hoppxi hoppxi released this 24 Sep 04:50
· 5 commits to main since this release

Release Note for @butility/media

Version 1.0.2

In this release, the @butility/media package has been significantly optimized by leveraging two robust utility packages: @butility/network and @butility/dom. Improvements include:

  1. Network Requests:

    • The previous implementation used weak helper functions for handling GET and POST requests. These have now been replaced with the more reliable and performant @butility/network library, which provides enhanced error handling, streamlined request management, and improved overall performance.
  2. DOM Manipulation:

    • Instead of relying on simple internal functions for creating elements and attributes, @butility/media now utilizes the @butility/dom package. This allows for more standardized and efficient DOM element creation, attribute management, and manipulation, resulting in cleaner code and better maintainability.

Impact:

  • Improved performance and reliability in network requests and DOM interactions.
  • Better modularity and maintainability of the codebase.

Please update to the latest version to benefit from these improvements!