backlog-js 0.13.5 → 0.13.7
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 +10 -0
- package/dist/backlog.js +308 -89
- package/dist/backlog.min.js +1 -1
- package/dist/types/backlog.d.ts +16 -0
- package/dist/types/entity.d.ts +43 -0
- package/dist/types/option.d.ts +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.13.7](https://github.com/nulab/backlog-js/compare/0.13.6...0.13.7) (2025-08-21)
|
|
4
|
+
|
|
5
|
+
* Add hasDueDate params [#113](https://github.com/nulab/backlog-js/pull/113) ([katayama8000](https://github.com/katayama8000))
|
|
6
|
+
|
|
7
|
+
## [0.13.6](https://github.com/nulab/backlog-js/compare/0.13.5...0.13.6) (2025-07-01)
|
|
8
|
+
|
|
9
|
+
* Bump pbkdf2 from 3.1.1 to 3.1.3 [#110](https://github.com/nulab/backlog-js/pull/110) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
10
|
+
* Bump undici from 6.21.1 to 6.21.2 [#105](https://github.com/nulab/backlog-js/pull/105) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
11
|
+
* feat(api): add support for document-related endpoints [#109](https://github.com/nulab/backlog-js/pull/109) ([trknhr](https://github.com/trknhr))
|
|
12
|
+
|
|
3
13
|
## [0.13.5](https://github.com/nulab/backlog-js/compare/0.13.4...0.13.5) (2025-06-17)
|
|
4
14
|
|
|
5
15
|
* Add missing params for watching list [#106](https://github.com/nulab/backlog-js/pull/106) ([takuji](https://github.com/takuji))
|