This repository was archived by the owner on Nov 6, 2018. It is now read-only.
v16.0.0
·
29 commits
to master
since this release
16.0.0 (2018-09-13)
Bug Fixes
- serialize Range more closely to its internal storage JSON (a2456ca)
- support undefined in hover response per ProviderResult (5b58136)
Code Refactoring
- remove unused selections and visible ranges from Component (616b21f)
Features
- new extension API in sourcegraph.d.ts, remove old code (63538c7)
BREAKING CHANGES
- The extension API changed significantly for the alpha release. See
sourcegraph.d.ts
. - The
Component#selections
andComponent#visibleRanges
properties, which were unused, were removed.