Skip to content

Latest commit

 

History

History
150 lines (90 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

150 lines (90 loc) · 13.5 KB

Changelog

0.5.0 (2024-01-25)

Features

  • deps-dev: bump @biomejs/biome from 1.4.1 to 1.5.3 (ea29908)
  • deps-dev: bump @types/node from 20.10.5 to 20.11.5 (ea29908)
  • deps-dev: bump @types/node from 20.10.5 to 20.11.6 (ea29908)
  • deps-dev: bump bun-types from 1.0.20 to 1.0.25 (ea29908)
  • deps-dev: bump esbuild from 0.19.11 to 0.19.12 (ea29908)
  • deps: bump serde from 1.0.193 to 1.0.195 (ea29908)
  • deps: bump serde_json from 1.0.109 to 1.0.111 (ea29908)
  • deps: bump swc_ecma_ast from 0.110.15 to 0.110.17 (ea29908)
  • deps: bump swc_ecma_ast from 0.110.17 to 0.111.1 (2ae9f64)
  • deps: bump swc_ecma_parser from 0.141.34 to 0.142.1 (2ae9f64)
  • deps: bump swc_ecma_visit from 0.96 to 0.97.1 (2ae9f64)
  • deps: bump swc_ecma_visit from 0.96.15 to 0.96.17 (ea29908)
  • deps: bump vscode-languageserver-textdocument from 1.0.8 to 1.0.11 (ea29908)
  • deps: bump wasm-bindgen from 0.2.89 to 0.2.90 (ea29908)
  • jetbrains: jetbrains implementation (#119) (e4d4153)
  • LSP now supports workspace folders (#127) (960b486)

Bug Fixes

  • enhance call to throw logic and handle return statements (#140) (a1bfaf1)

0.4.0 (2024-01-06)

Features

  • deps-dev: bump esbuild from 0.19.10 to 0.19.11 (#112) (15a95e2)
  • deps-dev: bump mockall from 0.12.0 to 0.12.1 (#101) (211b21f)
  • deps-dev: bump typescript from 5.2.2 to 5.3.3 (#102) (5f45eff)
  • deps: bump serde_json from 1.0.108 to 1.0.109 (#109) (5a28b3f)
  • deps: bump swc_ecma_parser from 0.141.33 to 0.141.34 (#110) (482be78)
  • initial jetbrains/intellij support (#104) (455d763)
  • user can now discard warnings with ignore statements (#118) (3f8957c)

Bug Fixes

  • adjust readme to adhere to jetbrains marketplace guidelines (#115) (6d68139)
  • jetbrains build.gradle readme parsing logic (#116) (a3cb052)
  • release please setup for jetbrains (#107) (df6b9bb)
  • rename jetbrains release-please package name (#108) (92791a2)

0.3.3 (2023-12-24)

Bug Fixes

  • catch with throw statement not included (#95) (fd223db)
  • deps-dev: remove remaining eslint dev dependencies (#97) (5f173a6)
  • remove unused tsx, user-home, semver (#100) (de8218c)

0.3.2 (2023-12-17)

Bug Fixes

  • add missing unit test for try statement (#88) (290a323)
  • gifs not populating in vscode marketplace (#85) (15a93d7)
  • update server package.json keywords (#87) (c19717d)

0.3.1 (2023-12-17)

Bug Fixes

  • functions and throw statements are underlined even if caught (#81) (16adf85)

0.3.0 (2023-12-16)

Features

Bug Fixes

  • add biome for standardization, ensure the builder reports errors correctly (#72) (0d18392)
  • bump swc_ecma_ast to 0.110.9 (#75) (0aa2e91)
  • remove unused eslint (#74) (58ef6ae)
  • results should still show even if file cannot resolve (calls to throws) (#76) (f908556)

0.2.5 (2023-11-10)

Bug Fixes

  • add coverage for switch statements (#43) (99fda18)
  • re-organize primary crate into modules (#42) (badb106)
  • update details, fix logic in some call expressions, including spread operators (#40) (cdfdf47)
  • update readme and contributing (#44) (cf258cd)

0.2.4 (2023-11-09)

Bug Fixes

0.2.3 (2023-11-09)

Bug Fixes

0.2.2 (2023-11-09)

Bug Fixes

0.2.1 (2023-11-09)

Bug Fixes

0.2.0 (2023-11-09)

Features

  • try release please manifest (a8b6e14)

Bug Fixes