Skip to content

0.2.0

Choose a tag to compare

@rdmurphy rdmurphy released this 12 Feb 17:15

Changed

  • We no longer use spread in object literals, which was adding an Object.assign call in the compiled library. This breaks @newswire/frames in IE 11. We've moved to a tiny built-in extend implementation that restores IE 11 support.