Skip to content

Releases: pichillilorenzo/JavaScriptEnhancements

v0.13.1

14 Jan 16:28
Compare
Choose a tag to compare

Fixes

  • fix ImportError: No module named 'six' #13 on Windows
  • fix evaluate_javascript feature also in non-project files

v0.13.0

14 Jan 00:23
Compare
Choose a tag to compare

Fixes

  • fix regions bug for errors and unused_variables features
  • fix menu_disabled error setting sync functions in enable_menu_project_type_event_listener

Improvements

  • added unused_variables feature
  • added sort_javascript_imports feature
  • updated evaluate_javascript feature
  • extended surround_with options
  • started working on refactor command
  • added $(which command_name) in manage_cli_command when it is defined a custom nodejs path
  • added timeout for check_output function
  • hide .je-project-settings from flow file list
  • code refactoring
  • deleted find_flow_config function

v0.11.11

10 Jan 19:39
Compare
Choose a tag to compare
  • try to fix "Auto completions slow and incorrect" #11
  • try to fix "Various errors in the command window" #12 on Windows
  • added React Native projects type (only about the creation for the moment)

v0.11.1

08 Jan 23:24
Compare
Choose a tag to compare
  • updated changelog

v0.11.0

08 Jan 22:27
Compare
Choose a tag to compare
  • Added support for Windows without TermivalView plugin but using the cmd.exe shell
  • some bug fixes for create project feature

v0.1.14

05 Jan 02:55
Compare
Choose a tag to compare

Fixes

  • Fix for show_hint_parameters with JavaScript (Babel) Syntax
  • Fixed "undefined" string for certain completion in default_autocomplete.json
  • Fixed error showing in multiple lines

v0.1.13

03 Jan 13:58
Compare
Choose a tag to compare

Fix "Not checking non-flow files" #7 by adding 'keyword.operator.accessor.js' for JavaScript (Babel) support

v0.1.12

03 Jan 12:35
Compare
Choose a tag to compare

Trying to fix "Not checking non-flow files" #7

v0.1.11

03 Jan 02:48
Compare
Choose a tag to compare

fix for #5 "Autocompletion tooltip stuttering"

v0.1.10

02 Jan 19:58
Compare
Choose a tag to compare
updated README.md