Skip to content

2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@raucao raucao released this 05 Aug 12:44
· 193 commits to master since this release
v2.0.0-beta.1
553d11e

remoteStorage 2.0.0 is an almost entirely non-breaking update for app developers (unless you still use bower to manage JS dependencies). It contains a few important bugfixes and some nice enhancements. But most of the work has been done under the hood, and on the development and documentation tools.

The source code has been ported to TypeScript, in order to facilitate safer and easier refactoring of the codebase. Thus, JS API documentation has been switched from JSDoc to TypeDoc, and the ReadTheDocs build environment had to be creatively adapted to support more modern node.js and TypeScript functionality. You can also access documentation for different versions there now, with the 2.0.0 docs being available under the "latest" tag.

Many thanks to all the good people who contributed to this release — you rock! In alphabetical order: @DougReeder, Eddie Dunn, @galfert, @johannesjo, @iLiviu, @michielbdejong, @pjbollinger, @raucao, @rosano, @silverbucket.

Breaking changes

  • Remove Bower package support (#1231)

Enhancements

Bugfixes

  • Fix WireClient initialization when localStorage settings data corrupted/missing (#1210)
  • Handle Google Drive paths with special characters (#1181)
  • Fix potentially wrong command in warning message (#1218)