Releases: apache/couchdb-nano
Releases · apache/couchdb-nano
10.1.4
10.1.3
10.1.2
10.1.1
10.1.0
- update dependencies, including using the latest, post v1, Axios
- aborting in-flight HTTP requests initiated by ChangesReader when
stop
is called. cc @insidewhy - remove
axios-cookiejar-support
dependency which causes some users problems - ensure callbacks are called with Error objects cc @revington
- various small typos and Typescript fixes from @lukashass @insidewhy @DougReeder
10.0.0
- Properly escape partition ids - Thanks @swansontec. This is a potentially breaking change for anyone encoding the partition key before passing to Nano. See #283
- Fix up broken badge links - Thanks @brnnnfx
- Typescript fixes - Thanks @sziladriana
- More Typescript fixes - Thanks @adipascu
- Yet more Typescript fixes - Thanks @vividn
- Dependency bump to get latest axios and other dependencies