Releases: ezraisw/traveller
Releases · ezraisw/traveller
v0.1.0
- Update dependencies.
- Update module path.
v0.0.5
- Fix a bug when using
traveller.MatchMulti
(or traveller.MatchExact
on a struct with embedded value) assigning old value on some cases.
- Removed the extra struct for
traveller.MatchPattern
options.
v0.0.4
- Add shorthand functions
traveller.P
and traveller.PCI
.
v0.0.3
- Fix a problem related to setting a value to an any field that currently has a non pointer struct or array.
v0.0.2
- Add
keepSearching
return value for SetterFunc
- Add more documentation