Skip to content

1.4.6

Compare
Choose a tag to compare
@shikoshib shikoshib released this 12 Feb 05:06
· 18 commits to main since this release
d403181
  • Earlier gj-boomlings-api used a Node.js' experimental feature called Fetch API. The problem is that it was added in Node.js v17, which is really new and almost everything still uses older versions. So I decided to move to node-fetch which solves this problem.
  • Added getTab() function.