-
query
andqueryi
were incorrect. To get the same result asquerys
, the user had to subtract 1 from the start position. See: #5 -
The test for this module was not deterministic. A random test was generated, and the off-by-one bug in issue 5 was not caught because of this. Now I have a deterministic test that catches issue 5.
- The first version was called '0.1'. This does not follow semantic versioning standards. Now I've moved to '0.0.2' (MAJOR.MINOR.PATCH). See: http://semver.org/
- Initial release.