Releases: Sublime-Instincts/LSP-prisma
Releases · Sublime-Instincts/LSP-prisma
Version 1.0.9 (August 13, 2022)
This release addresses the following :-
- Bump the version of
@prisma/language-server
from4.1.0
to4.2.0
. You can find what's added/fixed/improved in the language server by viewing the4.2.0
milestone https://github.com/prisma/language-tools/milestone/97?closed=1
Version 1.0.8 (July 30, 2022)
This release addresses the following :-
- Bump the version of
@prisma/language-server
from4.0.0
to4.1.0
. You can find what's added/fixed/improved in the language server by viewing the4.1.0
milestone https://github.com/prisma/language-tools/milestone/96?closed=1
Version 1.0.7 (July 2, 2022)
This release addresses the following :-
- Bump the version of
@prisma/language-server
from3.15.0
to4.0.0
. You can find what's added/fixed/improved in the language server by viewing the4.0.0
milestone https://github.com/prisma/language-tools/milestone/95?closed=1
Version 1.0.6 (June 11, 2022)
This release addresses the following :-
- Bump the version of
@prisma/language-server
from3.14.0
to3.15.0
. You can find what's added/fixed/improved in the language server by viewing the3.15.0
milestone https://github.com/prisma/language-tools/milestone/94?closed=1
Version 1.0.5 (May 12, 2022)
This release addresses the following :-
- Bump the version of
@prisma/language-server
from3.13.0
to3.14.0
. You can find what's added/fixed/improved in the language server by viewing the3.14.0
milestone https://github.com/prisma/language-tools/milestone/93?closed=1
Version 1.0.4 (April 27, 2022)
This release addresses the following :-
- Bump the version of
@prisma/language-server
from3.12.0
to3.13.0
. You can find what's added/fixed/improved in the language server by viewing the3.13.0
milestone https://github.com/prisma/language-tools/milestone/92?closed=1
Version 1.0.3 (April 6, 2022)
This release addresses the following :-
- Bump the version of
@prisma/language-server
from3.11.0
to3.12.0
. You can find what's added/fixed/improved in the language server by viewing the3.12.0
milestone https://github.com/prisma/language-tools/milestone/91?closed=1
Version 1.0.2 (March 17, 2022)
This release addresses the following :-
- Minor instruction updates on
README
to instruct how to usePackage Control
to install the package. - Remove the
languages
setting fromLSP-prisma.sublime-settings
as it's not used.
Version 1.0.1 (March 16, 2022)
This release addresses the following :-
- Bump the version of
@prisma/language-server
from3.10.0
to3.11.0
. You can find what's added/fixed/improved in the language server by vieweing the3.11.0
milestone https://github.com/prisma/language-tools/milestone/90?closed=1
Version 1.0.0 (March 14, 2022)
The initial release of the project. This release addresses the following :-
- Use of the
@prisma/language-tools
to provide LSP support for prisma schema files in Sublime Text.