-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
58 lines (31 loc) · 1.31 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
isotopes-0.6.1 (2021-07-11)
* Updated dependencies to fix security vulnerabilities
isotopes-0.6.0 (2020-04-13)
* Added support for passing options directly to SimpleDB
isotopes-0.5.1 (2018-12-26)
* Updated dependencies to fix security vulnerabilities
isotopes-0.5.0 (2018-08-07)
* Removed retryability implementation (AWS SDK provides it)
isotopes-0.4.2 (2018-08-07)
* Fixed failing delete operation without attribute names
isotopes-0.4.1 (2018-08-07)
* Added missing typings to dependencies
isotopes-0.4.0 (2018-08-05)
* Added fault-tolerance (retryability) to all SimpleDB client requests
isotopes-0.3.3 (2018-08-02)
* Added runtime check to Isotope.put for presence of item name
* Added comments to TypeScript annotations
* Fixed generic partial types to be too shallow
isotopes-0.3.2 (2018-08-01)
* Added utility types for recursively making types all optional or required
isotopes-0.3.1 (2018-07-30)
* Fixed handling of undefined values in WHERE clauses
isotopes-0.3.0 (2018-07-30)
* Added support for domain creation and destruction
* Refactored result to return token value instead of function
isotopes-0.2.0 (2018-07-29)
* Added support for multi-attribute values
isotopes-0.1.1 (2018-07-27)
* Fixed entrypoint and typings
isotopes-0.1.0 (2018-07-27)
* Initial release