Skip to content

1.8.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 19:46
e3103e5

Transparent cache

Speed up repeated runs with an opt-in file cache. Enable it in your root composer.json:

"extra": {
  "wyrihaximus": {
    "generative-composer-plugin-tooling": {
      "cache": "var/generative-plugin-cache.json"
    }
  }
}

No changes to existing generative plugins are required. The cache reuses file hashes, filter outcomes, failed reflections, and collected items when nothing changed, and invalidates automatically when dependencies or source files change.

1.8.0

  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 2

Dependencies 📦

Dependencies 📦,Feature 🏗