All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2020-09-11)
- add item limit to items query (2fdded2)
1.9.2 (2020-08-06)
- add missing utils folder to package (b65634d)
1.9.1 (2020-08-06)
- remove dependency on ethereum-libraries (8690381)
1.9.0 (2020-08-06)
1.9.0-alpha.1 (2020-05-15)
1.9.0-alpha.0 (2020-05-15)
- allow single column matching in findItem (236ae6f)
1.8.1 (2020-05-11)
- add missing field in round getter and update view contract (1a8fa61)
- docs and error message (abab004)
- don't require fee stake in the first round (4f3bdde)
- move evidenceGroupID mapping to event logs (97feccd)
- reduce complexity on withdrawFeesAndRewards (fb7595f)
- reimbursement and fee withdrawal (3f62396)
- remove the request type since is available on event logs (9e7046c)
- remove unused struct field (c80b05a)
- typo, bug and useless condition (911f71f)
- update compiler version (29ebd6b)
1.8.0 (2020-04-27)
- add missing field in round getter and update view contract (bf877e5)
- don't require fee stake in the first round (7eabae7)
- reduce complexity on withdrawFeesAndRewards (1d5fba1)
- reimbursement and fee withdrawal (ca27499)
- remove unused struct field (b869987)
- typo, bug and useless condition (f4d60e5)
- implement review suggestions (0b380cf)
1.7.1 (2020-04-03)
1.7.0 (2020-04-27)
- add missing field in round getter and update view contract (bf877e5)
- don't require fee stake in the first round (7eabae7)
- reduce complexity on withdrawFeesAndRewards (1d5fba1)
- reimbursement and fee withdrawal (ca27499)
- remove unused struct field (b869987)
- typo, bug and useless condition (f4d60e5)
- implement review suggestions (0b380cf)
1.6.0 (2020-03-18)
- implement review suggestions (0b380cf)
1.5.1 (2020-03-09)
- add missing docstring and be consistent with parameter names (6cce5ac)
1.5.0 (2020-03-09)
- include evidence group in item and request events (6635ed2)
1.4.4 (2020-02-26)
- don't cast instance to address (a65bdd2)
1.4.2 (2020-02-04)
1.4.0 (2020-01-24)
- allow providing evidence for removal requests] (ff688e8)
1.3.1 (2020-01-23)
1.3.0 (2020-01-22)
- add factory contract (6906fcb)
1.2.0 (2020-01-15)
- also return the arbitraion cost in fetch arbitrable (2e3cc06)
1.1.0 (2020-01-14)
- add flag to not return absent items by default (e7a7f94)
1.0.3 (2020-01-13)
1.0.2 (2020-01-13)
- incorrect result array instantiation (8ec75a3)
1.0.1 (2020-01-13)
1.0.0 (2020-01-02)
- review suggestions (d51a333)
0.1.31 (2019-12-27)
- incorrect argument and iterator reset (87b7f85)
0.1.30 (2019-12-27)
- add view function for available rewards (68b23d7)
0.1.29 (2019-12-18)
0.1.28 (2019-12-08)
- include mapping of evidenceGroupID to requestID (47f3fdf)
0.1.27 (2019-12-06)
- include the request type in RequestSubmitted event (4285f96)
- make index ItemStatusChange fields and add request status fields (07f52c1)
0.1.25 (2019-12-04)
- include the request type in RequestSubmitted event (02bae44)
0.1.24 (2019-12-01)
0.1.23 (2019-11-30)
0.1.21 (2019-10-26)
- return the meta evidence ID for the request (4ba27ec)
0.1.19 (2019-10-26)
- GTCR.sol: test file (#7) (963bf28)
- emit event on appeal crowdfunding contribution (7ab6860)
- emit event when someone submits a request (2f52566)
- save the item's position on the list (1deb2be)
- submit event on item submission (#9) (5d66530)
0.1.18 (2019-10-01)
- GTCR.sol: test file (#7) (963bf28)
- remove support for EIP165 to avoid complexity (1e83dbc)
- use kleros libraries instead of local contracts (64db9fd)
0.1.15 (2019-09-14)
- readd item requests and remove simple request (2d3dd74)
0.1.14 (2019-09-14)
- save request type in storage for history (67d8eed)
0.1.13 (2019-09-14)
- remove unecessary vars (834ec94)
- use a more descriptive function name (83963d1)
- wrong page index when there aren't enought items to fill a page (de1fb2d)
- add getItemRequests function, docs and remove unused vars (f14a6d0)
- also return the number of requests and make methods public (6f48a5b)
0.1.12 (2019-08-28)
0.1.11 (2019-08-28)
- return last index if target was not found (1b8614f)
0.1.10 (2019-08-28)
- execution error on queryItems and findIndexFor page for empty tcrs (ed280da)
- add countWithFilter() and return indexFound on findIndexForPage (04da768)
0.1.9 (2019-08-28)
- queryItems returning only one item with oldestFirst == false (fd82dc6)
0.1.8 (2019-08-27)
- add find index for page view function (c76d288)
0.1.7 (2019-08-24)
- queryItems iteration (c85060b)
0.1.6 (2019-08-23)
0.1.5 (2019-08-23)
- emit event on item status change (c341007)
0.1.4 (2019-08-23)
- add introspection for the IArbitrable interface (c5e4bc3)
- remove unused permission interface (f5e339b)
- use proxy methods to requestStatusChange to avoid accidents (69948d6)
0.1.3 (2019-08-23)
- add view contract and remove obsolete (26733d4)
0.1.2 (2019-08-22)
- add contract abis to package (1a4d405)