Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tststs committed Feb 28, 2017
1 parent 964a92b commit 745bad7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.18.0]
- destroy the tern server if there is no text-editor associated with it
- a tern server now is forked for files not within a project. this is a WIP
- reduce the files requests to the server per file file to 1 instead of requesting it every time an update is requested
- type now uses cached view-data as long as the cursor is inside the same method call
- updated tern to 0.21.0
- less error spamming through the console
- minor memory optimizations
- check if pending requests exceed a specific limit and restart the server if this limit is reached
- rewritten configure project
- configure project now is displayed via a pane
- fixed deactivation / activation of package
- rename now uses a modal instead a bottom panel

## [0.17.2]
- fix marker (inline function completion) not being destroyed correctly

Expand Down

0 comments on commit 745bad7

Please sign in to comment.