backlog-js 0.12.1 → 0.12.5
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 +26 -0
- package/README.md +1 -1
- package/dist/backlog.js +474 -10
- package/dist/backlog.min.js +1 -1
- package/dist/{src → types}/backlog.d.ts +98 -84
- package/dist/{src → types}/entity.d.ts +0 -0
- package/dist/{src → types}/error.d.ts +6 -7
- package/dist/{src → types}/index.d.ts +0 -0
- package/dist/{src → types}/oauth2.d.ts +0 -0
- package/dist/{src → types}/option.d.ts +2 -2
- package/dist/{src → types}/request.d.ts +2 -2
- package/package.json +17 -15
- package/.github/workflows/nodejs.yml +0 -26
- package/DEVELOPMENT.md +0 -47
- package/dist/backlog.d.ts +0 -745
- package/dist/src/backlog.js +0 -513
- package/dist/src/entity.js +0 -2
- package/dist/src/error.js +0 -91
- package/dist/src/index.js +0 -13
- package/dist/src/oauth2.js +0 -45
- package/dist/src/option.js +0 -65
- package/dist/src/request.js +0 -93
- package/dist/test/fixtures/index.d.ts +0 -3
- package/dist/test/fixtures/index.js +0 -15
- package/dist/test/fixtures/oauth2.d.ts +0 -6
- package/dist/test/fixtures/oauth2.js +0 -9
- package/dist/test/fixtures/project.d.ts +0 -10
- package/dist/test/fixtures/project.js +0 -15
- package/dist/test/fixtures/space.d.ts +0 -11
- package/dist/test/fixtures/space.js +0 -14
- package/dist/test/test.d.ts +0 -2
- package/dist/test/test.js +0 -183
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.12.5](https://github.com/nulab/backlog-js/compare/0.12.4...0.12.5) (2022-01-28)
|
|
4
|
+
|
|
5
|
+
* Bump cached-path-relative from 1.0.2 to 1.1.0 [#56](https://github.com/nulab/backlog-js/pull/56) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
6
|
+
* Bump node-fetch from 2.6.1 to 2.6.7 [#55](https://github.com/nulab/backlog-js/pull/55) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
7
|
+
* No npx in scripts [#54](https://github.com/nulab/backlog-js/pull/54) ([mmktomato](https://github.com/mmktomato))
|
|
8
|
+
* Remove unnecessary namespace (global) [#53](https://github.com/nulab/backlog-js/pull/53) ([mmktomato](https://github.com/mmktomato))
|
|
9
|
+
* Use minified script [#52](https://github.com/nulab/backlog-js/pull/52) ([mmktomato](https://github.com/mmktomato))
|
|
10
|
+
* Generate d.ts automatically [#51](https://github.com/nulab/backlog-js/pull/51) ([mmktomato](https://github.com/mmktomato))
|
|
11
|
+
* Bump path-parse from 1.0.6 to 1.0.7 [#49](https://github.com/nulab/backlog-js/pull/49) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
12
|
+
|
|
13
|
+
## [0.12.4](https://github.com/nulab/backlog-js/compare/0.12.3...0.12.4) (2021-08-10)
|
|
14
|
+
|
|
15
|
+
* Add return type [#47](https://github.com/nulab/backlog-js/pull/47) ([ohyama](https://github.com/ohyama))
|
|
16
|
+
|
|
17
|
+
## [0.12.3](https://github.com/nulab/backlog-js/compare/0.12.2...0.12.3) (2021-07-08)
|
|
18
|
+
|
|
19
|
+
* string and number for IdOrKey parameters [#44](https://github.com/nulab/backlog-js/pull/44) ([mmktomato](https://github.com/mmktomato))
|
|
20
|
+
* Fix type bugs [#43](https://github.com/nulab/backlog-js/pull/43) ([mmktomato](https://github.com/mmktomato))
|
|
21
|
+
|
|
22
|
+
## [0.12.2](https://github.com/nulab/backlog-js/compare/0.12.1...0.12.2) (2021-05-31)
|
|
23
|
+
|
|
24
|
+
* Add GET /api/v2/rateLimit [#38](https://github.com/nulab/backlog-js/pull/38) ([mmktomato](https://github.com/mmktomato))
|
|
25
|
+
* Bump handlebars from 4.7.6 to 4.7.7 [#37](https://github.com/nulab/backlog-js/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
26
|
+
* Cleanup published files [#35](https://github.com/nulab/backlog-js/pull/35) ([mmktomato](https://github.com/mmktomato))
|
|
27
|
+
* Remove Travis CI [#34](https://github.com/nulab/backlog-js/pull/34) ([mmktomato](https://github.com/mmktomato))
|
|
28
|
+
|
|
3
29
|
## [0.12.1](https://github.com/nulab/backlog-js/compare/0.12.0...0.12.1) (2021-04-01)
|
|
4
30
|
|
|
5
31
|
* Bump npm libraries [#30](https://github.com/nulab/backlog-js/pull/30) ([mmktomato](https://github.com/mmktomato))
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# backlog-js [](https://github.com/nulab/backlog-js/actions/workflows/nodejs.yml) [](https://badge.fury.io/js/backlog-js) [](http://definitelytyped.org)
|
|
2
2
|
Backlog API version 2 client for browser and node.
|
|
3
3
|
|
|
4
4
|
## Required reading
|