You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade version number from 1.0.2 to 1.1.0
- Changed default from big endian to little endian to be compatible with DataView specification
- Dropped support for NodeJS < 0.5.5, it was buggy anyway
- Fixed an issue where ArrayBuffer would not work on NodeJS
- Moved the compatibility checks outside of the read functions for hopefully better performance