Add parse/write to blobs.

This commit is contained in:
Stephen Chung
2021-12-12 16:29:54 +08:00
parent 780c36e675
commit 6af406bafc
3 changed files with 272 additions and 19 deletions

View File

@@ -4,11 +4,19 @@ Rhai Release Notes
Version 1.3.0
=============
This version adds native support for `BLOB`'s (byte arrays), as well as a number of configuration
settings to fine-tun language features.
Compiler requirement
--------------------
* Minimum compiler version is now 1.51.
Bug fixes
---------
* `from_dynamic` now supports deserializing `Option`.
New features
------------
@@ -40,15 +48,6 @@ Deprecated and Gated API's
* `FnPtr::call_dynamic` is deprecated in favor of `FnPtr::call_raw`.
Version 1.2.2
=============
Bug fixes
---------
* `from_dynamic` now supports deserializing `Option`.
Version 1.2.1
=============