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.

Unreleased

  • None yet.

1.3.0 - 2022-01-01

1.3.0 Added

1.2.0 - 2021-12-07

1.2.0 Added

1.1.0 - 2021-11-06

1.1.0 Added

  • New optional parameters and updates in support of Telegram Bot API 5.4.
  • Minor documentation updates.
  • Dependency version bumps.

1.0.0 - 2021-07-18

1.0.0 Added

  • Ability to send requests asynchronously.

1.0.0 Changed

  • Exceptions are returned as an :error keyword in the response map instead of being thrown.
  • Logging now uses org.clojure/tools.logging.
  • The JSON library dependency must now be provided by the implementing application.

0.3.5 - 2021-07-04

0.3.5 Fixed

  • answerCallbackQuery parameter correction.
  • getWebhookInfo method name correction.

0.3.4 - 2021-06-26

0.3.4 Added

0.3.4 Changed

  • Removed version information from the README.
    • Bot API versions moved to changelog.
    • Removed library version info from the Installation section and now refers to Clojars.
  • Dependency version bumps
    • clj-http

0.3.3 - 2021-04-30

0.3.3 Added

0.3.3 Changed

  • Bumped project dependencies versions to the latest available.

0.3.2 - 2021-03-10

0.3.2 Added

0.3.2 Changed

  • Minor developer centric project updates.
    • Stopped using lein codox
    • Updated README for CLJ/deps dependency command
    • JDK version changes in the ci/cd pipeline
    • gitignore updates

0.3.1 - 2020-11-29

0.3.1 Changed

  • Updated all function docstrings to use markdown syntax.
    • Big improvement for generated cljdocs readability.

0.3.0 - 2020-11-06

0.3.0 Added

0.2.0 - 2020-10-25

0.2.0 Changed

  • Multi-arity function parameters for API methods. (easier to see required/optional parameters)

0.1.1 - 2020-10-16

0.1.1 Changed

  • Improved documentation and logging.
  • Simplified configuration.

0.1.0 - 2020-10-15

0.1.0 Added

  • Initial release of project, supporting Telegram Bot API 4.9.
  • Basic library functionality, tests, documentation, github pipeline.

Can you improve this documentation? These fine people already did:
wdhowe & Bill Howe
Edit on GitHub

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

× close