1.4.0
Minor changes
- ADDED: Duration utility extension for those really long cases.
- The Pipe operator! now you can do cool stuff
like:3 |> increment |> double |> double |> increment
and get11
. repeating
now supports throwing and other cases. Request features if you need more.
Patch changes
- Increased test coverage.
- Dumped JB for good.
- Hacked through failing performance tests.
- Finally dumped Jazzy in favor of SwiftDocC.
Fun
Building for debugging...
[310/310] Linking BetonPackageTests
Build complete! (25.29s)
- Terminal will be reused by tasks, press any key to close it.