VYI v1.4.0
v1.4.0
Overview
This release introduces several enhancements to the VYI module, improving usability and functionality. Key updates include the addition of decompression support for binary files, new API methods for easier data retrieval, and a transition to JSDoc as the documentation generator.
Key Changes
-
Pako Decompression
- Feature: Added support for decompressing files that are still in their binary form. This is useful because files in the .vyi format often come either compressed or decompressed. This module now handles the decompression.
-
New API Methods
getParent
: returns the Icon instance that the callee belongs to.getName:
returns the name of a specific icon instance.getVyi
: returns the VYI instance that the callee belongs to.rename
: VYI instances now have the ability to rename themselves.
These new methods simplify lookups and enhance the usability of the VYI API.
- Documentation Improvements
- JSDoc Integration: Switched from ESDoc to JSDoc as the documentation generator.
Benefit: The new documentation is more accessible and easier to navigate, providing comprehensive information about the VYI module and its capabilities.
Full Changelog: v1.3.0...v1.4.0