Releases: macielti/common-clj
Releases · macielti/common-clj
4.10.4 Release
Added
- Added
mocked-datomic
function so you can do unit test for datomic queries and insertions.
4.9.4 Release
Fixed
- Fix Interceptor importing problem. Not finding the class.
4.9.3 Release
Added
- Added callback query handler support to telegram bot component.
3.9.3 Release
Added
- Added Datalevin database component. Compatible with Component framework by Stuart Sierra.
3.8.3 Release
Fixed
- Remove dead code that was throwing exceptions, causing some false positives when consuming message commands.
Change
- Decouple template message dir value from component code, now you can use the config.json file to define the value used
by the component.
2.8.2 Release
Changed
- More flexibility for telegram bot consumer command functions definitions.
- Use interceptor when handling telegram bot command messages.
1.8.2 Release
Added
- Added Telegram Bot component. Compatible with Component framework by Stuart Sierra.
1.6.2 Release
Added
- Added
routes
andservice
components.
Fixed
local-date->str
function was not returning the date in the chosen string format.
1.5.1 Release
Added
-
Added support to multiples environments on config component.
-
Added a datomic component that we can use to transact on datomic databases. Compatible with Component framework by
Stuart Sierra. -
Added
get-component-content
a component helper function used to get component core content. To be able to use this
function you must follow some conventions, like assoc in the component map with the core content using the same
component name as key. Compatible with Component framework by Stuart Sierra.
0.5.1 Release
Added
- Added
str->keyword-kebab-case
that we can use to convert json encoded camelCased keys to clojure kebab case. - Added a config component that we can use to load settings on our system map. Compatible with Component framework by
Stuart Sierra.