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 - v6.3.4

Published by fabpot about 1 year ago

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

  • bug symfony/symfony#51345 [AssetMapper] Fixing bug where a circular exception could be thrown while making error message (@weaverryan)
asset-mapper - v6.3.2

Published by fabpot about 1 year ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.3.1...v6.3.2)

  • bug symfony/symfony#51065 [AssetMapper] Fixing import parsing from jsdelivr (@weaverryan)
asset-mapper - v6.3.1

Published by fabpot over 1 year ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.3.0...v6.3.1)

  • bug symfony/symfony#50749 [AssetMapper] Allow DirectoryResource for cache (@weaverryan)
asset-mapper - v6.3.0

Published by fabpot over 1 year ago

Changelog (https://github.com/symfony/asset-mapper/compare/v6.3.0-RC2...v6.3.0)

  • bug symfony/symfony#50456 [AssetMapper] Fix unable to use asset mapper with CSP (@vtsykun)
asset-mapper - v6.3.0-RC2

Published by fabpot over 1 year ago

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

  • feature symfony/symfony#50445 [AssetMapper] Add "=alias" syntax to importmap:require (@weaverryan)
  • bug symfony/symfony#50397 [HttpKernel][VarDumper] Fix dumping with labels (@nicolas-grekas)
  • bug symfony/symfony#50408 [AssetMapper] Change default importmap "provider" to JsDelivr+esm (@weaverryan, @nicolas-grekas)
  • bug symfony/symfony#50394 [AssetMapper] Avoid loading potentially ALL assets in dev server (@weaverryan)
  • bug symfony/symfony#50400 [AssetMapper] Sometimes asset contents are built from non-asset files (@weaverryan)
  • bug symfony/symfony#50393 [AssetMapper] Fixing incorrect exception & adding allowing more realistic error mode (@weaverryan)
asset-mapper - v6.3.0-RC1

Published by fabpot over 1 year ago

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

  • bug symfony/symfony#50349 [Notifier] Document Notifier options in README files (@alamirault)
  • bug symfony/symfony#50356 [AssetMapper] Fix bug where dependencies were preloaded even if the parent was not (@weaverryan)
  • bug symfony/symfony#50347 [DebugBundle][VarDumper] Fix dump labels compatibility (@fancyweb)
  • feature symfony/symfony#50363 [AssetMapper] Adding "path" option to importmap:require (@weaverryan)
  • feature symfony/symfony#48852 [Validator] Allow to use translation_domain false for validators and to use custom translation domain by constraints (@VincentLanglet)
  • feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
  • bug symfony/symfony#50355 Bug fix for paths that start with the same string (@weaverryan)
asset-mapper - v6.3.0-BETA3

Published by fabpot over 1 year ago

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

  • feature symfony/symfony#50286 [AssetMapper] Add cached asset factory (@weaverryan)
  • bug symfony/symfony#50305 [OptionsResolver] Fixed changelog (@yceruto)
  • feature symfony/symfony#50291 [AssetMapper] Adding "excluded_patterns" option (@weaverryan)
  • bug symfony/symfony#50294 [AssetMapper] Normalizing logicalPath to a getter like all other properties (@weaverryan)
  • feature symfony/symfony#48579 [Notifier] Add SMS options to GatewayApi notifier (@gnito-org)
  • feature symfony/symfony#48586 [Notifier] Add SMS options to MessageMedia notifier (@gnito-org)
  • feature symfony/symfony#48584 [Notifier] Add SMS options to ContactEveryone notifier (@gnito-org)
  • feature symfony/symfony#48577 [Notifier] Add SMS options to FortySixElks notifier (@gnito-org)
  • feature symfony/symfony#48575 [Notifier] Add SMS options to Esendex notifier (@gnito-org)
  • feature symfony/symfony#48573 [Notifier] Add SMS options to Clickatell notifier (@gnito-org)
  • bug symfony/symfony#50288 [ErrorHandler] Sync createTabs from WebProfilerBundle (@MatTheCat)
  • feature symfony/symfony#50274 [HttpClient] Add option crypto_method to set the minimum TLS version and make it default to v1.2 (@nicolas-grekas)
  • bug symfony/symfony#50262 [DependencyInjection] Fix dumping non-shared factories with TaggedIteratorArgument (@marphi)
  • bug symfony/symfony#50301 [FrameworkBundle] Ignore vars from dotenv files in secrets:list (@nicolas-grekas)
  • feature symfony/symfony#50264 [AssetMapper] Flexible public paths + relative path imports + possibility of "building" assets (@weaverryan)
asset-mapper - v6.3.0-BETA2

Published by fabpot over 1 year ago

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

  • bug symfony/symfony#50231 [AssetMapper] Fixing 2 bugs related to the compile command and importmaps (@weaverryan)
  • feature symfony/symfony#50232 [AssetMapper] Better public without digest (@weaverryan)
  • feature symfony/symfony#49608 [OptionsResolver] add ignoreUndefined() method to allow skip not interesting options (Constantine Shtompel)
  • bug symfony/symfony#50216 [DependencyInjection] Allow AutowireCallable without method (@derrabus)
  • bug symfony/symfony#50224 [DoctrineBridge] skip subscriber if listener already defined (@alli83)
  • bug symfony/symfony#50218 Profiler respect stateless attribute (@alamirault)
  • bug symfony/symfony#50242 [ErrorHandler] Fix the design of the exception page tabs (@javiereguiluz)
  • feature symfony/symfony#50219 [AssetMapper] Adding debug:assetmap command + normalize paths (@weaverryan)
  • bug symfony/symfony#49760 [Serializer] Add missing withSaveOptions method to XmlEncoderContextBuilder (@mtarld)
  • bug symfony/symfony#50125 [HttpKernel] Fix handling of MapRequest* attributes (@nicolas-grekas)
  • bug symfony/symfony#50215 [AssetMapper] Fixing wrong values being output in command (@weaverryan)
  • bug symfony/symfony#50206 [AssetMapper] Fix import map package parsing with an @ namespace (@weaverryan)
asset-mapper - v6.3.0-BETA1

Published by fabpot over 1 year ago

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

  • feature symfony/symfony#50112 [Asset] [AssetMapper] New AssetMapper component: Map assets to publicly available, versioned paths (@weaverryan)
Package Rankings
Top 5.97% on Packagist.org