Skip to content

Commit

Permalink
Version bumps/rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed Jul 17, 2022
1 parent d385c90 commit c12d338
Show file tree
Hide file tree
Showing 8 changed files with 333 additions and 320 deletions.
2 changes: 1 addition & 1 deletion antlersls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlers-language-server",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Antlers language server.",
"main": "server.js",
"bin": {
Expand Down
356 changes: 179 additions & 177 deletions antlersls/server.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Bugs fixed, what's new, and more! :)

## v2.2.0

> Note: This version removes the `Antlers: Use Prettier First` configuration option. This option has been removed in favor of an Antlers Prettier Plugin. Impacted users should consider installing and configuring this plugin: [https://www.npmjs.com/package/prettier-plugin-antlers](https://www.npmjs.com/package/prettier-plugin-antlers)
- Introduces a new underlying formatting engine
- Removes the `Antlers: Use Prettier First` configuration option
- Adds support for the `nocache` tag
- Emits warnings when request variables (`get` or `post`) do not have the `sanitize` modifier applied to their output

## v2.1.6

- Improves parsing of parameters that begin with numbers
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Provides Antlers syntax highlighting, formatting, error reporting, project-specific suggestions, and more.",
"author": "John Koster",
"license": "MIT",
"version": "0.1.26",
"version": "0.1.27",
"publisher": "stillat",
"engines": {
"vscode": "^1.67.0"
Expand Down
278 changes: 140 additions & 138 deletions formatcli/package/cli.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion formatcli/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlers-formatter",
"version": "1.1.0",
"version": "1.1.1",
"description": "Formats Antlers template files.",
"main": "cli.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Provides Antlers syntax highlighting, formatting, error reporting, project-specific suggestions, and more.",
"author": "John Koster",
"license": "MIT",
"version": "2.1.6",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "https://github.com/Stillat/vscode-antlers-language-server"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stillat-antlers-lsp",
"description": "Language server for Antlers.",
"version": "1.1.66",
"version": "1.1.67",
"author": "John Koster",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit c12d338

Please sign in to comment.