Releases: yoavbls/pretty-ts-errors
Releases · yoavbls/pretty-ts-errors
v0.6.0
What's Changed
- Extend list of known error numbers by @bennycode in #115
- refactor: use PropertyKey instead of key list by @EdamAme-x in #113
- Fix: adjust missing props regex to work for private properties by @kevinramharak in #106
- Fix issue #82 - ts(4113), ts(4117) by @yoavbls in #114
- Add
ts-plugin
to diagnostic sources by @yoavbls in #103 - update @vscode/test-electron to 2.3.9 by @kevinramharak in #99
- fix npm: watch problem matcher stalling default debug task by @kevinramharak in #112
- Document the custom CSS hack by @yoavbls in #119
- Upgrade dependencies by @yoavbls in #116
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #111
Full Changelog: v0.5.3...v0.6.0
In Memoriam ❤️
This release is dedicated to Ice, my beloved dog.
May your memory continue to inspire and bring joy.
v0.5.3
What's Changed
- feat: Add glimmer support by @IgnaceMaes in #85
- Extend list of known error numbers by @bennycode in #84
New Contributors
- @IgnaceMaes made their first contribution in #85
- @bennycode made their first contribution in #84
Full Changelog: v0.5.2...v0.5.3
v0.5.2
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
V0.5.1
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!
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
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
What's Changed
- fix issue #50, add subtype of constrait by @artyom-ar in #53
- add support for chinese lang quote characters by @subframe7536 in #33
- title bugfix and improvements by @yoavbls in #54
- feat: minor code enhancements by @scr2em in #48
- fix HTML in some errors: #52
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! ⭐️
New Contributors
- @galkin made their first contribution in #45
- @scr2em made their first contribution in #48
- @artyom-ar made their first contribution in #53
- @subframe7536 made their first contribution in #33
v0.3.0
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:
- @t3dotgg, @tannerlinsley and anyone else who shared, tweeted, or helped spread the word in other ways to reach so many people.
- @KATT and @jrdn91 - For sponsoring. I greatly appreciate your support!
- @johnsoncodehk, @costamatheus97, @niclaslindstedt - For their contributions to this version.
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
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