Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jul 19, 2016
1 parent a448f2f commit 6d31c44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 6d31c44

Please sign in to comment.