| category | breaking |
|---|
- The member predicate
writesFieldonDataFlow::Writenow uses the post-update node forbasewhen that is the node being updated, which is in all cases except initializing a struct literal. A new member predicatewritesFieldPreUpdatehas been added for cases where this behaviour is not desired. - The member predicate
writesElementonDataFlow::Writenow uses the post-update node forbasewhen that is the node being updated, which is in all cases except initializing an array/slice/map literal. A new member predicatewritesElementPreUpdatehas been added for cases where this behaviour is not desired.