is announcing that PouchDB with version number 5.0.0 is already available to download.
What is PouchDB ?
PouchDB is A portable implementation of Apache's CouchDB NoSQL database, written in pure JavaScript for easily embedding it on the client-side .
PouchDB is a complete implementation of the CouchDB storage and views API.PouchDB is written for IndexedDatabase (part of HTML5) and will allow applications and websites to continue working the same way even offline.When the user goes back online, all data is uploaded to the original Apache CouchDB instance and all activities synced to the last state the user has operated from.Because PouchDB is very lightweight it can be used with mobile devices as well.
This is changelog for PouchDB version 5.0.0 :
You can read the complete changelog and also download this latest version on their homepage:
pouchdb.com