Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

0.11.0 - 2022-04-18

Changed

0.10.0 - 2022-02-03

Changed

0.9.0 - 2022-01-03

Changed

  • Apply API changes(https://core.telegram.org/bots/api-changelog#december-30-2021).
    • Add parameter protect_content to functions: send-message, send-photo, send-video, send-animation, send-audio, send-document, send-sticker, send-video-note, send-voice, send-location, send-venue, send-contact, send-poll, send-dice, send-invoice, send-game, send-media-group, copy-message, and forward-message.

0.8.0 - 2021-12-13

Added

0.7.0 - 2021-11-08

Added

Changed

0.6.0 - 2021-06-28

Added

Changed

  • Apply API changes(https://core.telegram.org/bots/api#june-25-2021).
    • Rename function kick-chat-member to ban-chat-member.
    • Rename function get-chat-members-count to get-chat-member-count.
    • Add optional parameters to function get-my-commands.
    • Add optional parameters to function set-my-commands.

0.5.0 - 2021-04-27

Changed

0.4.0 - 2021-03-10

Added

Changed

0.3.0 - 2020-11-05

Added

Changed

  • Change send-message, send-photo, send-audio, send-document, send-sticker, send-video, send-animation, send-voice, send-video-note, send-media-group, send-location, send-venue, send-contact, send-poll, send-dice, unban-chat-member, promote-chat-member, unpin-chat-message, edit-message-text, edit-message-caption, edit-message-live-location, send-invoice, and send-game function signatures.

0.2.3 - 2020-04-24

Changed

0.2.2 - 2020-03-31

Added

Changed

  • Change create-new-sticker-set, add-sticker-to-set function signatures.

0.2.1 - 2020-01-29

Changed

0.2.0 - 2020-01-15

Added

  • Add support for ClojureScript.
  • Add some test cases for ClojureScript.

0.1.2 - 2020-01-06

Added

  • Add an environment variable (VERBOSE) for testing.
  • Add a guide file (README.md) for testing.

0.1.1 - 2020-01-02

Added

0.1.0 - 2019-12-19

Added

  • Add tests for long-polling functions.

Changed

  • Change long-polling functions to return boolean values.

Removed

  • Remove :jar-exclusions from project.clj.

0.0.10, 0.0.11, 0.0.12 - 2019-12-19

Fixed

  • Fix for cljdoc and excluding files from jar.

0.0.9 - 2019-12-17

Fixed

  • Lint codes.

0.0.8 - 2019-12-17

Changed

  • Convert returning jsons' keys from snake to kebab case.

Fixed

  • Fix typos in comments.

0.0.7 - 2019-12-16

Changed

0.0.6 - 2019-12-16

Added

  • Add more test codes. (WIP)

Changed

  • Rename stop-polling to stop-polling-updates for clarity.

0.0.5 - 2019-12-13

Added

  • Add some more test codes. (WIP)

0.0.4 - 2019-12-13

Added

  • Add some test codes. (WIP)

Changed

  • Change stop-polling function to return a boolean value.

0.0.3 - 2019-12-13

Fixed

  • Fix typo: edit-message-caption to edit-message-media.

Changed

  • Reorganize files for tests. (WIP)

0.0.2 - 2019-12-12

Changed

  • Fix not to wait for returned channel when polling updates.
  • Edit guides in README.md.

0.0.1 - 2019-12-09

Added

  • Add functions for long-polling updates.

Changed

  • Reorganize files.
  • Add timestamp to log functions.
  • Edit guides in README.md.

0.0.0 - 2019-12-09

Added

  • Initial commit.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close