a-h / templ

A language for writing HTML user interfaces in Go.
https://templ.guide/
MIT License
8.4k stars 277 forks source link

refactor: removed all references to github.com/a-h/pathvars #999

Closed ninesl closed 1 week ago

ninesl commented 1 week ago

Completely removed the a-h/pathvars dependency to avoid potential issues from a missing license file. See #968. It was currently only used in the storybook package, so I added parsing logic to achieve the same functionality for storybook's case. A better solution could involve reworking the Storybook routes to use the new routing updates in 1.22.

a-h commented 1 week ago

Thanks, always good to remove a dependency that's not needed.