-
Notifications
You must be signed in to change notification settings - Fork 37
/
CHANGELOG.json
70 lines (70 loc) · 1.41 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@pixi-essentials/bounds",
"entries": [
{
"version": "3.0.0",
"tag": "@pixi-essentials/bounds_v3.0.0",
"date": "Sun, 05 Mar 2023 03:28:18 GMT",
"comments": {
"major": [
{
"comment": "Upgrade to PixiJS 7"
}
]
}
},
{
"version": "2.1.1",
"tag": "@pixi-essentials/bounds_v2.1.1",
"date": "Mon, 10 May 2021 01:41:10 GMT",
"comments": {
"patch": [
{
"comment": "Fix types declaration file"
}
]
}
},
{
"version": "2.1.0",
"tag": "@pixi-essentials/bounds_v2.1.0",
"date": "Wed, 17 Mar 2021 16:12:19 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade to PixiJS 6"
}
]
}
},
{
"version": "2.0.1",
"tag": "@pixi-essentials/bounds_v2.0.1",
"date": "Thu, 17 Sep 2020 18:23:47 GMT",
"comments": {
"patch": [
{
"comment": "OrientedBounds.contains"
}
]
}
},
{
"version": "2.0.0",
"tag": "@pixi-essentials/bounds_v2.0.0",
"date": "Sat, 15 Aug 2020 20:26:58 GMT",
"comments": {
"major": [
{
"comment": "y"
}
],
"patch": [
{
"comment": "Fixed UMD builds"
}
]
}
}
]
}