Skip to content

Commit 39904da

Browse files
committed
2.3.0
1 parent ba54f60 commit 39904da

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.3.0 - April 19, 2022
4+
- Add wrapper for `getDefinitionAndBoundSpan`. Thanks @yesmeck!
5+
36
## 2.2.0 - November 16, 2018
47
- Don't mutate the decorated language service. This was the intent of the original API design but in practice we were
58
mutating the input language service. Now you must alway use the language service returned by `decorateWithTemplateLanguageService`.
@@ -27,7 +30,7 @@ mutating the input language service. Now you must alway use the language service
2730

2831
## 1.7.0 - July 9, 2018
2932
- Added `rawText` that returns the raw contents of a template literal.
30-
- Memoize some properties.
33+
- Memoize some properties.
3134
- Correctly mark some arrays as readonly in API.
3235

3336
## 1.6.1 - July 3, 2018
@@ -38,7 +41,7 @@ mutating the input language service. Now you must alway use the language service
3841

3942
## 1.5.0 - July 2, 2018
4043
- Added a `getSubstitutions` method on the settings. This method takes the raw template string
41-
and a list of all placeholder spans and returns the string with all placeholders removed.
44+
and a list of all placeholder spans and returns the string with all placeholders removed.
4245

4346
## 1.4.0 - July 2, 2018
4447
- Allow `getCodeFixesAtPosition` to return `CodeFixAction`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-template-language-service-decorator",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Framework for decorating a TypeScript language service with support for languages embedded in template strings",
55
"keywords": [
66
"TypeScript",

0 commit comments

Comments
 (0)