Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

v0.270.0

Compare
Choose a tag to compare
@pelmers pelmers released this 28 Nov 03:08
· 4090 commits to master since this release

Highlights

  • Node, Python, and React Native debuggers now included in the open source version of Nuclide.
  • Updated Python language services to use Jedi v0.11 - Python3 files should now have better language support.

General

  • Integrated terminal now detects and launches the default shell on Linux and Mac by default rather than hardcoding /bin/bash. If it exists, configuration in ~/.nuclide-terminal.json still overrides this.
  • The path to Flow setting now affects remote projects.
  • Improved changed-files list ui so that diff/revert actions are always visible on hover.
  • Fixed tuple and generic parsing in Hack grammar.