This release addresses the deprecation of vim.fn.termopen, preferring instead vim.fn.jobstart.
NOTES:
In my testing this change seems to work well even on older nvim versions but if you find otherwise please create an Issue and let me know!
I can, if necessary, implement a version check and fallback on the deprecated api function for older versions but in the interest of simplicity/efficiency I'd rather not do so unless it is needed.