Skip to content

Releases: macielti/common-clj

4.10.4 Release

20 Jan 00:26
Compare
Choose a tag to compare
4.10.4 Release Pre-release
Pre-release

Added

  • Added mocked-datomic function so you can do unit test for datomic queries and insertions.

4.9.4 Release

30 Dec 01:55
Compare
Choose a tag to compare
4.9.4 Release Pre-release
Pre-release

Fixed

  • Fix Interceptor importing problem. Not finding the class.

4.9.3 Release

29 Dec 23:42
Compare
Choose a tag to compare
4.9.3 Release Pre-release
Pre-release

Added

  • Added callback query handler support to telegram bot component.

3.9.3 Release

28 Dec 02:12
Compare
Choose a tag to compare
3.9.3 Release Pre-release
Pre-release

Added

  • Added Datalevin database component. Compatible with Component framework by Stuart Sierra.

3.8.3 Release

28 Dec 00:40
Compare
Choose a tag to compare
3.8.3 Release Pre-release
Pre-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

28 Dec 00:34
Compare
Choose a tag to compare
2.8.2 Release Pre-release
Pre-release

Changed

  • More flexibility for telegram bot consumer command functions definitions.
  • Use interceptor when handling telegram bot command messages.

1.8.2 Release

27 Dec 20:50
Compare
Choose a tag to compare
1.8.2 Release Pre-release
Pre-release

Added

  • Added Telegram Bot component. Compatible with Component framework by Stuart Sierra.

1.6.2 Release

24 Oct 22:57
Compare
Choose a tag to compare
1.6.2 Release Pre-release
Pre-release

Added

  • Added routes and service components.

Fixed

  • local-date->str function was not returning the date in the chosen string format.

1.5.1 Release

24 Oct 06:19
Compare
Choose a tag to compare
1.5.1 Release Pre-release
Pre-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

23 Oct 20:53
Compare
Choose a tag to compare
0.5.1 Release Pre-release
Pre-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.