v0.15.0
- Removed transformation logic from
Record
struct factory. UseS.transform
together withS.record
to have the same behavior as before - Renamed
constructor
arguments toparser
- Renamed
destructor
arguments toserializer
- Added
S.record0
struct factory - Added
Tuple
struct factory - Added
S.literalUnit
struct factory - Removed
Unit
literal, useS.literalUnit
instead - Added more examples to the documentation