Skip to content

Tags: ubugnu/tsc.nvim

Tags

v2.2.1

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 (dmmulroy#48)

v2.2.0

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… (

dmmulroy#46)

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

Author:    Ben Feldberg Collins <benfeldbergcollins@hotmail.co.uk>

* 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

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
add trouble integration option, expose open and close usercmds (dmmul…

…roy#44)

Co-authored-by: ben feldberg collins <ben.feldbergcollins@sainsburys.co.uk>

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(release)!: Version 2.0.0 (dmmulroy#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 <dillon.mulroy@gmail.com>
Co-authored-by: pmwals09 <pmwals09@gmail.com>
Co-authored-by: Alessandro Senese <senesealessandro@gmail.com>

v1.8.0

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 (dmmulroy#31)

v1.7.0

Verified

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

v1.6.0

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 (

…dmmulroy#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 <j-elize@ti.com>

v1.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(bug): Auto open always true

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bug: Fix qflist and monorepo support (dmmulroy#20)

* bug: fix file path reference in qflist to prevent opening to empty buffers
* bug: fix monorepo support by defaulting to using neared tsconfig to open buffer
* feat: support flags as a table that accepts flag names as keys and values as strings, booleans, or functions

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add monorepo support (dmmulroy#18)

* feat: Add monorepo support
* docs: Add FAQs for monorepos and `nvim-notify` spam