@egose/n8n-client 0.4.5 → 0.5.0
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.
- package/CHANGELOG.md +16 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
## [0.5.0](https://github.com/egose/n8n-client/compare/v0.4.5...v0.5.0) (2026-07-08)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* migrate changelog generation to repo-toolkit package and update pre-commit workflow ([fadf938](https://github.com/egose/n8n-client/commit/fadf938282432cfb665cd3431cff7abc01013e24))
|
|
6
|
+
|
|
1
7
|
## [0.4.5](https://github.com/egose/n8n-client/compare/v0.4.4...v0.4.5) (2026-07-06)
|
|
2
8
|
|
|
3
|
-
###
|
|
9
|
+
### Documentation
|
|
4
10
|
|
|
5
11
|
* update license copyright notice ([d41e6f2](https://github.com/egose/n8n-client/commit/d41e6f2f6c223a43098f49682f7faae7594d967a))
|
|
6
12
|
|
|
@@ -10,7 +16,7 @@
|
|
|
10
16
|
|
|
11
17
|
## [0.4.2](https://github.com/egose/n8n-client/compare/v0.4.1...v0.4.2) (2026-06-19)
|
|
12
18
|
|
|
13
|
-
###
|
|
19
|
+
### Code Refactoring
|
|
14
20
|
|
|
15
21
|
* **website:** move faster plugin to devDependencies and adjust tailwind layers ([6ccaeba](https://github.com/egose/n8n-client/commit/6ccaeba1a85dc12eb4e0eeda11a8b597ec98c939))
|
|
16
22
|
|
|
@@ -33,13 +39,13 @@
|
|
|
33
39
|
* expand and refine API type definitions ([2437e7b](https://github.com/egose/n8n-client/commit/2437e7b6e425e4900c453574904df7d408530031))
|
|
34
40
|
* **website:** add patch and patchResource for partial updates and improve documentation ([e916523](https://github.com/egose/n8n-client/commit/e916523b32b8c476849b65348983420172b7698b))
|
|
35
41
|
|
|
36
|
-
###
|
|
42
|
+
### Documentation
|
|
37
43
|
|
|
38
44
|
* add JSDoc to N8nClient and create coding agent guide ([28013b1](https://github.com/egose/n8n-client/commit/28013b127c4afe2c63e7c78e12a7d2f1ce02cb47))
|
|
39
45
|
|
|
40
46
|
## [0.2.1](https://github.com/egose/n8n-client/compare/v0.2.0...v0.2.1) (2026-06-14)
|
|
41
47
|
|
|
42
|
-
###
|
|
48
|
+
### Documentation
|
|
43
49
|
|
|
44
50
|
* **website:** document resource classes and update api examples ([1863152](https://github.com/egose/n8n-client/commit/1863152e2fa31f8028bd45482027c150c196916b))
|
|
45
51
|
|
|
@@ -50,27 +56,29 @@
|
|
|
50
56
|
* **website:** add bound resource clients and resource helpers across website API ([06929b2](https://github.com/egose/n8n-client/commit/06929b242b5bca3d81b2a2ffc5b3a54dca127121))
|
|
51
57
|
* **website:** rename resource handles to clients and update factory methods ([cd551cc](https://github.com/egose/n8n-client/commit/cd551cc860cbc0ee3a1b8fbb28985a56704f0c77))
|
|
52
58
|
|
|
53
|
-
###
|
|
59
|
+
### Documentation
|
|
54
60
|
|
|
55
61
|
* **website:** document raw versus resource client usage patterns ([1015838](https://github.com/egose/n8n-client/commit/101583834502dd253d705dc5dcad55c4ad68d9d8))
|
|
56
62
|
* **website:** refresh website docs and examples for client naming ([bf646e5](https://github.com/egose/n8n-client/commit/bf646e51b3c95f3e7a94414a8196e1336e2f9037))
|
|
57
63
|
|
|
58
64
|
## [0.1.2](https://github.com/egose/n8n-client/compare/v0.1.1...v0.1.2) (2026-06-13)
|
|
59
65
|
|
|
60
|
-
###
|
|
66
|
+
### Documentation
|
|
61
67
|
|
|
62
68
|
* **website:** update api reference and project documentation ([8eb8e1d](https://github.com/egose/n8n-client/commit/8eb8e1dab71a2cf077cf35dc3d88c8b1f580f3cd))
|
|
63
69
|
|
|
64
|
-
###
|
|
70
|
+
### Code Refactoring
|
|
65
71
|
|
|
66
72
|
* **website:** introduce base handle and refine api types ([33202cf](https://github.com/egose/n8n-client/commit/33202cf3bf58a4c3b0d80df81079fe14bcab4fda))
|
|
67
73
|
|
|
74
|
+
## [0.1.1](https://github.com/egose/n8n-client/compare/v0.1.0...v0.1.1) (2026-06-11)
|
|
75
|
+
|
|
68
76
|
## [0.1.0](https://github.com/egose/n8n-client/compare/af6753477e8559b1324897e2af7f99772846a4a2...v0.1.0) (2026-06-11)
|
|
69
77
|
|
|
70
78
|
### Features
|
|
71
79
|
|
|
72
80
|
* **website:** expand public API handlers, mappers, and website samples for new endpoint coverage ([af67534](https://github.com/egose/n8n-client/commit/af6753477e8559b1324897e2af7f99772846a4a2))
|
|
73
81
|
|
|
74
|
-
###
|
|
82
|
+
### Documentation
|
|
75
83
|
|
|
76
84
|
* **website:** add secret scanning pragmas to samples and documentation ([7f7c503](https://github.com/egose/n8n-client/commit/7f7c5031da1ea29a9b134bf72717d32770b1c2dd))
|
package/package.json
CHANGED