Releases: raulpy271/epqueue
Releases · raulpy271/epqueue
Publish release v0.11.0
published: https://www.npmjs.com/package/epqueue/v/0.11.0
Sumary: Implement the methods: bulkInsertKV
and bulkPopKV
Publish release v0.10.0
published: https://www.npmjs.com/package/epqueue/v/0.10.0
Sumary: Implement the methods: bulkInsertK
and bulkPopK
Publish release v0.9.1
published: https://www.npmjs.com/package/epqueue/v/0.9.1
Sumary: Just backwards compatible bug fixes.
Changelog:
- Raise exceptions with type
Error
insteadString
. - Raise exceptions on callling
insertK
andinsertKV
with empty key or with wrong type.