v3 December 2022 release
What's Changed
- Fix segfault! by @g105b in #386 - this feature is the most significant (to me) because under certain heavy load scenarios, libxml would create a segfault, meaning major error on the server once every so often. This isn't a fix to libxml, but a workaround so that it isn't affecting this repo.
- Build(deps-dev): bump phpstan/phpstan from 1.8.1 to 1.8.2 by @dependabot in #364
- Build(deps): bump phpgt/dom from 4.0.2 to 4.0.3 by @dependabot in #372
- Update examples, include another for binding nested callbacks by @g105b in #370
- Dependabot by @g105b in #379
- Build(deps): bump phpgt/dom from 4.0.3 to 4.1.0 by @dependabot in #380
- Nested components by @g105b in #381
- Rebinding of elements and lists by @g105b in #384
- test: ensure bind function is not called more than once by @g105b in #387
Full Changelog: v3.1.4...v3.1.5