-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathCHANGELOG.json
107 lines (107 loc) · 2.47 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "@pixi-essentials/cull",
"entries": [
{
"version": "2.0.0",
"tag": "@pixi-essentials/cull_v2.0.0",
"date": "Sun, 05 Mar 2023 03:28:18 GMT",
"comments": {
"major": [
{
"comment": "Upgrade to PixiJS 7"
}
]
}
},
{
"version": "1.1.0",
"tag": "@pixi-essentials/cull_v1.1.0",
"date": "Wed, 17 Mar 2021 16:12:19 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade to PixiJS 6"
}
]
}
},
{
"version": "1.0.12",
"tag": "@pixi-essentials/cull_v1.0.12",
"date": "Sun, 31 Jan 2021 03:42:33 GMT",
"comments": {}
},
{
"version": "1.0.10",
"tag": "@pixi-essentials/cull_v1.0.10",
"date": "Sat, 26 Dec 2020 22:47:29 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to PixiJS 5.4.0 and use scoped packages instead of the pixi.js bundle as peer dependencies."
}
]
}
},
{
"version": "1.0.9",
"tag": "@pixi-essentials/cull_v1.0.9",
"date": "Thu, 08 Oct 2020 21:31:01 GMT",
"comments": {
"patch": [
{
"comment": "Fix culling optimization to cut off when object is fully outside of screen as well"
}
]
}
},
{
"version": "1.0.8",
"tag": "@pixi-essentials/cull_v1.0.8",
"date": "Sat, 05 Sep 2020 00:23:48 GMT",
"comments": {
"patch": [
{
"comment": "Fix objects not being unculled problem when not using skipUpdate"
}
]
}
},
{
"version": "1.0.7",
"tag": "@pixi-essentials/cull_v1.0.7",
"date": "Mon, 31 Aug 2020 17:21:56 GMT",
"comments": {
"patch": [
{
"comment": "Faster culling with skipUpdate, skipping bounds calculations altogether"
}
]
}
},
{
"version": "1.0.6",
"tag": "@pixi-essentials/cull_v1.0.6",
"date": "Sat, 15 Aug 2020 20:26:58 GMT",
"comments": {
"patch": [
{
"comment": "Fixed UMD builds"
}
]
}
},
{
"version": "1.0.5",
"tag": "@pixi-essentials/cull_v1.0.5",
"date": "Sun, 09 Aug 2020 16:09:17 GMT",
"comments": {
"patch": [
{
"comment": "ESM bundle renamed to .es.js extension"
}
]
}
}
]
}