Skip to content

0.2

Compare
Choose a tag to compare
@ole ole released this 18 Mar 17:47

Added a filter method to SortedArray. The difference to Sequence.filter (which always returns an Array) is that it returns a SortedArray. We can do this efficiently because filtering doesn't affect the sort order of the remaining elements. Thank you @klaaspieter for the PR!

Set up continuous integration on Travis CI. Travis will build and run the tests on macOS and Linux for every pull request.