- #130 Drop Node < 14 (@rwjblue)
- #104 Update addon to [email protected] (@villander)
- #92 Fix travis errors that are occurring due to ember-cli-sauce config; Bumped node version to 8.x+ and therefore bumped package version to 1.x (@evanfarina)
- #132 update dependencies (@rwjblue)
- #127 Add support code for future ember-auto-import versions to be used within lazy Ember Engines (@thoov)
- #123 Only add to manifest when necessary (@brendenpalmer)
- #98 Fix various JSDoc issues (@loganrosen)
- #90 Transform tests to 'setup-test' syntax (@evanfarina)
- Brenden Palmer (@brendenpalmer)
- Evan Farina (@evanfarina)
- Logan Rosen (@loganrosen)
- Michael Villander (@villander)
- Robert Jackson (@rwjblue)
- Travis Hoover (@thoov)
- #84 add .git to npmignore (@ecoutlee-hortau)
- #75 Removes needless Warning on resetLoadedAssetState (@villander)
- Michael Villander (@villander)
- Thomas Wang (@xg-wang)
- #80 Drop Node 4 support. (@stefanpenner)
- Stefan Penner (@stefanpenner)
- #72 Use fx.existsSync and drop exists-sync dependency (@scottkidder)
- #64 Minor fixes (@eventualbuddha)
- Brian Donovan (@eventualbuddha)
- Robert Jackson (@rwjblue)
- Sang Mercado (@sangm)
- Scott Kidder (@scottkidder)
- Fix issues with scoped bundles (e.g. engines within a scope).
- Fix issue causing every rebuild to force a full live reload (even if only CSS has changed).
- Support ignoring files by regex
- Add option to ignore specific files from being added to the manifest
- Prevent caching failed assets (#57)
- Add basic polling (1000ms timeout) to absorb raciness.
- Exclude empty files from generated asset-manifest.json.
- Refactor tests to use broccoli-test-helper API.
- Add node-test/.eslintrc.js to reduce linting warnings in node-tests/.
- Avoid issues when the consuming app is using babel 6.
- Roll ember-cli-sauce back to 1.6.0.
- Make it possible to extend from
Error
in Babel 6. - Refactor from
require
torequirejs
usage. - Update dependency versions to latest.
- fixup! Update addon blueprint to [email protected].
- Update repository to point to ember-engines/ember-asset-loader.
- Update addon blueprint to [email protected].
- Post-review README tweaks
- Add README details about re: broccoli-asset-rev
- Call _super before touching
this
. - [docs] Tweak retryLoad description
- [docs] Add missing param to
loadBundle
- Update links in README
- Update Travis CI Badge
- Node 0.12 compat fixes for lib/meta-handler.js.
- Sets async to false when loading scripts.
- Add test helpers to cache and restore browser state
- Allow manifest to be transformed based on app or test index
- Bump broccoli-funnel to fix rebuild issues.
- Allow empty bundle directories to avoid issues on rebuild
- Refactor meta replacement to allow for customizability
- Add generateURI option for customizing URIs
- Fix SauceLabs configuration
- Check DOM for pre-loaded assets
- Move asset-manifest modules into config namespace
- Enable the asset-manifest to be present in SSR environments
- Have loaders return resolved Promises in non-browser environments
- Update ember-cli-qunit to avoid issue with jQuery 3.x.
- Avoid using Ember's internal symbol utility.
- Change Ember to Beta instead of Canary
- Use findHost to find app
- Add tests for manifest-generator
- Don't break at runtime when not generating a manifest
- Don't generate asset-manifest.json when using noManifest option
- Fix potential error in postprocessTree
- Make insertion happen as a broccoli plugin.
- Rework environment variables
- Introduce preload-assets helper for testing
- Prepare initial release (v0.1.0)
- Improve documentation and break out default loaders
- Improve SauceLabs behavior
- Setup SauceLabs to test against IE
- Test in Phantom 1.9 and 2.1
- Improve cross-browser support for default loaders
- Test against Canary only
- Create ManifestGenerator base class
- fixup! Revamp asset manifest generation
- Add test addon to fix failing test after revamp
- Revamp asset manifest generation
- Update tests to verify initialization of asset manifest
- Insert manifest into index.html for runtime access
- Run Node tests in Travis
- Stop building pushes to non-master branches
- Add tests for asset manifest generation
- Generate asset manifest during postprocessTree
- Add basic Acceptance test for loading assets during getHandler
- Fix CodeClimate linting issues
- Improve README
- Initial implementation
- Finish initial configuration
- Initial Commit from Ember CLI v2.7.0-beta.6