-
Notifications
You must be signed in to change notification settings - Fork 641
Release notes
Tomasz Janczuk edited this page Dec 17, 2013
·
2 revisions
- Fixed #95, UTF-8 encoding of unicode characters.
- Fixed #81, managed memory leak when a call from V8 to CLR comepleted synchronously. Changeset d886f0845a530bc0a9934a18e4c6ffe85cab3826.
- Breaking change V8 Date is now marshaled into CLR DateTime and vice versa. Previously V8 Date was marshaled into CLR string, and CLR DateTime into V8 String. Thanks to @thermous for the contribution. Changeset bf09069d69ce61e299a2559459192e662dadad8c.
- Breaking change CLR ExpandoObject as well as IDictionary<string,object> are now marshaled into V8 Object. Previously ExpandoObject and IDictionary<string,object> were marshaled into a V8 array containing key/value pairs. Thanks to @brbaia for contribution. Changeset dd4e689d7b3fcb0c8a121c46fa6c639a835f4560.
- Fixed #56, marshaling of empty V8 Buffers and empty CLR byte arrays. Thanks to @brbaia for contribution. Changeset ae32c49a0dfcc169aa121c04a65c4ff8ab3e00dc.