@transferwise/neptune-validation 3.0.6 → 3.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/package.json +6 -3
  3. package/CHANGELOG.md +0 -241
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Neptune Web Utilities: Validation
2
2
 
3
3
  `@transferwise/neptune-validation` provides common validators. The package is part of [Neptune Web](https://github.com/transferwise/neptune-web) - the Web portion of Neptune, the Design System built by and used at [TransferWise](http://transferwise.com/).
4
+
4
5
  Currently the package includes:
5
6
 
6
7
  - rule validators to validate form input fields.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-validation",
3
- "version": "3.0.6",
3
+ "version": "3.0.12",
4
4
  "description": "Neptune Web validation",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/umd/polyfill/main.js",
@@ -35,9 +35,12 @@
35
35
  "@rollup/plugin-babel": "^5.2.2",
36
36
  "@rollup/plugin-commonjs": "^11.0.2",
37
37
  "@rollup/plugin-node-resolve": "^7.1.3",
38
- "@transferwise/test-config": "^5.0.1",
38
+ "@transferwise/test-config": "^5.0.2",
39
39
  "rollup": "^2.34.0",
40
40
  "rollup-plugin-uglify": "^6.0.4"
41
41
  },
42
- "gitHead": "02ec2216b395215b2c4994f255b33837ec59bc8c"
42
+ "publishConfig": {
43
+ "access": "public"
44
+ },
45
+ "gitHead": "6439551ab2f62ec2206adbf4a49761bdcbbe2127"
43
46
  }
package/CHANGELOG.md DELETED
@@ -1,241 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [3.0.6](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@3.0.5...@transferwise/neptune-validation@3.0.6) (2022-12-30)
7
-
8
- **Note:** Version bump only for package @transferwise/neptune-validation
9
-
10
-
11
-
12
-
13
-
14
- ## [3.0.5](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@3.0.4...@transferwise/neptune-validation@3.0.5) (2022-06-09)
15
-
16
- **Note:** Version bump only for package @transferwise/neptune-validation
17
-
18
-
19
-
20
-
21
-
22
- ## [3.0.4](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@3.0.3...@transferwise/neptune-validation@3.0.4) (2021-12-07)
23
-
24
- **Note:** Version bump only for package @transferwise/neptune-validation
25
-
26
-
27
-
28
-
29
-
30
- ## [3.0.3](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@3.0.2...@transferwise/neptune-validation@3.0.3) (2021-11-25)
31
-
32
- **Note:** Version bump only for package @transferwise/neptune-validation
33
-
34
-
35
-
36
-
37
-
38
- ## [3.0.2](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@3.0.1...@transferwise/neptune-validation@3.0.2) (2021-11-16)
39
-
40
- **Note:** Version bump only for package @transferwise/neptune-validation
41
-
42
-
43
-
44
-
45
-
46
- ## [3.0.1](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@3.0.0...@transferwise/neptune-validation@3.0.1) (2021-08-16)
47
-
48
- **Note:** Version bump only for package @transferwise/neptune-validation
49
-
50
-
51
-
52
-
53
-
54
- # [3.0.0](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.1.5...@transferwise/neptune-validation@3.0.0) (2021-08-06)
55
-
56
-
57
- * feat!: Neptune August Release (#1059) ([734f67d](https://github.com/transferwise/neptune-web/commit/734f67d978bee5a873f8747f91b7f1d8b9a81555)), closes [#1059](https://github.com/transferwise/neptune-web/issues/1059) [#976](https://github.com/transferwise/neptune-web/issues/976) [#1028](https://github.com/transferwise/neptune-web/issues/1028) [#1015](https://github.com/transferwise/neptune-web/issues/1015) [#1065](https://github.com/transferwise/neptune-web/issues/1065) [#1047](https://github.com/transferwise/neptune-web/issues/1047) [#1049](https://github.com/transferwise/neptune-web/issues/1049) [#1072](https://github.com/transferwise/neptune-web/issues/1072) [#1023](https://github.com/transferwise/neptune-web/issues/1023)
58
-
59
-
60
- ### BREAKING CHANGES
61
-
62
- * https://transferwise.github.io/neptune-web/about/Setup#polyfills-for-web-browser-api
63
- * import CSS from `@transferwise/components` and `@transferwise/dynamic-flows`
64
-
65
-
66
-
67
-
68
-
69
- ## [2.1.5](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.1.4...@transferwise/neptune-validation@2.1.5) (2021-07-05)
70
-
71
- **Note:** Version bump only for package @transferwise/neptune-validation
72
-
73
-
74
-
75
-
76
-
77
- ## [2.1.4](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.1.3...@transferwise/neptune-validation@2.1.4) (2021-06-23)
78
-
79
- **Note:** Version bump only for package @transferwise/neptune-validation
80
-
81
-
82
-
83
-
84
-
85
- ## [2.1.3](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.1.2...@transferwise/neptune-validation@2.1.3) (2021-06-16)
86
-
87
- **Note:** Version bump only for package @transferwise/neptune-validation
88
-
89
-
90
-
91
-
92
-
93
- ## [2.1.2](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.1.1...@transferwise/neptune-validation@2.1.2) (2021-06-11)
94
-
95
- **Note:** Version bump only for package @transferwise/neptune-validation
96
-
97
-
98
-
99
-
100
-
101
- ## [2.1.1](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.1.0...@transferwise/neptune-validation@2.1.1) (2021-05-10)
102
-
103
- **Note:** Version bump only for package @transferwise/neptune-validation
104
-
105
-
106
-
107
-
108
-
109
- # [2.1.0](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.13...@transferwise/neptune-validation@2.1.0) (2021-04-21)
110
-
111
-
112
- ### Features
113
-
114
- * make the DateLookup clearable ([#891](https://github.com/transferwise/neptune-web/issues/891)) ([590c9b5](https://github.com/transferwise/neptune-web/commit/590c9b5624e1cbc948e05923494b62b48fe74cd3))
115
-
116
-
117
-
118
-
119
-
120
- ## [2.0.13](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.12...@transferwise/neptune-validation@2.0.13) (2021-04-07)
121
-
122
- **Note:** Version bump only for package @transferwise/neptune-validation
123
-
124
-
125
-
126
-
127
-
128
- ## [2.0.12](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.11...@transferwise/neptune-validation@2.0.12) (2021-04-07)
129
-
130
- **Note:** Version bump only for package @transferwise/neptune-validation
131
-
132
-
133
-
134
-
135
-
136
- ## [2.0.11](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.10...@transferwise/neptune-validation@2.0.11) (2021-03-05)
137
-
138
- **Note:** Version bump only for package @transferwise/neptune-validation
139
-
140
-
141
-
142
-
143
-
144
- ## [2.0.10](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.9...@transferwise/neptune-validation@2.0.10) (2021-02-09)
145
-
146
- **Note:** Version bump only for package @transferwise/neptune-validation
147
-
148
-
149
-
150
-
151
-
152
- ## [2.0.9](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.8...@transferwise/neptune-validation@2.0.9) (2021-02-08)
153
-
154
- **Note:** Version bump only for package @transferwise/neptune-validation
155
-
156
-
157
-
158
-
159
-
160
- ## [2.0.8](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.7...@transferwise/neptune-validation@2.0.8) (2021-02-08)
161
-
162
- **Note:** Version bump only for package @transferwise/neptune-validation
163
-
164
-
165
-
166
-
167
-
168
- ## [2.0.7](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.6...@transferwise/neptune-validation@2.0.7) (2021-01-29)
169
-
170
- **Note:** Version bump only for package @transferwise/neptune-validation
171
-
172
-
173
-
174
-
175
-
176
- ## [2.0.6](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.5...@transferwise/neptune-validation@2.0.6) (2020-12-04)
177
-
178
- **Note:** Version bump only for package @transferwise/neptune-validation
179
-
180
-
181
-
182
-
183
-
184
- ## [2.0.5](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.4...@transferwise/neptune-validation@2.0.5) (2020-09-11)
185
-
186
-
187
- ### Bug Fixes
188
-
189
- * fix core-js injection ([#579](https://github.com/transferwise/neptune-web/issues/579)) ([9a7fa75](https://github.com/transferwise/neptune-web/commit/9a7fa75432f5da78b29b7ae36008d28e4de56ea9))
190
-
191
-
192
-
193
-
194
-
195
- ## [2.0.4](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.3...@transferwise/neptune-validation@2.0.4) (2020-09-11)
196
-
197
- **Note:** Version bump only for package @transferwise/neptune-validation
198
-
199
-
200
-
201
-
202
-
203
- ## [2.0.3](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.2...@transferwise/neptune-validation@2.0.3) (2020-09-11)
204
-
205
- **Note:** Version bump only for package @transferwise/neptune-validation
206
-
207
-
208
-
209
-
210
-
211
- ## [2.0.2](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.1...@transferwise/neptune-validation@2.0.2) (2020-09-08)
212
-
213
-
214
- ### Bug Fixes
215
-
216
- * add babel transpiled files ([#559](https://github.com/transferwise/neptune-web/issues/559)) ([bae211a](https://github.com/transferwise/neptune-web/commit/bae211a1d2f198d23d5d299077a613bf4fd4d9c9))
217
-
218
-
219
-
220
-
221
-
222
- ## [2.0.1](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-validation@2.0.0...@transferwise/neptune-validation@2.0.1) (2020-09-07)
223
-
224
-
225
- ### Bug Fixes
226
-
227
- * add comment to isEmpty package ([#557](https://github.com/transferwise/neptune-web/issues/557)) ([89d6a0e](https://github.com/transferwise/neptune-web/commit/89d6a0e3c9da72d02963e0087fa5534bba3b3f20))
228
-
229
-
230
-
231
-
232
-
233
- # 2.0.0 (2020-09-04)
234
-
235
-
236
- * feat!: neptune sprint 28 - Neptune CSS refactor and lab (#547) ([d0ea9ef](https://github.com/transferwise/neptune-web/commit/d0ea9ef1272ab2aae57d7a6d470110ec74af1d25)), closes [#547](https://github.com/transferwise/neptune-web/issues/547)
237
-
238
-
239
- ### BREAKING CHANGES
240
-
241
- * Moved some CSS out of the css package and into components, deprecated some custom props and changed the directory structure of variable and props files