Skip to content

v1.0.0

Choose a tag to compare

@dmitrijs-brujevs dmitrijs-brujevs released this 07 Jun 17:43
· 2 commits to main since this release

Added

  • Initial public package structure.
  • Vite-based Drupal module and theme asset discovery and builds.
  • Composer Asset Packagist fallback resolution.
  • CLI, programmatic API, tests, CI, CodeQL, Dependabot, and trusted publishing workflow.

Fixed

  • Composer vendor package assets with identical filenames no longer silently collide. Each asset is
    now emitted under a package-relative path (e.g. images/example-package/icon.svg) so output
    names are stable and unique across packages.