Skip to content

0.1.5

Compare
Choose a tag to compare
@shahryarjb shahryarjb released this 09 Apr 22:15
· 33 commits to master since this release

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 from caller
  • Add uuid from ecto
  • Add keys and enforce keys in __information__ function
  • Add some helpers like: timestamp, validated_user? and validation username

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 inside validator and not load main_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