You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: retract v11.0.1, gate init nil pointers
as it would automatically initialize nil pointers.
this retracts that version, and gate this new feature behind an `init`
tag option.
closes#317
refs #306
* test: make sure #310 is covered too
closes#310
* test: add test for multiple tag options
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: typo
* perf: cheap first
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
retractv11.0.1// v11.0.1 accidentally introduced a breaking change regarding the behavior of nil pointers. You can now chose to auto-initialize them by setting the `init` tag option.
0 commit comments