Skip to content

Releases: botblock/BLAPI

2.0.0 support internal sharding

12 Jun 15:57
19662dc
Compare
Choose a tag to compare

BREAKING

  • drops support for discord.js < v12 on handle

Added

  • adds support for discord.js internal sharding on handle

return responses on manualPost

03 Jun 15:01
a941fc3
Compare
Choose a tag to compare
  • added responses from the APIs to manual post

type fix manualPost

29 May 21:47
Compare
Choose a tag to compare
  • fixes the input parameter types for manualPost to allow optional parameters (as was intended)

fix top.gg support on manual post

11 May 11:58
Compare
Choose a tag to compare

library:

  • fix top.gg on manual post thanks to @BennyDiscord

repository in general:

  • update dev-dependencies
  • update node CI to also lint

Typescript Compilation Fixes

26 Mar 12:59
Compare
Choose a tag to compare
  • fixes issues Typescript bots had when compiling. Types are now inline, which makes the library work for traditional JS as well as TS
  • remove unused files from the published code ( only publish dist/ )
  • removes gpr publish github action as it does not work anyways

1.3.0 - add legacy ID support

05 Mar 23:01
f6d32a2
Compare
Choose a tag to compare
  • add legacy ID support
  • fix things like posting to botblock
  • update default data
  • clean up code

1.2.12 - fix JS issue for good

05 Mar 21:35
Compare
Choose a tag to compare
  • declare types globally. this should ensure JS can't try to import random stuff

1.2.11 - fix JS use

05 Mar 21:21
Compare
Choose a tag to compare
  • fix javascript trying to import our type as module

1.2.10 - actually released to npm

03 Mar 21:00
Compare
Choose a tag to compare

forgot to update the version in the package

1.2.10 - linting

03 Mar 20:57
Compare
Choose a tag to compare
  • cleans up code
  • removes an unneeded class