Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@pherrymason pherrymason released this 02 Feb 16:46
· 4 commits to main since this release

This new version brings new features and some great fixes.
It also drops support to c3c < 0.6.4

New features

  • Support <* and *> comments. (#91) Credit to @PgBiel
  • Show documentation on hover and completion. Credit to @PgBiel
  • Support distinct types. Credit to @PgBiel
  • Improve syntax highlighting in function information on hovering. Credit to @PgBiel
  • Adds type information as well as other information to completions. Credit to @PgBiel
  • Improve macro handling. #103. Credit to @PgBiel
  • Support more function arguments. #114. Credit to @PgBiel
  • Add documentation for stdlib indexes. Credit to @PgBiel
  • Include stdlib symbols for 0.6.4, 0.6.5 and 0.6.6. Credit to @PgBiel

Fixes

  • Fix crash while writing an inline struct member. (#97)
  • Optimizations to reduce CPU usage by 6-7x. Credit to @PgBiel #99
  • Fix parsing of non-type alias def (Credit to @PgBiel)
  • Fix completion of enum and fault methods. #111. Credit to @PgBiel