Releases: codfish/jquery-data-remote
Releases · codfish/jquery-data-remote
1.1.0
- 6fa7b9b - Add yarn & npm lockfiles
- 1e53614 - Update travis node version
- de137b0 - Remove gulp release task
1.0.0
- ed5393d - Stop tracking dist/ dir & remove bower support
- 9d380e5 - Fix changelog commit link
v0.8.0
- add travis integration to auto publish to npm
- es6 improvements
- improvements to gulp demo task
v0.7.0
- added debounce functionality & debounceEvents option
- add gulp task to create zip archive for github release
- add jshintrc and clean up jshint warnings
v0.6.2
- small readme changes
- update bower jquery dependancy version
v0.6.1
- add .npmignore and .editorconfig files
v0.6.0
- add build process using gulp
v0.5.0
- add element value to request data for keyup & change events
v0.4.3
- fix bug that allowed options set for one element to accidentally overwrite another [6066442]
- fix bug that wasn't setting boolean options correctly [1a6daf1]
- Minor documentation updates
- Minor demo updates