Skip to content

Releases: ember-engines/ember-asset-loader

v1.0.0

09 May 20:32
Compare
Choose a tag to compare

v1.0.0 (2022-05-09)

💥 Breaking Change

🚀 Enhancement

  • #132 update dependencies (@rwjblue)
  • #127 Add support code for future ember-auto-import versions to be used within lazy Ember Engines (@thoov)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 6

Release 0.6.1

21 Jun 17:51
Compare
Choose a tag to compare

v0.6.1 (2019-06-21)

🐛 Bug Fix

Committers: 1

0.4.0 - Ignore files in ManifestGenerator

18 Sep 03:59
Compare
Choose a tag to compare
  • Support ignoring files by regex
  • Add option to ignore specific files from being added to the manifest

v0.3.0

09 Aug 18:25
Compare
Choose a tag to compare

CHANGELOG

  • Update to latest dependencies (including ember-cli-babel@6).
  • Drop support for Node < 4.
  • Exclude empty files from the asset-manifest.json.

v0.2.4

30 Oct 21:06
Compare
Choose a tag to compare
Release v0.2.4

v0.2.3

26 Oct 17:17
Compare
Choose a tag to compare
Release v0.2.3

0.2.0 - Support SSR

21 Sep 21:02
Compare
Choose a tag to compare

This releases provides support for SSR environments, such as FastBoot. It also moves app/asset-manifest to app/config/asset-manifest.

0.1.3 - Improve noManifest behavior

30 Aug 16:51
Compare
Choose a tag to compare

The noManifest option in build will now not generate and asset manifest and will not attempt to load it during application runtime.

0.1.2 - Rework asset manifest insertion

29 Aug 20:32
Compare
Choose a tag to compare

Asset Manifest insertion into index.html is now done via a Broccoli plugin.

0.1.1 - preloadAssets helper

29 Aug 20:31
Compare
Choose a tag to compare

Introduces a new helper, preloadAssets, to aid in testing apps that lazily load assets.