Trailblazer v2.0.2 Release Notes

    • ✂ Remove uber dependency as we use our own Option::KW now.
    • 🏗 In Contract::Build( builder: ) you now also have access to the name: keyword. Note that you need to double-splat in builders.

      ```ruby
      Contract::Build( builder: ->(options, constant:, **) )
      ```
      

      Same for :method and Callable.

    • Policy::Guard( :method ) now works.