just_debounce_it 4.1.0 just_debounce_it: ^4.1.0 copied to clipboard
A simple debounce library for preventing continuous execution of functions
Changelog #
4.1.0 #
-
- Add support for debouncing streams with DebounceStreamTransformer
4.0.0+2 #
- Added repository and issue-tracker to pubspec
4.0.0+1 #
- Fixed homepage in pubspec.yaml
4.0.0 #
- Migrated to null-safety
3.0.0+2 #
- Fixed a test that didn't fail but wasn't correct
3.0.0+1 #
- Moved repo to main github account (@truthmast)
- Allow the use of named arguments
- Arguments are passed as
Map<Symbol, dynamic>
-- usingSymbol
is more error proof than allowing aString
but not as user friendly. TODO: ParseMap<String, dynamic>
, but that will be a breaking change for major version4
- Arguments are passed as
2.0.0 #
- Update dependencies for Dart 2.0.
- Remove explicity analysis options YAML.
- Add
runAndClear
method to immediately dispatch a debounced target.
1.0.4 #
- Run
dartfmt
. - Adjust
analysis_options.yaml
and fix issues. - Add travis YAML.
1.0.3 #
- Move project into repo. Fix typos in README.md.
1.0.2 #
- Clean-up README.md.
1.0.1 #
- Improved documentation. Added example.
1.0.0 #
- Initial version of a debounce library.