All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Fixes NoMethodError in Instrument.build
Adds specs
This is a first public release marked in change log with features extracted from production app. Includes:
- Configuration for instruments (proc or a callable object)
- Automatic detection of existing Refined types
- Assignment of instruments to types
- #match wrapper to handle before, after and finalize of call
- 3 strategies of finalization (basic, threads and fibers)