Skip to content

1.7.4 (2017-09-08)

Compare
Choose a tag to compare
@tivie tivie released this 08 Sep 19:53
· 300 commits to master since this release

Bug Fixes

  • helper.isArray: replace a.constructor === Array with Array.isArray (466a2eb), closes #425
  • loader: allow AMD loader to be used within Node env (ff24bdb)

Features

  • base64-wrapping: support for wrapping base64 strings (8c593a4), closes #429