Skip to content

8.1.0

Compare
Choose a tag to compare
@antonkomarev antonkomarev released this 03 Sep 16:57
· 108 commits to master since this release

Added

  • (#113) Laravel 6 support

Changed

  • (#110) Removed dependency of RateOutOfRange exception in contracts namespace on concrete Reaction model implementation
  • (#110) Renamed withValue method to withValueBetween in RateOutOfRange exception
  • (#110) Added $minimumRate parameter to withValueBetween method in RateOutOfRange exception
  • (#110) Added $maximumRate parameter to withValueBetween method in RateOutOfRange exception
  • (#111) Changed $rate parameter type from float to ?float of hasReactedTo method in Reacter model contract
  • (#111) Changed $rate parameter type from float to ?float of hasNotReactedTo method in Reacter model contract

View the changes from 8.0.0 to 8.1.0