Skip to content

Commit 4dd190e

Browse files
author
danilo spinelli
committed
chore: release 4.1.1
1 parent b912aad commit 4dd190e

File tree

2 files changed

+69
-11
lines changed

2 files changed

+69
-11
lines changed

CHANGELOG.md

+68-10
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v4.1.1](https://github.com/pagopa/io-utils/compare/v4.1.0...v4.1.1)
8+
9+
> 6 June 2020
10+
11+
- [#173200347] fix integer inclusive maximum [`#182`](https://github.com/pagopa/io-utils/pull/182)
12+
- Bump handlebars from 4.0.11 to 4.7.3 [`#168`](https://github.com/pagopa/io-utils/pull/168)
13+
- [#171800213] add azure pipeline [`#166`](https://github.com/pagopa/io-utils/pull/166)
14+
- [#173200347] fix integer inclusive maximum (#182) [`#173200347`](https://www.pivotaltracker.com/story/show/173200347)
15+
- [#171800213] add azure pipeline (#166) [`#171800213`](https://www.pivotaltracker.com/story/show/171800213)
16+
- fix [`b074588`](https://github.com/pagopa/io-utils/commit/b074588c86aea1cab06242ed226f2b62be24af9a)
17+
- update info [`af17e7e`](https://github.com/pagopa/io-utils/commit/af17e7efabc5f6606c041d1ee3d7c8234e64acee)
18+
- [pipeline] add variable CACHE_VERSION_ID [`7eec84f`](https://github.com/pagopa/io-utils/commit/7eec84f77ae66ae9951fc3443b308f2ba8c553c4)
19+
720
#### [v4.1.0](https://github.com/pagopa/io-utils/compare/v4.0.1...v4.1.0)
821

922
> 22 July 2019
1023
1124
- update swagger-parser, remove swagger-schema-official [`4713563`](https://github.com/pagopa/io-utils/commit/4713563782377b3a56a0ee21f3ef3d97a635eedf)
12-
- fix [`b074588`](https://github.com/pagopa/io-utils/commit/b074588c86aea1cab06242ed226f2b62be24af9a)
13-
- update info [`af17e7e`](https://github.com/pagopa/io-utils/commit/af17e7efabc5f6606c041d1ee3d7c8234e64acee)
25+
- remove from dependency types/swagger-parser and openapi-types. [`f4843a8`](https://github.com/pagopa/io-utils/commit/f4843a810dad301e4d451bdd87d273d0db171156)
26+
- other fix. [`be5ddaa`](https://github.com/pagopa/io-utils/commit/be5ddaad03496be0efa398953dff90e4e745da71)
1427

1528
#### [v4.0.1](https://github.com/pagopa/io-utils/compare/v4.0.0...v4.0.1)
1629

@@ -166,15 +179,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
166179
167180
- Adds option to generate request types (experimental) [`#47`](https://github.com/pagopa/io-utils/pull/47)
168181

169-
#### [v3.13.0](https://github.com/pagopa/io-utils/compare/v3.11.1...v3.13.0)
182+
#### [v3.13.0](https://github.com/pagopa/io-utils/compare/v3.12.0...v3.13.0)
170183

171184
> 5 September 2018
172185
173186
- fix: import io-ts [`#46`](https://github.com/pagopa/io-utils/pull/46)
174187
- fix: within range string maxLength [`#45`](https://github.com/pagopa/io-utils/pull/45)
188+
- Adds missing runtime dependency "yargs" [`9a377e3`](https://github.com/pagopa/io-utils/commit/9a377e3495baa5e730d0b38a7eb38421f1a4169f)
189+
190+
#### [v3.12.0](https://github.com/pagopa/io-utils/compare/v3.11.1...v3.12.0)
191+
192+
> 11 July 2018
193+
175194
- fix: ignore variable name tslint [`#44`](https://github.com/pagopa/io-utils/pull/44)
176195
- Create LICENSE [`#42`](https://github.com/pagopa/io-utils/pull/42)
177-
- Adds missing runtime dependency "yargs" [`9a377e3`](https://github.com/pagopa/io-utils/commit/9a377e3495baa5e730d0b38a7eb38421f1a4169f)
196+
- fix: within range string maxLength [`374af4d`](https://github.com/pagopa/io-utils/commit/374af4d5c261f7956409a9e8d341616a058d8c0e)
178197
- bump version [`5ee0ad5`](https://github.com/pagopa/io-utils/commit/5ee0ad57be6b44576d72073a6df6c4352ecb087b)
179198

180199
#### [v3.11.1](https://github.com/pagopa/io-utils/compare/v3.11.0...v3.11.1)
@@ -183,13 +202,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
183202
184203
- fix: hotfix for generation of custom types [`#41`](https://github.com/pagopa/io-utils/pull/41)
185204

186-
#### [v3.11.0](https://github.com/pagopa/io-utils/compare/v3.9.0...v3.11.0)
205+
#### [v3.11.0](https://github.com/pagopa/io-utils/compare/v3.10.0...v3.11.0)
187206

188207
> 21 June 2018
189208
190209
- [#158519397] support custom types [`#40`](https://github.com/pagopa/io-utils/pull/40)
191-
- add integer type [`#39`](https://github.com/pagopa/io-utils/pull/39)
192210
- [#158519397] support custom types (#40) [`#158519397`](https://www.pivotaltracker.com/story/show/158519397)
211+
212+
#### [v3.10.0](https://github.com/pagopa/io-utils/compare/v3.9.0...v3.10.0)
213+
214+
> 21 June 2018
215+
216+
- add integer type [`#39`](https://github.com/pagopa/io-utils/pull/39)
193217
- add integer type (#39) [`#158519355`](https://www.pivotaltracker.com/story/show/158519355)
194218

195219
#### [v3.9.0](https://github.com/pagopa/io-utils/compare/v3.8.2...v3.9.0)
@@ -198,20 +222,42 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
198222
199223
- feat: custom string formats [`#38`](https://github.com/pagopa/io-utils/pull/38)
200224

201-
#### [v3.8.2](https://github.com/pagopa/io-utils/compare/v3.7.1...v3.8.2)
225+
#### [v3.8.2](https://github.com/pagopa/io-utils/compare/v3.8.1...v3.8.2)
202226

203227
> 19 June 2018
204228
205229
- fix: generation of withrangenumbers [`#37`](https://github.com/pagopa/io-utils/pull/37)
206230
- fix: npm publish on win32 [`#36`](https://github.com/pagopa/io-utils/pull/36)
231+
232+
#### [v3.8.1](https://github.com/pagopa/io-utils/compare/v3.8.0...v3.8.1)
233+
234+
> 10 June 2018
235+
207236
- feat: support additionalProperties default value [`#35`](https://github.com/pagopa/io-utils/pull/35)
237+
- fix crlf on binaries for win32 [`2c52197`](https://github.com/pagopa/io-utils/commit/2c52197cd6631d9906c0db408d8d3f9b90f12cf6)
238+
- fix crlf on binaries for win32 [`73f6258`](https://github.com/pagopa/io-utils/commit/73f6258ca553946ef7eeda6643d4ace1f8dc7341)
239+
- fix crlf on binaries for win32 [`1b1eae1`](https://github.com/pagopa/io-utils/commit/1b1eae1064133ee774788068c11b932127e8b89d)
240+
241+
#### [v3.8.0](https://github.com/pagopa/io-utils/compare/v3.7.2...v3.8.0)
242+
243+
> 9 June 2018
244+
208245
- fix: additionalProperties [`#34`](https://github.com/pagopa/io-utils/pull/34)
209246
- Adds tslint [`#33`](https://github.com/pagopa/io-utils/pull/33)
210-
- [#157911013] ehnancement to io-ts type generation from swagger specs [`#32`](https://github.com/pagopa/io-utils/pull/32)
211-
- [#157911013] ehnancement to io-ts type generation from swagger specs (#32) [`#157911013`](https://www.pivotaltracker.com/story/show/157911013)
247+
- fix: support additionalProperties default [`7e61946`](https://github.com/pagopa/io-utils/commit/7e61946d585ecf4ca97a3a580b8bf729c59d39a3)
212248
- fix: small fixes to types generation [`6c084ee`](https://github.com/pagopa/io-utils/commit/6c084ee33ad63345b3d9e65c142cdefaf9027490)
213249
- fix: bumped patch version [`02a933e`](https://github.com/pagopa/io-utils/commit/02a933e160c57b06d92edc7ba0e32eef526235ac)
214250

251+
#### [v3.7.2](https://github.com/pagopa/io-utils/compare/v3.7.1...v3.7.2)
252+
253+
> 6 June 2018
254+
255+
- [#157911013] ehnancement to io-ts type generation from swagger specs [`#32`](https://github.com/pagopa/io-utils/pull/32)
256+
- [#157911013] ehnancement to io-ts type generation from swagger specs (#32) [`#157911013`](https://www.pivotaltracker.com/story/show/157911013)
257+
- fix: tests [`9b27ec0`](https://github.com/pagopa/io-utils/commit/9b27ec0955102d0bf5e6327eec019eb5ba8efb9f)
258+
- feat: extend generator features [`5f7cae7`](https://github.com/pagopa/io-utils/commit/5f7cae7bad645c8fe7851aa6a06b93341a888992)
259+
- added tslint [`0fb4b65`](https://github.com/pagopa/io-utils/commit/0fb4b6549e637f55824009a8a1ea2e69899f1c3f)
260+
215261
#### [v3.7.1](https://github.com/pagopa/io-utils/compare/v3.7.0...v3.7.1)
216262

217263
> 14 May 2018
@@ -230,12 +276,24 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
230276
231277
- Import withDefault only once [`#13`](https://github.com/pagopa/io-utils/pull/13)
232278

233-
#### [v3.6.0](https://github.com/pagopa/io-utils/compare/v3.4.0...v3.6.0)
279+
#### [v3.6.0](https://github.com/pagopa/io-utils/compare/v3.5.0...v3.6.0)
234280

235281
> 10 May 2018
236282
237283
- fix: intersection type [`#12`](https://github.com/pagopa/io-utils/pull/12)
284+
285+
#### [v3.5.0](https://github.com/pagopa/io-utils/compare/v3.4.1...v3.5.0)
286+
287+
> 10 May 2018
288+
289+
- Reverted previous commit about dereferencing [`538b595`](https://github.com/pagopa/io-utils/commit/538b595d7642584fbeb61e9f603c22cc1a146cc1)
290+
291+
#### [v3.4.1](https://github.com/pagopa/io-utils/compare/v3.4.0...v3.4.1)
292+
293+
> 10 May 2018
294+
238295
- fix: reverted de-referencing commit [`#10`](https://github.com/pagopa/io-utils/pull/10)
296+
- Reverted previous commit about dereferencing [`5a192ab`](https://github.com/pagopa/io-utils/commit/5a192ab713262510f28fbb2c6e362de222a35a7d)
239297

240298
#### [v3.4.0](https://github.com/pagopa/io-utils/compare/v3.3.0...v3.4.0)
241299

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "italia-utils",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Tools and utilities for the Digital Citizenship project",
55
"repository": "https://github.com/teamdigitale/italia-utils",
66
"author": "https://teamdigitale.governo.it",

0 commit comments

Comments
 (0)