Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 935 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 935 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0-beta.3] - 2020-04-22

  • Remove node_modules from deployed package...
  • Also create a publish script to prevent this from happening again.

[1.0.0-beta.2] - 2020-04-22

  • Increment main versionsFrom constraint, and update testing packages

[1.0.0-beta.1] - 2019-10-02

  • Automatically remove the preloadable script tag from DOM during preload.
  • Add client side preloadAllLoadables functionality.

[1.0.0-beta.0] - 2019-8-23

  • Restored LoadableMap (with Loadable.Map alias) and tests.

[1.0.0-alpha.1] - 2019-8-21

  • Moved common code (server/client) into a "both" file.
  • Ported some tests from the old npm version to Tinytest.

[1.0.0-alpha.0]

  • First version!