Skip to content

Typed.js v2.0.4

Compare
Choose a tag to compare
@mattboldt mattboldt released this 16 Jul 19:10
· 86 commits to master since this release

Removes Object.assign in favor of ES6's obj = {...obj1, ...obj2} to support older browsers.