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:
-
Network Requests:
- The previous implementation used weak helper functions for handling
GET
andPOST
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.
- The previous implementation used weak helper functions for handling
-
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.
- Instead of relying on simple internal functions for creating elements and attributes,
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!