Skip to content

v4.5.22

Latest
Compare
Choose a tag to compare
@zhuxiujia zhuxiujia released this 02 May 15:31
· 15 commits to master since this release

what changes?

  • break change Intercept set return type -> Result<bool, Error> to -> Result<Option<bool>, Error>
    /// if return None will be return result
    /// if return Some(true) will be run next intercept
    /// if return Some(false) will be break