v1.0.0-alpha.3
Pre-release
Pre-release
1.0.0-alpha.3 (2022-09-16)
⚠ BREAKING CHANGES
- The type of item returned by the
Parser
iterator
has changed fromResult<(Date, Directive), Error>
toResult<Directive, Error>
.
This is because not all directives have a date. So this change will make possible to support
more directives in the future without breaking the API.
Features
- Include date on
Transaction
type (743c136)
Refactor
- Iterate directives instead of date-directive tuples (3391822)