diff --git a/HISTORY.md b/HISTORY.md index 254d3a0..e18ba6b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +## 1.9.0 (July 19, 2016) + +- Improved server file watch and synchronization + - On request for file that doesn't exist it adds to await queue and notify client when file creates (for requests with `x-basis-resource` header) + - Add file for await queue on file deletion when file is watching + - Reset resource content (set to `undefined`) on file deletion +- Improved open file in editor + - Use [`open-in-editor`](https://www.npmjs.com/package/open-in-editor) + - Added special url `/basisjs-tools/open-in-editor?file=filename:line:col` + ## 1.8.0 (March 19, 2016) - server: fix start with `--verbose` flag (#18) diff --git a/package.json b/package.json index 68e8096..f82b6e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "basisjs-tools", "title": "Basis.js developer tools", - "version": "1.8.0", + "version": "1.9.0", "homepage": "https://github.com/basisjs/basisjs-tools", "description": "Developer tools for basis.js framework", "author": "Roman Dvornov ",