Skip to content

Releases: meili/natasha

Version 0.1.1

12 Oct 07:23
Compare
Choose a tag to compare

A few improvements:

  1. Add a readResource() method in TestBase that reads a file from src/test/resources and return a String.
  2. Add a helper CountDownLatch in TestBase, reduce the need for creating one every time you need. With countDown() and await() method to work together().

First release

12 Sep 10:18
Compare
Choose a tag to compare

First release