File tree 7 files changed +11
-29
lines changed
7 files changed +11
-29
lines changed Original file line number Diff line number Diff line change 1
1
## 0.6.0 (2024-06-07)
2
2
3
-
4
3
### 🚀 Features
5
4
6
5
- ** nestjs-tools-amqp-transport:** add custom event handler ([ ea215d5] ( https://github.com/getlarge/nestjs-tools/commit/ea215d5 ) )
7
6
8
-
9
7
### 🩹 Fixes
10
8
11
9
- ** nestjs-tools-amqp-transport:** create custom default deserializer to handle empty pattern ([ 8a4eaed] ( https://github.com/getlarge/nestjs-tools/commit/8a4eaed ) )
12
10
13
11
- ** nestjs-tools-amqp-transport:** evaluate default options correctly ([ 077a2d2] ( https://github.com/getlarge/nestjs-tools/commit/077a2d2 ) )
14
12
15
-
16
- ### ❤️ Thank You
13
+ ### ❤️ Thank You
17
14
18
15
- getlarge @getlarge
19
16
20
17
## 0.5.2 (2024-04-16)
21
18
22
-
23
19
### 🩹 Fixes
24
20
25
21
- ** amqp-transport:** solve type issues and improve reconnection handling ([ faf027c] ( https://github.com/getlarge/nestjs-tools/commit/faf027c ) )
26
22
27
-
28
- ### ❤️ Thank You
23
+ ### ❤️ Thank You
29
24
30
25
- getlarge @getlarge
31
26
Original file line number Diff line number Diff line change 1
1
## 0.3.0 (2024-04-16)
2
2
3
-
4
3
### 🚀 Features
5
4
6
5
- add module implementation ([ 715e29d] ( https://github.com/getlarge/nestjs-tools/commit/715e29d ) )
7
6
8
-
9
7
### 🩹 Fixes
10
8
11
9
- remove default requestContext factory due to type issues ([ f16b6a4] ( https://github.com/getlarge/nestjs-tools/commit/f16b6a4 ) )
14
12
15
13
- ** nestjs-tools-async-local-storage:** use stricter typing ([ e588371] ( https://github.com/getlarge/nestjs-tools/commit/e588371 ) )
16
14
17
-
18
- ### ❤️ Thank You
15
+ ### ❤️ Thank You
19
16
20
17
- Edouard @getlarge
21
18
- getlarge @getlarge
Original file line number Diff line number Diff line change 1
1
## 0.15.6 (2024-04-16)
2
2
3
- This was a version bump only for nestjs-tools-cluster to align it with other projects, there were no code changes.
3
+ This was a version bump only for nestjs-tools-cluster to align it with other projects, there were no code changes.
Original file line number Diff line number Diff line change 1
1
## 0.1.0 (2024-06-13)
2
2
3
-
4
3
### 🚀 Features
5
4
6
5
- ** nestjs-tools-fastify-upload:** add Storage classes ([ e2b4d07] ( https://github.com/getlarge/nestjs-tools/commit/e2b4d07 ) )
9
8
10
9
- ** nestjs-tools-fastify-upload:** add decoratos and interceptors ([ dbfb6e9] ( https://github.com/getlarge/nestjs-tools/commit/dbfb6e9 ) )
11
10
11
+ ### ❤️ Thank You
12
12
13
- ### ❤️ Thank You
14
-
15
- - getlarge @getlarge
13
+ - getlarge @getlarge
Original file line number Diff line number Diff line change 1
1
# 1.0.0 (2024-04-16)
2
2
3
-
4
3
### 🚀 Features
5
4
6
5
- ** file-storage:** create ` FileStorageModule ` ([ 07237e1] ( https://github.com/getlarge/nestjs-tools/commit/07237e1 ) )
7
6
8
7
- ** file-storage:** emit 'done' event once file is fully written ([ f8b1a02] ( https://github.com/getlarge/nestjs-tools/commit/f8b1a02 ) )
9
8
10
-
11
9
### 🩹 Fixes
12
10
13
11
- ** file-storage:** correctly spread credentials propetry ([ f26ed81] ( https://github.com/getlarge/nestjs-tools/commit/f26ed81 ) )
14
12
15
-
16
- ### ❤️ Thank You
13
+ ### ❤️ Thank You
17
14
18
15
- Eamon
19
16
- Edouard @getlarge
Original file line number Diff line number Diff line change 1
1
# 1.0.0 (2024-04-16)
2
2
3
-
4
3
### 🚀 Features
5
4
6
- - ⚠️ ** lock:** update dependencies ([ 17d414e] ( https://github.com/getlarge/nestjs-tools/commit/17d414e ) )
5
+ - ⚠️ ** lock:** update dependencies ([ 17d414e] ( https://github.com/getlarge/nestjs-tools/commit/17d414e ) )
7
6
8
7
- ** lock:** export LockService ([ 192ee1a] ( https://github.com/getlarge/nestjs-tools/commit/192ee1a ) )
9
8
10
-
11
- #### ⚠️ Breaking Changes
9
+ #### ⚠️ Breaking Changes
12
10
13
11
- ** lock:** replace redis and warlock
14
12
15
- ### ❤️ Thank You
13
+ ### ❤️ Thank You
16
14
17
15
- getlarge @getlarge
18
16
Original file line number Diff line number Diff line change 1
1
## 0.2.0 (2024-04-16)
2
2
3
-
4
3
### 🚀 Features
5
4
6
5
- ** typed-event-emitter:** create type safe event emitter ([ 67fa49c] ( https://github.com/getlarge/nestjs-tools/commit/67fa49c ) )
7
6
8
7
- ** typed-event-emitter:** create new methods to wait events ([ f9a3a12] ( https://github.com/getlarge/nestjs-tools/commit/f9a3a12 ) )
9
8
10
-
11
9
### 🩹 Fixes
12
10
13
11
- ** amqp-transport:** solve type issues and improve reconnection handling ([ faf027c] ( https://github.com/getlarge/nestjs-tools/commit/faf027c ) )
14
12
15
-
16
- ### ❤️ Thank You
13
+ ### ❤️ Thank You
17
14
18
15
- getlarge @getlarge
19
16
You can’t perform that action at this time.
0 commit comments