# Revision history for net-spider-cli
## 0.2.0.2 -- 2020-05-30
* Confirm test with `aeson-1.5.0.0`.
## 0.2.0.1 -- 2019-12-28
* Allow `net-spider-0.4.0.0`.
## 0.2.0.0 -- 2019-10-13
* Add `--duration` option to `parserSnapshotQuery` function.
* [BREAKING CHANGE] `parserSnapshotQuery` function now returns a new type `CLISnapshotQuery`.
This is because some combinations of `--time-from`, `--time-to` and `--duration` options
are invalid. To express that case, users have to use `makeSnapshotQuery` function to get
a `Query` object, and that function can fail.
* [BREAKING CHANGE] Remove `basisSnapshotQuery` field from `SnapshotConfig`.
`makeSnapshotQuery` function now plays the same role.
## 0.1.0.2 -- 2019-10-04
* Confirm test with `hashable-1.3.0.0`.
## 0.1.0.1 -- 2019-08-04
* Fix version bound for net-spider. It requires net-spider-0.3.2.0,
because this package uses `NetSpider.Interval`.
## 0.1.0.0 -- 2019-08-04
* First version. Released on an unsuspecting world.