Skip to content

Releases: yoavbls/pretty-ts-errors

v0.5.3

07 Jan 00:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

18 Sep 23:56
Compare
Choose a tag to compare

What's Changed

  • Fix debugging by stop using environment variables by @yoavbls in #79
  • Fix ts(1378) is parsed incorrectly #73 and add tests by @yoavbls in #80
  • Fix "Formatting error with single quotes inside a string literal type" #61 by @yoavbls
  • Fix "Missing Object Props Error is not enough pretty" #64 by @yoavbls

Full Changelog: v0.5.1...v0.5.2

New Project (7)

V0.5.1

12 Aug 17:58
e31e3da
Compare
Choose a tag to compare

What's Changed

  • Makes the extension work on VSCode web by @yoavbls in #72
  • Readme.md additions and package versions bump by @yoavbls in #70

The extension now works on VSCode web!

CleanShot 2023-08-12 at 20 56 14@2x

You can try to install it in:

It's very recommended to use it with the great extension of @johnsoncodehk:
TypeScript IntelliSense for Web

Full Changelog: v0.5.0...v0.5.1

v0.5.0

29 Jul 20:51
Compare
Choose a tag to compare

What's Changed

not much,
except for a significant performance boost due to a new caching mechanism, thanks to @kittowned

Unrelated things that happened

1. We've reached 200,000 downloads!

2. Hovers are now resizable in the latest VSCode version!

3. JetBrains released a new version of WebStorm with pretty errors:

Happy TypeScripting, everybody 馃檪

v0.4.0

29 Apr 17:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Thanks to everyone who has contributed code, opened issues, shared our extension, and starred us.

We've reached 猸愶笍 10K stars! 猸愶笍

What an amazing number

New Contributors

v0.3.0

22 Apr 18:58
c4a2184
Compare
Choose a tag to compare

New Version Available!

Main Features and Fixes

  • Added support for untitled files #12
  • Fixed many edge cases in formatting: #13, #20, #30
  • The background color of types now uses theme variables and updates when the theme is changed
  • General improvements

Developer Enhancements

  • Increased test coverage
  • Added a new hover provider in debug mode that formats selected error texts
  • Decoupled VSCode and Prettier

Not anymore!

Gratitudes

We reached 猸愶笍 9K stars, and it wouldn't have been achieved without you:

Want to help? We need you!

There are a couple of things we need from other teams.

Please vote for them here 猬嗭笍

v0.2.8

12 Apr 23:23
Compare
Choose a tag to compare

Support more frameworks and runtimes!

Support added for:

  • Astro - .astro
  • Svelte - .svelte
  • Vuejs - .vue
  • MDX - .mdx
  • JSDoc - .js, .jsx
  • Deno (deno-ts diagnostics) - .ts, .tsx

Big thanks to @johnsoncodehk