Skip to content

Releases: arianrhodsandlot/nostalgist

v0.17.1

27 Oct 08:56
6f67ee8

Choose a tag to compare

Fixed

  • Bypass inputs while focusing interactable elements and ensure all event listeners to be removed after exiting

v0.17.0

29 Aug 15:43
034ad98

Choose a tag to compare

Added

  • Prefer exposed methods over sending messages

Fixed

  • Throw an error if response is not ok

v0.16.0

23 Jul 00:11
f4f6332

Choose a tag to compare

Added

  • Add support for caching state and sram

v0.15.2

07 Jun 13:27
7846b18

Choose a tag to compare

Fixed

  • Fix setImmediate polyfill

v0.15.1

07 Jun 11:14
197a009

Choose a tag to compare

Fixed

  • Handle setImmediate polyfill properly

v0.15.0

09 May 10:27
0484389

Choose a tag to compare

Added

  • Update default retroarch-emscripten-build version to v1.21.0

v0.14.2

25 Apr 08:36
277194e

Choose a tag to compare

Fixed

  • Fix blobs passed to shortcuts are not detected, fix [#54]

v0.14.1

01 Apr 04:30
c2463a0

Choose a tag to compare

Fixed

  • Fix files may be not resolved when inside a object's fileContent field

v0.14.0

06 Mar 06:15
cea9802

Choose a tag to compare

Added

  • Add a new launch option cache for caching loaded resources
  • Add a new method getStatus
  • loadState now supports loading resolvable files

v0.13.0

28 Feb 05:02
ffd7573

Choose a tag to compare

Added

  • Add a new static method prepare and a new instance method start
  • Support resolving multiple files wrapped by functions or promises
  • Add support for loading FileSystemFileHandle directly
  • Better name detecting strategy for files

Fixed

  • Add the missing await to avoid launching failures
  • Do not overwrite passed file name unexpectedly
  • Fix Response inside an object not being loaded
  • Improve types for resolvable files