File tree 5 files changed +32
-3
lines changed
5 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2023-08-31
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - [ ` ansi ` - ` v0.4.0 ` ] ( #ansi---v040 )
15
+
16
+ Packages with other changes:
17
+
18
+ - There are no other changes in this release.
19
+
20
+ ---
21
+
22
+ #### ` ansi ` - ` v0.4.0 `
23
+
24
+ - ** BREAKING** ** FEAT** : remove deprecated global instance ` ansi ` . ([ ddc1068e] ( https://github.com/hyiso/ansi/commit/ddc1068e46c0c708a5b27808b145ab9d2b91fb51 ) )
25
+ - ** BREAKING** ** FEAT** : make ` ansi ` a pure package. ([ 9a6f6e08] ( https://github.com/hyiso/ansi/commit/9a6f6e0853cf4ded0710601215b500b1b204735f ) )
26
+
27
+
6
28
## 2023-08-25
7
29
8
30
### Changes
Original file line number Diff line number Diff line change
1
+ ## 0.4.0
2
+
3
+ > Note: This release has breaking changes.
4
+
5
+ - ** BREAKING** ** FEAT** : remove deprecated global instance ` ansi ` . ([ ddc1068e] ( https://github.com/hyiso/ansi/commit/ddc1068e46c0c708a5b27808b145ab9d2b91fb51 ) )
6
+ - ** BREAKING** ** FEAT** : make ` ansi ` a pure package. ([ 9a6f6e08] ( https://github.com/hyiso/ansi/commit/9a6f6e0853cf4ded0710601215b500b1b204735f ) )
7
+
1
8
## 0.3.2
2
9
3
10
- ** FEAT** : support running in test. ([ 8824d598] ( https://github.com/hyiso/ansi/commit/8824d598d07b1ae2e8bc26fc1d304862e5ea7111 ) )
Original file line number Diff line number Diff line change 1
1
name : ansi
2
2
description : Terminal string styling done right with a number of builtin style functions.
3
- version : 0.3.2
3
+ version : 0.4.0
4
4
homepage : https://github.com/hyiso/ansi
5
5
repository : https://github.com/hyiso/ansi/tree/main/packages/ansi
6
6
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ environment:
11
11
# path: ^1.8.0
12
12
13
13
dev_dependencies :
14
- ansi : ^0.3.2
14
+ ansi : ^0.4.0
15
15
lints : ^2.0.0
16
16
test : ^1.16.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
string_width : ^0.1.2
15
15
16
16
dev_dependencies :
17
- ansi : ^0.3.2
17
+ ansi : ^0.4.0
18
18
ansi_regex : ^0.1.2
19
19
lints : ^2.0.0
20
20
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments