v0.1.10
* feat: added RawValue interface To allow for the detection of a `nil` return, a new interface is added (to maintain backwards compatibility) and implemented by `value`. This interface, `RawValue`, allows the retrieval of the raw bytes but requires a type assertion. * fix: add bytes to Value * fix: use bytes for test