v0.1.2
This is a patch release that fixes a few bugs and does minor improvements.
Improvements
- Prevent execution of multiple concurrent fault injections into the same targets. This situation would lead to unexpected results. This is particularly important to avoid situation as those described in #82
- Parameter validation in all API methods. Check for parameter types and also detect malformed objects in JS (see for example #41).