Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Releases: testdouble/react-decoupler

v1.1.1

16 Nov 06:30
Compare
Choose a tag to compare
Manual bump version number to v1.1.1

v1.1: Maintain Statics when Binding Resolved Functions

16 Nov 06:24
Compare
Choose a tag to compare

Previously, if you registered a Class with any static methods that also used the withParams option, the static methods would be missing when that Class was resolved. This is now fixed.