Liking cljdoc? Tell your friends :D

0.12.2 - 2024-05-24

  • Fixed bug with user custom handler reset when closing temporal message
  • Some minor improvements

0.12.1 - 2024-05-16

  • Added cloregram.dynamic/*executor* dynamic var with executor for virtual threads if Java 21+ used

0.12.0 - 2024-05-16

  • Changed core handlers namespace form cloregram.handler to cloregram.handlers
  • Changed core handler function name from common to main
  • Changed jetty server to [http-kit "2.8.0"]. Say hi to virtual threads! :)

0.11.4 - 2024-05-15

  • Added 2-arity version of cloregram.users/set-handler function

0.11.3 - 2024-05-15

  • Fixed bug with emty temp messages on validation

0.11.2 - 2024-05-14

  • Now bot is adding token to webhook url for better routing

0.11.1 - 2024-05-04

  • Added optional language code argument to function cloregram.validation.users/add

0.11.0 - 2024-04-28

  • Added namespace cloregram.dynamic with dynamic Vars *current-user and *from-message-id*
  • Added internationalisation logic and namespace cloregram.texts

0.10.3 - 2024-04-25

  • Added forgotten file src/cloregram/impl/users.clj (facepalm...)
  • Fixed bug about not restoring user's handler on callbackmquery processing

0.10.2 - 2024-04-24

  • Added returning of vuid to cloregram.validation.client messages sending functions
  • Changed Datalevin version to 0.9.5

0.10.1.1 - 2024-04-18

  • Fixed some mistakes in documentation

0.10.1 - 2024-04-17

  • Moved internal implementation of working with Users from cloregram.users namespace

0.10.0 - 2024-04-17

  • Added instructions to not put in cljdocs enything except public API
  • It's a milestone. I just wanted beautiful version number :)

0.9.1 - 2024-04-16

0.9.0 - 2024-03-16

0.8.1 - 2024-03-08

  • Changed cloregram.test.infrastructure.client/click-btn to throw Exception if no expected button

0.8.0 - 2024-03-07

  • Added full README.md <Issue #2>
  • Added documentation for public main API functions
  • Added documentation for public test infrastructure API functions
  • Removed get-user-info from public test infrastructure API
  • Fixed crash of last-temp-message if no temp messages

0.7.1 - 2024-03-04

  • Moved update-schema and load-data to cloregram.db
  • Changed update-schema and load-data to use weavejester/resauce library <Issue #12>

0.7.0 - 2024-02-29

Can you improve this documentation? These fine people already did:
Aleksandr Bogdanov & Sasha
Edit on GitHub

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

× close