Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 622 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 622 Bytes

Changelog

0.2.2

Revamp the README

Tweak docstrings

I don't expect any more breaking changes.

0.2.1

Update the docs a bit.

Don't set a clojure version in the deps.

0.2.0

Allow setting the base-url when creating a client. I've not personally used this but apparently you can have a local bot api server, lmk if anyone finds this useful!

We now assert that the token is set when creating a client:

(tg/make-client {})
; Assert failed: :token is required

0.1.0

Initial release with invoke & support for files etc