Skip to content

0.15.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@winterbe winterbe released this 16 Oct 12:11
· 32 commits to master since this release

This version adds several improvements to the internal structure of sequences. As a consequence the API documentation is greatly improved. All sequence operations are now correctly documented on the interface type Sequence.

In addition it's now possible to extend sequences with custom user-defined operations. See this example.

Thanks @couzic who made this possible. 👏