Releases: HomeServicesOfAmerica/respondable
Releases · HomeServicesOfAmerica/respondable
v0.1.2
Bug Fixes
- Fixes a bug where the
state.active
value may be undefined
by default 04ad940
Enhancements
- Removed some unused logic/state related to handlers 7e433d7
v0.1.1
Bug Fixes
- Removes the
const
declaration from initialState
, which threw an error on iOS Safari.
v0.1.0
New Features
- New simplified API:
respondable
now exports a single function with the signature respondable(values, callback)
2ee0bca
- Implements local state management so that multiple
respondable
instances wont overwrite each other 2ee0bca