* Memoised some of the class generation process * Updated Emukit version, for faster performance
Fixed
* Issue related with DMA transfer being triggered while loading state * Sound glitch in loading save state, by setting proper sound raw values
0.10.7
Fixed
* Unit test that was failing
0.10.6
Changed
* Improved Zippy format to include opaque feature support, for future proof
0.10.5
Added
* `Licensee` enumeration with the description of the publisher of the ROM * Support for Zippy encoding format for fast compression * New hashing crate that includes CRC-32 and CRC-32C implementations
Fixed
* Issue with the web frontend and `hardReset()` implementation
0.10.4
Added
* Support for cartridge region detection
Changed
* Bumped web packages
0.10.3
Added
* Support for SIMD based color space conversion - [45](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/45) * Support for `window.requestAnimationFrame()` and game loop inversion of control - [26](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/26) * Custom Boot ROM support for CGB - [34](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/34)