Skip to content

Commit 6f3af18

Browse files
azizkprincemaple
authored andcommitted
CHANGELOG: releasing v2.0.5
1 parent 8bf8eb8 commit 6f3af18

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

3+
## [v2.0.5] – 2021-05-30
4+
5+
- Elixir: also highlight `catch`, `else`, `after` clauses in function do-end blocks.
6+
- Elixir: use own scopes for `after` and `rescue` keywords.
7+
- Elixir: allow commas inside item access brackets, e.g.: `%{}[a: 1, b: 2]`
8+
- Elixir: fixed: some multi-line when-type clauses were not matched correctly.
9+
- Elixir: don't match `def func()` as a type after writing a `|` in a type spec.
10+
- Elixir: use greedy matching for identifiers and atoms as well.
11+
- Elixir: the `meta.mapping.elixir` scope wasn't set correctly for maps.
12+
- SQL: fixed escapes breaking strings, e.g.: `fragment("? = '\"string\"'::jsonb", x)`
13+
314
## [v2.0.4] – 2021-05-17
415

5-
- Elixir: improved regular expression for module names.
16+
- Elixir: use greedy matching for module names.
617

718
## [v2.0.3] – 2021-05-13
819

0 commit comments

Comments
 (0)