1 | # History
|
2 |
|
3 | ## vNext
|
4 |
|
5 | TBA
|
6 |
|
7 | ## v2.2.0
|
8 |
|
9 | Add indentation to values with multiline strings & added ESM module
|
10 |
|
11 | - Updated all dependencies to their latest version
|
12 | - Updated CI settings (added node 16, multiple os platforms)
|
13 | - Moved from Travis CI to Github Actions
|
14 |
|
15 | ## v2.1.1
|
16 |
|
17 | Security update with dependency changes
|
18 |
|
19 | - Updated all dependencies to their latest version
|
20 | - Updated CI settings (added node 15)
|
21 |
|
22 | ## v2.1.0
|
23 |
|
24 | - Correctly handle escape sequences when used as a tag
|
25 | - Add test build to CI
|
26 | - Only run coverage once per change
|
27 |
|
28 | ## v2.0.0
|
29 |
|
30 | Fixes #4
|
31 |
|
32 | - ! Might break/change existing behavior
|
33 | - If a line does not start with whitespace don't remove the indentation
|
34 |
|
35 | ## v1.2.0
|
36 |
|
37 | Security update with dependency changes
|
38 |
|
39 | - Updated all dependencies to their latest version
|
40 | - Updated CI settings
|
41 | - Replaced tslint with typescript-eslint
|
42 | - Removed unused @types/node
|
43 | - Added lint to run with the test suite
|
44 |
|
45 | ## v1.1.0
|
46 |
|
47 | Security update with dependency changes
|
48 |
|
49 | - Updated all dependencies to their latest version
|
50 |
|
51 | ## v1.0.0
|
52 |
|
53 | First release includes following functions
|
54 |
|
55 | - `function dedent(TemplateStringsArray | string, ...any[]): string
|