Skip to content

Releases: markni/node-bangumi

Custom user agent support

15 Jul 23:30
Compare
Choose a tag to compare

Breaking Changes

1.2.0 now requires node >= 16

What's Changed

  • feat: add support for custom user-agent to meet the user agent require… by @markni in #12

Full Changelog: 1.1.1...1.2.0

Security Fix

18 Aug 00:31
a6f3002
Compare
Choose a tag to compare

Updates dependencies

1.1.0

12 May 05:04
00eaffe
Compare
Choose a tag to compare

Overview

This release focused on documentation clean up and also introduced a couple new methods to cover new api endpoints.

Additions

Deprecations

  • .fetchEps() has been deprecated to match the endpoint path style, use .fetchSubjectEps() instead

1.0.0

11 May 15:33
dcd7639
Compare
Choose a tag to compare

Overview

The initial release after bangumi introduced new oauth api (which pretty much same thing but you login with token instead of username/password). This is a major release so it will not compatible with v0.1.0

Additions

  • 1a888c0 introduce access token
  • 6eaa9d9 add promise support, all functions are now support promise and callback
  • 8d0d472 support https protocol [as default]

Deprecations

  • many method has been renamed in 1.0 to have a unified name sturcture, please check docs for new method names
  • auth is deprecated, while it's still usable, it's no longer actively supported

Legacy Version Release (deprecated)

28 Feb 09:35
Compare
Choose a tag to compare
v0.1.0

clearn up docs