v0.16.0
- #64: Remove the
.Append(...)
function from thesourcebundle
diagnostics API. Consumers should instead use the built-in golangappend()
function. This ensures type-safety as you can't attempt to insert an invalid object into the diagnostics using the built-in function.
Note: this is technically a breaking change for consumers of the sourcebundle
package since it removes a method, but we had previously marked it as experimental in the v0.12.0 release and warned that its API is subject to change. The package continues to be experimental and may change further before stabilizing.