2025-01-20 - 1.0.0-alpha.1
- feat: finish implementation of arbitrary data serialization and deserialization using JSON.Value
- feat: reinstate usage of
JSON.Box<T>()
to support nullable primitive types
- feat: eliminate the need to import the
JSON
namespace when defining a schema
- feat: reduce memory usage so that it is viable for low-memory environments
- feat: write to a central buffer and reduce memory overhead
- feat: rewrite the transform to properly resolve schemas and link them together
- feat: pre-allocate and compute the minimum size of a schema to avoid memory out of range errors