0.1.5
Changelog for MishkaDeveloperTools 0.1.5
The decision was made that this version will be a long-term version, and it will also include features that are several versions behind the existing version. However, because of the pressing issues with the builder's loading speed and the solution to those issues, it was decided to release this version sooner with fewer features than it had originally planned.
Features:
- Add
condition_field
fields inside__information__
function -
Inside module derive, in nested struct we can call fromcaller
- Add
uuid
fromecto
- Add keys and enforce keys in
__information__
function - Add some helpers like:
timestamp
,validated_user?
and validationusername
Improvement:
- Speed problem in the derive section, and before this part of app V0.1.4, #30
- Fix performance issue inside sanitizer and validation, when we are using external
deps
- Fix
main_validator
and halt the error when we have errors insidevalidator
and not loadmain_validator
- Add some information and helper to be compatible for Mnesia (need more in the future)
- Fix bug and Add
NaiveDateTime
,DateTime
,Date
struct to map parser
Extra
- Mnesia wrapper for Elixir, #28
- Add Erlang guard convertor for Elixir (simple helper function)
- Add
Mnesia
pagination (infinite_scroll, numerical) - Add some helper to work with
Mnesia
data
Full Changelog: 0.1.4...0.1.5