exop v1.2.1 Release Notes

  • 🔄 Changes

    • ⚠ you get a warning if there is no any parameter definition
    • inner check allows you to omit type check definition, in this case inner checks for an appropriate type (either Map or Keyword) under the hood
    • inner returns an item's error as "a[:c]" => ["is required"]
    • :keyword option for type check has been added
    • it is allowed now to pass just a module (atom like MyStruct) to struct check, not only %MyStruct{}