v2.0.0
Major Changes
- Require the
base
parameter: #15 7c9b6c3 - Always return a single subscription, never an array: 357bcc2
- Turn into ES Module; drop CJS file: #17
Patches
- Clarify source by extracting ledger manager from main function: 9624053
This should also avoid memory leak because apparently there was a bug in the removal process.