asset-mapper

Maps directories of assets & makes them available in a public directory with versioned filenames.

MIT License

Downloads
1.3M
Stars
84
Committers
26

Bot releases are hidden (Show)

asset-mapper - v7.0.3

Published by fabpot 9 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v7.0.2...v7.0.3)

  • bug symfony/symfony#53260 [AssetMapper] Handle assets with non-ascii characters in dev server (@fbourigault)
asset-mapper - v6.4.3

Published by fabpot 9 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.4.2...v6.4.3)

  • bug symfony/symfony#53260 [AssetMapper] Handle assets with non-ascii characters in dev server (@fbourigault)
asset-mapper - v6.3.12

Published by fabpot 9 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.3.11...v6.3.12)

  • bug symfony/symfony#53260 [AssetMapper] Handle assets with non-ascii characters in dev server (@fbourigault)
asset-mapper - v7.0.2

Published by fabpot 10 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v7.0.1...v7.0.2)

  • bug symfony/symfony#52869 [AssetMapper] Improve link generation script (@smnandre)
  • bug symfony/symfony#53003 [AssetMapper] Fix URL pattern when importing es-module-shims (@hashbanged)
asset-mapper - v6.4.2

Published by fabpot 10 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.4.1...v6.4.2)

  • bug symfony/symfony#52869 [AssetMapper] Improve link generation script (@smnandre)
  • bug symfony/symfony#53003 [AssetMapper] Fix URL pattern when importing es-module-shims (@hashbanged)
asset-mapper - v6.4.1

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.4.0...v6.4.1)

  • bug symfony/symfony#52825 [AssetMapper] Upgrade asset mapper to 6.4 fails due to invalid entries "downloaded_to" and "preload" (@redflo)
asset-mapper - v7.0.0

Published by fabpot 11 months ago

asset-mapper - v6.4.0

Published by fabpot 11 months ago

asset-mapper - v7.0.0-RC2

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v7.0.0-RC1...v7.0.0-RC2)

  • bug symfony/symfony#52617 [AssetMapper] Fix resolving jsdeliver default + other exports from modules (@ogizanagi)
  • feature symfony/symfony#52712 [AssetMapper] Exclude dot files (@weaverryan)
  • bug symfony/symfony#52725 [AssetMapper] Fix: also download files referenced by url() in CSS (@weaverryan)
  • bug symfony/symfony#52702 [AssetMapper] Fix eager imports are not deduplicated (@smnandre)
asset-mapper - v6.4.0-RC2

Published by fabpot 11 months ago

asset-mapper - v7.0.0-RC1

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v7.0.0-BETA3...v7.0.0-RC1)

  • bug symfony/symfony#52567 [AssetMapper] Fixing js sourceMappingURL extraction when sourceMappingURL used in code (@weaverryan)
asset-mapper - v6.4.0-RC1

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.4.0-BETA3...v6.4.0-RC1)

  • bug symfony/symfony#52567 [AssetMapper] Fixing js sourceMappingURL extraction when sourceMappingURL used in code (@weaverryan)
asset-mapper - v7.0.0-BETA3

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v7.0.0-BETA2...v7.0.0-BETA3)

  • bug symfony/symfony#52524 [AssetMapper] Only download a CSS file if it is explicitly advertised (@weaverryan)
  • bug symfony/symfony#52523 [AssetMapper] avoid caching MappedAsset inside JavaScript Import (@weaverryan)
  • bug symfony/symfony#52519 [AssetMapper] If assets are served from a subdirectory or CDN, also adjust importmap keys (@weaverryan)
  • bug symfony/symfony#52508 [AssetMapper] Fix jsdelivr import parsing with no imported value (@weaverryan)
  • bug symfony/symfony#52368 [AssetMapper] Fixing bug where JSCompiler used non-absolute importmap entry path (@weaverryan)
asset-mapper - v6.4.0-BETA3

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.4.0-BETA2...v6.4.0-BETA3)

  • bug symfony/symfony#52524 [AssetMapper] Only download a CSS file if it is explicitly advertised (@weaverryan)
  • bug symfony/symfony#52523 [AssetMapper] avoid caching MappedAsset inside JavaScript Import (@weaverryan)
  • bug symfony/symfony#52519 [AssetMapper] If assets are served from a subdirectory or CDN, also adjust importmap keys (@weaverryan)
  • bug symfony/symfony#52508 [AssetMapper] Fix jsdelivr import parsing with no imported value (@weaverryan)
  • bug symfony/symfony#52368 [AssetMapper] Fixing bug where JSCompiler used non-absolute importmap entry path (@weaverryan)
asset-mapper - v7.0.0-BETA2

Published by fabpot 12 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v7.0.0-BETA1...v7.0.0-BETA2)

  • bug symfony/symfony#52323 [AssetMapper] Allowing circular references in JavaScriptImportPathCompiler (@weaverryan)
  • bug symfony/symfony#52331 [AssetMapper] Fix file deleting errors & remove nullable MappedAsset on JS import (@weaverryan)
  • bug symfony/symfony#52349 [AssetMapper] Fix in-file imports to resolve via filesystem (@weaverryan)
  • bug symfony/symfony#52330 [AssetMapper] Fixing memory bug where we stored way more file content than needed (@weaverryan)
  • bug symfony/symfony#52325 [AssetMapper] jsdelivr "no version" import syntax (@weaverryan)
  • bug symfony/symfony#52254 [AssetMapper] Adding import-parsing case where import contains a path (@weaverryan)
asset-mapper - v6.4.0-BETA2

Published by fabpot 12 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.4.0-BETA1...v6.4.0-BETA2)

  • bug symfony/symfony#52323 [AssetMapper] Allowing circular references in JavaScriptImportPathCompiler (@weaverryan)
  • bug symfony/symfony#52331 [AssetMapper] Fix file deleting errors & remove nullable MappedAsset on JS import (@weaverryan)
  • bug symfony/symfony#52349 [AssetMapper] Fix in-file imports to resolve via filesystem (@weaverryan)
  • bug symfony/symfony#52330 [AssetMapper] Fixing memory bug where we stored way more file content than needed (@weaverryan)
  • bug symfony/symfony#52325 [AssetMapper] jsdelivr "no version" import syntax (@weaverryan)
  • bug symfony/symfony#52254 [AssetMapper] Adding import-parsing case where import contains a path (@weaverryan)
asset-mapper - v7.0.0-BETA1

Published by fabpot 12 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.3.6...v7.0.0-BETA1)

  • feature symfony/symfony#51847 [AssetMapper] Allowing for files to be written to some non-local location (@weaverryan)
  • feature symfony/symfony#52120 [AssetMapper] Split ImportmapManager into 2 (@weaverryan)
  • feature symfony/symfony#51849 [AssetMapper] Warn of missing or incompat dependencies (@weaverryan)
  • feature symfony/symfony#51828 [AssetMapper] Put importmap in polyfill so it can be hosted locally easily (@weaverryan)
  • feature symfony/symfony#52024 [AssetMapper] Add a "package specifier" to importmap in case import name != package+path (@weaverryan)
  • feature symfony/symfony#51829 [AssetMapper] Automatically preload CSS files if WebLink available (@weaverryan)
  • feature symfony/symfony#51845 [AssetMapper] Add outdated command (Maelan LE BORGNE)
  • feature symfony/symfony#51786 [AssetMapper] Always downloading vendor files (@weaverryan)
  • feature symfony/symfony#51650 [AssetMapper] Add audit command (@Jean-Beru)
  • feature symfony/symfony#51729 [AssetMapper] Allow simple, relative paths in importmap.php (@weaverryan)
  • feature symfony/symfony#51543 [AssetMapper] Add support for CSS files in the importmap (@weaverryan)
  • feature symfony/symfony#51523 [AssetMapper] Allow specifying packages to update with importmap:update (@jmsche)
  • feature symfony/symfony#51351 [AssetMapper] Add command to download missing downloaded packages (@jmsche)
  • feature symfony/symfony#51325 [FrameworkBundle] Deprecate not setting some options (@Jean-Beru)
  • feature symfony/symfony#51247 [AssetMapper] Mark component as non experimental (@fabpot)
  • feature symfony/symfony#50888 [FrameworkBundle] Deprecate doctrine/annotations integration (@derrabus)
  • feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
asset-mapper - v6.4.0-BETA1

Published by fabpot 12 months ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.3.6...v6.4.0-BETA1)

  • feature symfony/symfony#51847 [AssetMapper] Allowing for files to be written to some non-local location (@weaverryan)
  • feature symfony/symfony#52120 [AssetMapper] Split ImportmapManager into 2 (@weaverryan)
  • feature symfony/symfony#51849 [AssetMapper] Warn of missing or incompat dependencies (@weaverryan)
  • feature symfony/symfony#51828 [AssetMapper] Put importmap in polyfill so it can be hosted locally easily (@weaverryan)
  • feature symfony/symfony#52024 [AssetMapper] Add a "package specifier" to importmap in case import name != package+path (@weaverryan)
  • feature symfony/symfony#51829 [AssetMapper] Automatically preload CSS files if WebLink available (@weaverryan)
  • feature symfony/symfony#51845 [AssetMapper] Add outdated command (Maelan LE BORGNE)
  • feature symfony/symfony#51786 [AssetMapper] Always downloading vendor files (@weaverryan)
  • feature symfony/symfony#51650 [AssetMapper] Add audit command (@Jean-Beru)
  • feature symfony/symfony#51729 [AssetMapper] Allow simple, relative paths in importmap.php (@weaverryan)
  • feature symfony/symfony#51543 [AssetMapper] Add support for CSS files in the importmap (@weaverryan)
  • feature symfony/symfony#51523 [AssetMapper] Allow specifying packages to update with importmap:update (@jmsche)
  • feature symfony/symfony#51351 [AssetMapper] Add command to download missing downloaded packages (@jmsche)
  • feature symfony/symfony#51325 [FrameworkBundle] Deprecate not setting some options (@Jean-Beru)
  • feature symfony/symfony#51247 [AssetMapper] Mark component as non experimental (@fabpot)
  • feature symfony/symfony#50888 [FrameworkBundle] Deprecate doctrine/annotations integration (@derrabus)
asset-mapper - v6.3.6

Published by fabpot 12 months ago

asset-mapper - v6.3.5

Published by fabpot about 1 year ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.3.4...v6.3.5)

  • bug symfony/symfony#51728 [AssetMapper] Fixing jsdelivr regex to catch 2x export syntax in a row (@weaverryan)
Package Rankings
Top 5.97% on Packagist.org