@jellyfin/sdk 0.0.0-unstable.202510210547 → 0.0.0-unstable.202510211329

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/CHANGELOG.md +110 -0
  2. package/README.md +1 -45
  3. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,110 @@
1
+ <!-- markdownlint-disable MD024 -->
2
+ # Changelog
3
+
4
+ All notable changes to this project will be documented in this file.
5
+
6
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
7
+
8
+ ## [Unreleased]
9
+
10
+ ### Changed
11
+
12
+ * Updated OpenAPI spec for Jellyfin 10.11.0 ([#931](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/931)).
13
+
14
+ ## [0.11.0] - 2024-10-28
15
+
16
+ ### Changed
17
+
18
+ * Updated OpenAPI spec for Jellyfin 10.10.0 ([#816](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/816)).
19
+
20
+ ### Removed
21
+
22
+ * Removed deprecated image url function ([#731](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/731)).
23
+
24
+ ## [0.10.0] - 2024-06-03
25
+
26
+ ### Changed
27
+
28
+ * Update build target to ES2018 ([#712](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/712)).
29
+
30
+ ## [0.9.0] - 2024-05-14
31
+
32
+ ### Changed
33
+
34
+ * Update OpenAPI spec for Jellyfin 10.9.1 ([#694](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/694)).
35
+
36
+ ## [0.8.2] - 2023-04-12
37
+
38
+ ## [0.8.1] - 2023-03-31
39
+
40
+ ## [0.8.0] - 2023-03-30
41
+
42
+ ### Changed
43
+
44
+ * Fully target ES6/ES2015 ([#341](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/341)).
45
+ * Axios major version upgrade ([#300](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/300)).
46
+
47
+ ## [0.7.0] - 2023-09-16
48
+
49
+ ### Changed
50
+
51
+ * Rename package to @jellyfin/sdk ([#262](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/262)).
52
+
53
+ ## [0.6.0] - 2022-07-14
54
+
55
+ ### Changed
56
+
57
+ * Update OpenAPI spec for Jellyfin 10.8.1 ([#208](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/208)).
58
+
59
+ ## [0.5.0] - 2022-06-17
60
+
61
+ ### Changed
62
+
63
+ * Build directory is now `lib` instead of `dist`.
64
+ Any imports used that were previously in `dist` will need updated ([#147](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/147)).
65
+ * API classes are no longer exposed via getters.
66
+ Instead you need to call a function passing the `Api` instance as a parameter.
67
+ For example: `getSystemApi(api)`.
68
+ While I do feel this is a slightly worse developer experience, it was a necessary change to support tree-shaking ([#149](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/149)).
69
+ * `BaseItemKind` is now included in the generated client.
70
+ Imports will need updated ([#187](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/187)).
71
+
72
+ ### Removed
73
+
74
+ * Duplicated exports were removed.
75
+ Any imports may need updated if you referenced one of the duplicates ([#148](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/148)).
76
+
77
+ ## [0.4.1] - 2022-02-17
78
+
79
+ ## [0.4.0] - 2022-02-17
80
+
81
+ ## [0.3.1] - 2022-02-03
82
+
83
+ ## [0.3.0] - 2021-10-18
84
+
85
+ ## [0.2.0] - 2021-10-08
86
+
87
+ ## [0.1.2] - 2021-09-19
88
+
89
+ ## [0.1.1] - 2021-09-19
90
+
91
+ ## [0.1.0] - 2021-09-19
92
+
93
+ [unreleased]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.11.0...HEAD
94
+ [0.11.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.10.0...v0.11.0
95
+ [0.10.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.9.0...v0.10.0
96
+ [0.9.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.8.2...v0.9.0
97
+ [0.8.2]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.8.1...v0.8.2
98
+ [0.8.1]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.8.0...v0.8.1
99
+ [0.8.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.7.0...v0.8.0
100
+ [0.7.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.6.0...v0.7.0
101
+ [0.6.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.5.0...v0.6.0
102
+ [0.5.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.4.1...v0.5.0
103
+ [0.4.1]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.4.0...v0.4.1
104
+ [0.4.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.3.1...v0.4.0
105
+ [0.3.1]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.3.0...v0.3.1
106
+ [0.3.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.2.0...v0.3.0
107
+ [0.2.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.1.2...v0.2.0
108
+ [0.1.2]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.1.1...v0.1.2
109
+ [0.1.1]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.1.0...v0.1.1
110
+ [0.1.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/releases/tag/v0.1.0
package/README.md CHANGED
@@ -109,51 +109,7 @@ await api.logout();
109
109
 
110
110
  ## Breaking Changes
111
111
 
112
- ### v0.11.0
113
-
114
- * Updated OpenAPI spec for Jellyfin 10.10.0. [#816](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/816)
115
-
116
- ### v0.10.0
117
-
118
- * Updated build target to ES2018. [#712](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/712)
119
-
120
- ### v0.9.0
121
-
122
- * Updated OpenAPI spec for Jellyfin 10.9.1. [#694](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/694)
123
-
124
- ### v0.8.0
125
-
126
- * The library is now fully targeted to ES6/ES2015.
127
- [#341](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/341)
128
- * Axios received a major version upgrade.
129
- [#300](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/300)
130
-
131
- ### v0.7.0
132
-
133
- * Renamed package to @jellyfin/sdk.
134
- [#262](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/262)
135
-
136
- ### v0.6.0
137
-
138
- * Updated OpenAPI spec for Jellyfin 10.8.1.
139
- [#208](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/208)
140
-
141
- ### v0.5.0
142
-
143
- * Build directory is now `lib` instead of `dist`.
144
- Any imports used that were previously in `dist` will need updated.
145
- [#147](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/147)
146
- * Duplicated exports were removed.
147
- Any imports may need updated if you referenced one of the duplicates.
148
- [#148](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/148)
149
- * API classes are no longer exposed via getters.
150
- Instead you need to call a function passing the `Api` instance as a parameter.
151
- For example: `getSystemApi(api)`.
152
- While I do feel this is a slightly worse developer experience, it was a necessary change to support tree-shaking.
153
- [#149](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/149)
154
- * `BaseItemKind` is now included in the generated client.
155
- Imports will need updated.
156
- [#187](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/187)
112
+ [See the CHANGELOG](./CHANGELOG.md)
157
113
 
158
114
  ## Roadmap to 1.0
159
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jellyfin/sdk",
3
- "version": "0.0.0-unstable.202510210547+commit.93d1549bbc978a68689fdec91113284e0197b35a",
3
+ "version": "0.0.0-unstable.202510211329+commit.c70d5d099feea2a3bf175da65465557ce63b4790",
4
4
  "description": "A TypeScript SDK for Jellyfin.",
5
5
  "keywords": [
6
6
  "jellyfin"