Changelog
2.0.1 (2020-02-14)
template: add surrial tag for template literals (bf27e77)
feat(custom): allow custom serialization logic (#7) (bd78dc4), closes #7 #5
surrialize()
methods on your objects (for some reason?) that function will now be used when serializing the object.Changelog
2.0.1 (2020-02-14)
template: add surrial tag for template literals (bf27e77)
feat(custom): allow custom serialization logic (#7) (bd78dc4), closes #7 #5
surrialize()
methods on your objects (for some reason?) that function will now be used when serializing the object.Changelog
0.2.0 (2019-01-23)
serialize(new Foo('bar'));
// Should now be:
serialize(new Foo('bar'), [Foo]);
<a name="0.1.3"></a>