Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 904 Bytes

CHANGELOG.md

File metadata and controls

26 lines (21 loc) · 904 Bytes

Changelog

This changelog is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Past versions will link to their respective commit. Current versions will not due to temporal paradoxes.

2023-12-02 - 2.0.0

Added:

  • Recognizes JXL files
  • YAPLtag variable
  • whenErr runs when a file fails to download

Changed:

  • onFail is now totalFail, return false to stop loading
  • Console logs are now commented out (except errors)

Removed:

  • getExtension function
  • jshint comments

2023-01-10 - 1.0.1

Fixed:

  • Only counts files once if multiple events are fired from one asset
  • Assets are no longer shown in accessibility tree
  • Assets are no longer focusable

2023-01-07 - 1.0.0

Initial release