v0.7.0
What's Changed
- Add missing nil check by @julienduchesne in #24
- Fix
self
scope by @julienduchesne in #23 self
complex scope improvements by @julienduchesne in #25- Ensure that all files are
jsonnetfmt
ed by @julienduchesne in #26 - Add tests for clobbered fields by @julienduchesne in #27
- Go-to-definition: Return a list of Locations all the way to the top by @julienduchesne in #28
- Return multiple definitions: Simple cases by @julienduchesne in #29
- Support multiple definitions: Locals by @julienduchesne in #30
- Support multiple definitions: Imports by @julienduchesne in #31
- Support multiple definitons: Binary operators by @julienduchesne in #32
- Full multiple definitions support by @julienduchesne in #33
Full Changelog: v0.6.4...v0.7.0