Skip to content

Releases: HomeServicesOfAmerica/respondable

v0.1.2

26 Feb 18:31
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

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

26 Feb 16:36
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Bug Fixes

  • Removes the const declaration from initialState, which threw an error on iOS Safari.

v0.1.0

26 Feb 15:12
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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