Releases: trim21/go-phpserialize
Releases · trim21/go-phpserialize
v0.1.2
v0.1.1
v0.1.0
v0.0.23
test and enable go 1.23
This will be the latest version of v0.0.*, please consider to upgrade to v0.1.0-alpha.* and check for any incompatibility.
see https://github.com/trim21/go-phpserialize/blob/78366ab7468279d1629bda5751cb2e29c7d1be70/readme.md#v010-not-released-yet for the reason
v0.1.0-alpha.0
- Support go1.23, remove usage of
//go:linkname
BREAKING CHANGES
- Remove support for embed struct
- Drop support for go1.18 and go1.19, minimal supported go version now is go1.20
v0.0.22
What's Changed
- fix: decode bool value as
anyby @alexprokofiev in #50
New Contributors
- @alexprokofiev made their first contribution in #50
Full Changelog: v0.0.21...v0.0.22