Skip to content

1.0.0.RELEASE

Compare
Choose a tag to compare
@release-drafter release-drafter released this 03 Oct 18:09
· 153 commits to master since this release

This is a first release of BlockHound 馃帀

Changes since 1.0.0.RC1

馃搩 Docs

馃殌 Features / Enhancements

  • Simplify integrations after RC1 refactorings (#54) @bsideup
  • hide BlockHoundRuntime from public API (#53) @bsideup
    鈿狅笍 note that this is a source (not binary) breaking change (if you were using BlockHoundRuntime class directly), but it was never intended to be used directly, only by instrumentation.

馃悰 Bug Fixes

  • Hide BlockHound's constructor (#55) @bsideup
    鈿狅笍 this is a binary change, but only if you were calling new BlockHound(), which does not make a lot of sense :)