bluetel / webpack-manifest-bundle

A Symfony bundle introducing webpack manifest support for Symfony 3.3
0 stars 1 forks source link

Workout better semantic versioning pattern #4

Open ryanolee opened 4 years ago

ryanolee commented 4 years ago

Currently it is hard to follow what versions of the repo support which twig versions

alexwilson commented 4 years ago

This wasn't ever really a consideration, IIRC the Twig_Extension pattern was supported in both v1 & v2 which were supported by Symfony 2.x.

Newer versions of Symfony (3.3 and beyond?) support webpack natively and the purpose of this bundle was to backport that.

For simplicity it's probably best to add some documentation with a migration path to the native functionality, and bumping the current version to 1.0.0 - to encourage further API-surface-creep. (which apparently we never got around to!)

alexwilson commented 4 years ago

For what it's worth https://github.com/bluetel/webpack-manifest-bundle/releases/tag/0.7.2 deserves merging back into trunk!

ryanolee commented 4 years ago

Sounds like a plan. I will be away for a week but look to clean this up and further action this when I am back :D

alexwilson commented 4 years ago

Have a lovely break! 😄