Skip to content

0.1.1

Compare
Choose a tag to compare
@shahryarjb shahryarjb released this 12 Sep 14:14
· 175 commits to master since this release

We are delighted to introduce our new version of Mishka developer tools library. For more info click on GuardedStruct and PermissionAccess.

Changelog for MishkaDeveloperTools 0.1.1

  • Add derive for sanitizing and validating Either
  • Add derive for sanitizing and validating Enum, improved
  • Add derive for sanitizing and validating equal
  • Add exception when macro is configed for error: true, only can be called inside sub_field and guardedstruct macro
  • Add authorized_fields validating option for sub_field and guardedstruct macro
  • Calling a struct from another module
  • Calling list of structs from another module
  • Add capability of having a field with list of structs
  • Add capability of having a sub_field with list of structs
  • Add Automatic generator for a specific key on
  • Add a dependent key to another key auto
  • Add a key to get a value from another key from
  • Add struct information function
  • Add transmitting whole output of builder function to its children
  • Add new style of builder entries to accept tuple with keys
  • Add auto, on, from core keys for list of structs
  • Re-structured outputs for new capabilities with backward compatibility
  • Add permission access module in runtime

Full Changelog: 0.1.0...0.1.1

Special thanks to @pouriya, @toomaj and @samdvr