Skip to content

Releases: dmmulroy/tsc.nvim

v.1.5.1

07 May 01:49
502f44d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

06 May 21:57
e6c582e
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.4.1...v1.5.0

v1.4.1

05 May 14:34
16bd30e
Compare
Choose a tag to compare

What's Changed

  • feat: Add monorepo support by @dmmulroy in #18
  • docs: Add FAQs section to README. Add question for Monorepos + nvim-notify spam @dmmulroy in #18

Full Changelog: v1.4.0...v1.4.1

v.1.4.0

27 Apr 15:10
08ea7a3
Compare
Choose a tag to compare

What's Changed

  • feat: add enable_progress_notifications and hide_progress_notifications_from_history config options

Full Changelog: v1.3.0...v1.4.0

v1.3.0

27 Apr 02:25
9eaa735
Compare
Choose a tag to compare

What's Changed

  • (chore): Remove luarocks
  • (feat): add auto_open_qflist configuration by @dmmulroy in #13

Full Changelog: v1.2.2...v1.3.0

v1.2.2

27 Apr 01:41
eb31e93
Compare
Choose a tag to compare

What's Changed

  • Clear the qf list if there are no errors by @dmmulroy in #12

Full Changelog: v1.2.1...v1.2.2

v1.2.1

25 Apr 16:32
a40b3d9
Compare
Choose a tag to compare
  • Removes the unnecessary outer init.lua file

v1.2.0

25 Apr 16:15
e4b397c
Compare
Choose a tag to compare
  • Moves tsc.lua + utils.lua to modula
  • Introduces configuration options for tsc flags and for the spinner

v1.1.0

25 Apr 14:08
057256c
Compare
Choose a tag to compare
  • Add feature to default to trying to run tsc via node_modules/.bin/tsc and falls back to the global path installation

v1.0.0

24 Apr 11:53
80c1839
Compare
Choose a tag to compare

v1.0.0 🚀