Releases: AstroCB/BotCore
Releases · AstroCB/BotCore
v2.0.0
New major version.
Breaking API changes:
- Renamed
EMAIL
andPASSWORD
keys incredentialsObj
toFACEBOOK_EMAIL
andFACEBOOK_PASSWORD
, respectively.
Other changes:
- Lots of updates to docs; in particular, there is now a guide to setting up the credentials object, which is the trickiest part of using BotCore in my opinion.
- New scripts in the
examples/
directory for setting up credentials objects as environment variables and a JS module.