forked from MrRefactoring/jira.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 4a3bef0
authored
Release v4.0.4 (MrRefactoring#342)
* MrRefactoring#327: Package `form-data` replaced to `formdata-node` for add esm support (MrRefactoring#341)
* MrRefactoring#327: Package `form-data` replaced to `formdata-node` for add esm support
* MrRefactoring#327: Add `Buffer` type support using `formdata-node` package
- Implemented `Buffer` to `File` conversion for attachment uploads.
- Added `attachment.mimeType` an optional property.
- Added automatic MIME type detection based on file extensions.
* MrRefactoring#327: Fixed the issue with the absence of the `File` class in Node.js v18.x.x by using `File` from `formdata-node`.
- Enhanced documentation with TSDoc and examples for better clarity.
* MrRefactoring#320: Fix tree shaking mechanism and remove circular dependencies (MrRefactoring#343)
- Improved the tree shaking process to ensure unused code is properly eliminated across the entire library.
- Refactored the codebase to resolve circular dependencies, improving tree shaking and maintainability.1 parent df8e9d2 commit 4a3bef0
File tree
18 files changed
+695
-277
lines changed- src
- agile/client
- serviceDesk
- client
- parameters
- version2
- client
- parameters
- version3
- client
- models
- parameters
- tests/integration
- version2
- version3
18 files changed
+695
-277
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 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 | + | ||
3 | 45 |
| |
4 | 46 |
| |
5 | 47 |
| |
|
0 commit comments