Releases: macielti/common-clj
Releases · macielti/common-clj
23.42.46 Release
Fixed
- Fixed problem with
DatomicLocal
component while running integration tests, the database was not being cleaned after
each test execution.
23.42.45 Release
Fixed
- Removed call to
#p
. This should be used only on debugging process.
23.42.44 Release
Added
- Add
common-clj.keyword.core/un-namespaced
function in oder to be able to convert namespaced keywords. - Add
common-clj.schema.core/un-namespaced
function in oder to be able to convert namespaced schemas.
23.41.44 Release
Added
- Add
common-clj.time.core/date->local-date
function in oder to be able to convertDate
toLocalDate
23.40.43 Release
Fixed
- Fixed
TelegramConsumer
to stop sending Telegram Bot messages for not found commands if the message received was not a command.
23.40.42 Release
Added
- Add support to Telegram channels for
TelegramConsumer
component.
23.40.40 Release
Removed
- Removed
TelegramWebhookConsumer
component, now you should useTelegramConsumer
.
Changed
- Refactors to
TelegramConsumer
in order to be able to scale new features more easily.
22.40.40 Release
Added
- Added DatomicLocal component.
22.39.40 Release
Added
- Add
:jobs
component placeholder for telegram component. Now you can depend on thejobs
component from telegram.
22.38.40 Release
Added
- Add functions to
common-clj.time.core
in order to deal withLocalDateTime
.