Skip to content

1.0.8

Compare
Choose a tag to compare
@pushkarnk pushkarnk released this 03 Jan 17:17
· 132 commits to master since this release
6adf865

In this release we drop the "vX.Y.Z" format for the release name and conform to other Kitura repos that adopt a "X.Y.Z" format.

What's new

  • A few performance improvements (#117, #118 and #120)
  • We now conform to the syntax rules enforced by swiftlint (#121, #122, #123, #124, #125)
  • Jazzy doc generation and Codecov support (#133 and #134)
  • The tests may be run with ephemeral ports which make swift test --parallel possible (#129 and #130)
  • A longstanding flaky test fixed (#131)

Thanks to @nethraravindran for her work on swiftlint, jazzy doc generation and codecov.