Skip to content

Latest commit

 

History

History
160 lines (93 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

160 lines (93 loc) · 2.75 KB

Changelog

0.4.5

Changed

  • update for new map syntax

0.4.4

New features

  • syntax highlighting for ref! literals
  • numbers and pairs are now highlighted in paths and refinements
  • more builtins are now highlighted
  • proper syntax highlighting for raw-string! literals
  • binary literals can now be multiline and support comments

Bug fixes

  • fixed typos in syntax highlighting rule names
  • ' and other special characters in words are now properly highlighted
  • decimal value in time! literals is now highlighted
  • characters are now properly highlighted

Changed

  • update settings and commands for new Red binaries
  • disable syntax error report due to too many false alarms

0.4.3

Bug fixes

  • merge PR #48 Fix command syntax for win32 platform
  • fix a typo in the syntax highlighting file

0.4.2

new feature

  • syntax highlight for raw string!
  • red/system support is back

0.4.1

new features

  • improve lexer performance
  • disable parse all folders
  • add intelligence config
  • goto definition on file!

Bug fixes

  • issue #35

0.4.0

new features

  • use latest fast-lexer console

Bug fixes

  • issue #40

0.3.6

Bug fixes

  • issue #35 (not completely resolved)
  • issue #39

new features

  • support parse Red/System semantic (disabled for this version)
  • support workspace

0.3.5

Bug fixes

  • issue #34
  • use Red's internal json module
  • use new write-stdout function

0.3.4

new features

  • remove uncommon key bindings

0.3.3

Bug fixes

  • fix tslint issues for js
  • fix key bindings issue

new features

  • support command compile Red in Release mode
  • support command clear/update libRedRT

0.3.2

new features

  • navigate to any symbol definition
  • more precise to hover or goto definition
  • add Red's word pattern

0.3.1

add Red/System syntax highlight

0.3.0

new features

  • support lsp
  • hint all syntax errors
  • auto completion
  • goto definition
  • hover to view signatures

0.2.2

Bug fixes

0.2.1

Bug fixes

  • buildDir is not resolved.

0.2.0

Increase version number.

0.1.2

Add support for interpret and compile red file.

0.1.1

Rework the codebase.

0.1.0

Initial version.