aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/CHANGELOG.md
blob: 8b14373508dd4bc8f24afecbbb4d8d8dad0f50a5 (plain) (blame)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v1.0.8 - _September 5, 2018_

    * Dependencies updated

## v1.0.7 - _August 27, 2018_

    * Dependencies updated

## v1.0.6 - _August 24, 2018_

    * Dependencies updated

## v1.0.5 - _August 14, 2018_

    * Dependencies updated

## v1.0.4 - _July 26, 2018_

    * Dependencies updated

## v1.0.3 - _July 26, 2018_

    * Dependencies updated

## v1.0.2 - _July 26, 2018_

    * Dependencies updated

## v1.0.1 - _July 23, 2018_

    * Dependencies updated

## v1.0.0 - _July 20, 2018_

    * Fix bug in string enum assertion. We erroneously were checking against the enum keys, not values (#821)

## v0.2.14 - _July 18, 2018_

    * Dependencies updated

## v0.2.13 - _July 9, 2018_

    * Dependencies updated

## v0.2.12 - _June 19, 2018_

    * Dependencies updated

## v0.2.11 - _June 1, 2018_

    * Incorrect publish that was unpublished

## v0.2.10 - _May 22, 2018_

    * Dependencies updated

## v0.2.9 - _May 5, 2018_

    * Dependencies updated

## v0.2.8 - _May 4, 2018_

    * Dependencies updated

## v0.2.7 - _April 18, 2018_

    * Dependencies updated

## v0.2.6 - _April 11, 2018_

    * Dependencies updated

## v0.2.5 - _April 2, 2018_

    * Dependencies updated

## v0.2.4 - _April 2, 2018_

    * Dependencies updated

## v0.2.0 - _March 7, 2018_

    * Rename `isHttpUrl` to `isWebUri` (#412)

## v0.1.0 - _March 3, 2018_

    * Remove isETHAddressHex checksum address check and assume address will be lowercased  (#373)
    * Add an optional parameter `subSchemas` to `doesConformToSchema` method (#385)

## v0.0.18 - _February 8, 2017_

    * Fix publishing issue where .npmignore was not properly excluding undesired content (#389)

## v0.0.4 - _November 13, 2017_

    * Re-publish Assert previously published under NPM package @0xproject/0x-assert
    * Added assertion isValidBaseUnitAmount which checks both that the value is a valid bigNumber and that it does not contain decimals.