Metadata-Version: 2.1
Name: collective.js.throttledebounce
Version: 1.3.1
Summary: Installs the throttle / debounce plugin
Home-page: https://github.com/collective/collective.js.throttledebounce
Author: Jonas Baumann, 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        jQuery throttle / debounce allows you to rate-limit your functions in multiple useful ways.
        
        See: http://benalman.com/projects/jquery-throttle-debounce-plugin/
        Current plugin version: jQuery throttle / debounce - v1.1 - 3/7/2010
        
        Credits
        =======
        
        Sponsered by `4teamwork`_.
        
         * `Jonas Baumann`_, author
        
        
        .. _`4teamwork`: http://www.4teamwork.ch/
        .. _`Jonas Baumann`: http://github.com/jone
        
        Changelog
        =========
        
        
        1.3.1 (2019-12-17)
        ------------------
        
        - Fix broken upgrade step of 1.3.0. [jone]
        
        
        1.3.0 (2019-12-17)
        ------------------
        
        - Plone 5: provide precompiled bundle. [jone]
        
        - Move JS to a resource directory. [jone]
        
        - Add uninstall profile. [jone]
        
        
        1.2.0 (2019-11-11)
        ------------------
        
        * Add plone 5 support [Nachtalb]
        
        
        1.1 (2010-11-26)
        ----------------
        
        * Release on pypi / moved to github
          [jbaumann]
        
        
        1.0 (2010-11-25)
        ----------------
        
        * Initial release with jQuery throttle / debounce - v1.1 - 3/7/2010
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.1
Provides-Extra: tests
