Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 23:11:11 UTC Now

2019-05-11 03:46:04 UTC MAIN commitmail json YAML

Update to 1.2.0

Changelog:
This is mainly a fix for #1.

But with that, the API is slightly changed. New now simply returns
only a function:

debounced := debounce.New(100 * time.Millisecond)

(ryoon)