surrogate
Version:
Object method hooks made easy
16 lines (9 loc) • 1.68 kB
Markdown
# [1.8.0](https://github.com/jfrazx/surrogate/compare/v1.7.1...v1.8.0) (2023-06-16)
### Bug Fixes
* improve typings, make tsconfig more strict, update for strict rules ([ef6bf29](https://github.com/jfrazx/surrogate/commit/ef6bf29d306e533262811abda9dd27cca7903aa8))
* **types:** update interfaces/types/generics for more flexible hooks parameters ([c5c18b8](https://github.com/jfrazx/surrogate/commit/c5c18b8383d0c202a85b3a38bb8cc5cfd636a1db))
### Features
* **context:** allow surrogate to maintain context on unhooked methods ([#53](https://github.com/jfrazx/surrogate/issues/53)) ([52e39ec](https://github.com/jfrazx/surrogate/commit/52e39ecfad968250b267ddeec699ff5a07308944))
* move applicable handler options into global options ([#50](https://github.com/jfrazx/surrogate/issues/50)) ([08f499d](https://github.com/jfrazx/surrogate/commit/08f499d4f3652336225057b10cfb3fbc00a4ae3b)), closes [#49](https://github.com/jfrazx/surrogate/issues/49)
* **providertype:** include optional argument for typing method arguments, update deps ([76d25e1](https://github.com/jfrazx/surrogate/commit/76d25e1ab855220dcce9096a3742b818aca07a1e))
* **silenceErrors:** options to enable error output silencing ([#60](https://github.com/jfrazx/surrogate/issues/60)) ([cf58158](https://github.com/jfrazx/surrogate/commit/cf581589f3568bcc557e0f5e33a15e896e5732df)), closes [#56](https://github.com/jfrazx/surrogate/issues/56) [#50](https://github.com/jfrazx/surrogate/issues/50) [#49](https://github.com/jfrazx/surrogate/issues/49) [#53](https://github.com/jfrazx/surrogate/issues/53) [#54](https://github.com/jfrazx/surrogate/issues/54) [#55](https://github.com/jfrazx/surrogate/issues/55)