Skip to content

Tags: dmmulroy/tsc.nvim

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make config/opts params optional and nullable (#57)

* Make config params optional

* Make it also nullable

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Notifications (#55)

* fix: respect notification setting for watch mode

* feat: have separate option for error notification

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: added use_diagnostics option to populate diagnostics list (#50)

* feat: added use_diagnostics option to populate diagnostics list as well as quickfix list

* fix: edited diagnostics for matching infos from error

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(flags): fix support for config.flags as a string (#48)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add ability to have multiple tsc jobs running / watching for mono rep… (

#46)

* add ability to have multiple tsc jobs running / watching for mono repo setups

Author:    Ben Feldberg Collins <[email protected]>

* Move already running warning to only trigger on manual run TSC

* add support for mono-repos of any size, put mono repo behavior behind a flag

* amend README

* amend README

* amend README

* fix find searching node_modules

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add trouble integration option, expose open and close usercmds (#44)

Co-authored-by: ben feldberg collins <[email protected]>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(release)!: Version 2.0.0 (#35)

* Adds `watch mode` support along with `auto_focus_qflist` and auto_start_watch_mode` as configuration options
* Adds `pretty ts errors mode` along with `pretty_errors` configuration option


---------
Co-authored-by: Dillon Mulroy <[email protected]>
Co-authored-by: pmwals09 <[email protected]>
Co-authored-by: Alessandro Senese <[email protected]>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use tbl_deep_extend instead of tbl_extend (#31)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add bin_path config (#27)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add option to auto close quickfix list when no errors are found (

…#24)

* feat: add option to auto close quickfix list when no errors are found

* docs: add new option auto_close_qflist to README.md

---------

Co-authored-by: Jonathan Elize <[email protected]>