-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
68 lines (50 loc) · 1.37 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# CHANGELOG
## 7.0.0
- Version bump, no changes (createHIT branch not merged).
## 6.0.0
- Version bump, no changes (however createHIT branch still to be merged).
## 5.7
- Disconnected players do not receive bonus.
## 5.6
- HIT submission is prevented when Exit Code field is empty.
- Search for HITs and Qualification Types.
- Notify workers.
- Filter using truthy values instead of true/false.
- Filter is on by default and it skips item of type 'bot' or item with 'skip' truthy.
- Better error handling.
## 5.1.0
- Updated to winston 3.x
## 5.0.0
- No changes.
## 4.2.0
- Filter function working.
- AutoApprove setting.
- Improved template configuration.
## 4.1.0
- All fields are customizable.
- Fixed case-insensitive match.
- Default separator is comma (',').
## 4.0.0
- Release updated to nodeGame 4.
## 1.1.2
- Fixed sending large lists of bonuses/results/qualifications.
- Fixed missed comma in template conf.
## 1.1.1
- Updated mturklinkpage.
## 1.1.0
- Updated Readme.
- Added loadOptions parameter to specify separator and other options.
- Improved mturk public page.
## 1.0.0
- Stable.
## 0.9.4
- Fixed HITId autocomplete.
## 0.9.3
- Fixes in error display.
## 0.9.2
- Fix call to ManageHIT methods.
## 0.9.1
- File codes.js moved from /modules to /core.
- This library can be required.
## 0.9
- First stable version. Interactive console to handle all basic operations.