Skip to content

v1.0.0-beta.26

Compare
Choose a tag to compare
@nateps nateps released this 04 Nov 22:14
· 447 commits to master since this release
  • #323 - Revert to using a simple shallowCopy for ops (@nateps)
    • Previously, ops were copied by iterating over them in pubsub. This was changed in #316 to copy the specific properties expected on an op. This was an unintentional breaking change, because middleware could be adding additional fields to the top level of the op.