v0.1.2
Fixing message field.
Added
- More test coverage
Changed
- Tests suite, if contributing from older version, run
MIX_ENV=test mix ecto.reset && mix testjust once then can be used justmix test - Added
schema_prefixin Log Schema - Changed message field in database to
textallowing a bigger message to be stored, if needs to use this, please create a migrationalter table(:logs) do modify(:message, :text) end
- Bumped elixir version to 1.15
Fixed
- Fixes #1, allowing messages other than string to be inserted
- Typos in documentation
- Fixed if in config prefix was set to an empty string, it would fail