- Includes Translixir function
entity_history_timed
. - Function
entity_history_timed
uses structTranslixir.Model.HistoryTimeRange
for time ranges.
- Includes Query namespace to create queries for
query
function. - Refactors timed queries to apply dialyzer
- Includes Github Actions
- Parses Crux edn responses with jfacorro/Eden
- Includes query functions
entiity_history
andquery
. - Includes Action namespace to create
tx-log
transactions. - Includes timed query functions
- Includes query functions
tx_logs
,entity
andentity_tx
. They receive as argument{:ok, <PID>}
and return{:ok, body}
orerror
- Includes bang functions for
tx_log!
,tx_logs!
,entity!
andentity_tx!
. They receive as argument<PID>
and returnbody
or raise expection. - Creates
Translixir.Client
module that deals with Client required information.
- Initial public release
tx_log
function