You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.1.2 (2017-08-23)
Bug Fixes
- encode: remove the unsafe integer check (#15) (bb8140c)
2.1.1 (2017-08-08)
Bug Fixes
- browser: fix decoding for strings with surrogate pairs (#13) (a89e566)
- browser: preserve the offset and length when creating a DataView (#11) (bd91aa7)
2.1.0 (2017-07-31)
Features
- add support for toJSON method (#8) (9345f9f), closes #7
2.0.1 (2017-06-06)
Bug Fixes
- encode: fix encoding for non-finite numbers (#4) (f0ed0f3)
2.0.0 (2017-05-19)
Features
- Add support for ArrayBuffer (#2) (9eec8dc)
- browser: switch from Buffer polyfill to ArrayBuffer (#1) (8d7ce87)