Skip to content

Commit eda362d

Browse files
committed
1.13.2 changelog & version
1 parent 706a077 commit eda362d

2 files changed

Lines changed: 24 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Change Log
22

3+
* [1.13.2]
4+
- Support for REPENTOGON 1.1.1
5+
- Add REPENTOGON's Room:ClearBossHazards
6+
37
* [1.13.1]
48
- Add EntityNPC:GetPathfinder
59
- Add MC_POST_PLAYER_ADD_EFFECT and MC_POST_ROOM_ADD_EFFECT
610
- Update comments for MC_POST_PLAYER_TRIGGER_EFFECT_REMOVED and MC_POST_ROOM_TRIGGER_EFFECT_REMOVED. They accept ItemConfigItem as optional arguments
711
- Specify return value for RoomConfigEntries:Get
812

913
* [1.13.0]
10-
- Support for Repentogon 1.1.0
14+
- Support for REPENTOGON 1.1.0
1115
- Changed how static methods are exposed under EntityNPC, EntityPickup, and EntityLaser to better separate the global and object versions of the class
1216
- Add EntityPlayer:AddTrinketEffect and EntityNPC.ThrowMaggot
1317
- Move EntityPlayer:GetTearRangeModifier to vanilla docs
@@ -65,19 +69,19 @@
6569

6670
* [1.11.0]
6771

68-
- Support for Repentogon 1.0.12
72+
- Support for REPENTOGON 1.0.12
6973
- Fix issues with ItemConfig: Correct enum values, add descriptions, and move ItemConfig.Config under the enum instead of the class
7074
- Add missing description information to MC_USE_ITEM and MC_USE_CARD
7175
- Add XMLNode.BOSSCOLOR
7276

7377
* [1.10.1]
7478

75-
- Tweaks to Repentogon docs
79+
- Tweaks to REPENTOGON docs
7680

7781
* [1.10.0]
7882

79-
- Support for Repentogon 1.0.11
80-
- Fix Repentogon-added Grid Entity subclasses not being a child of the GridEntity class
83+
- Support for REPENTOGON 1.0.11
84+
- Fix REPENTOGON-added Grid Entity subclasses not being a child of the GridEntity class
8185
- Fix EntityPlayer:GetFootprintColor returning Color instead of KColor
8286
- ItemConfig and RoomDescriptor both now work properly as both a class and an enum
8387
- Add some missing functions
@@ -86,7 +90,7 @@
8690

8791
- Fix for dupe ItemConfig and missing TEARFLAG warnings
8892
- Fix a few incomplete functions
89-
- Add remaining additions up to Repentogon v1.0.10c
93+
- Add remaining additions up to REPENTOGON v1.0.10c
9094

9195
* [1.9.6]
9296

@@ -106,13 +110,13 @@
106110

107111
* [1.9.3]
108112

109-
- Support for Repentogon 1.0.9b
110-
- Tweaks to Repentogon and Vanilla docs
113+
- Support for REPENTOGON 1.0.9b
114+
- Tweaks to REPENTOGON and Vanilla docs
111115

112116
* [1.9.2]
113117

114-
- Support for Repentogon 1.0.9a
115-
- Tweaks to Repentogon docs (Sanio, SomeEngineer and thicco-catto contribution)
118+
- Support for REPENTOGON 1.0.9a
119+
- Tweaks to REPENTOGON docs (Sanio, SomeEngineer and thicco-catto contribution)
116120

117121
* [1.9.1]
118122

@@ -122,44 +126,44 @@
122126

123127
* [1.9.0]
124128

125-
- Support for Repentogon 1.0.9 and some other docs adjustments by Sanio (It's me, I'm Sanio, I can do this now :>)
129+
- Support for REPENTOGON 1.0.9 and some other docs adjustments by Sanio (It's me, I'm Sanio, I can do this now :>)
126130

127131
* [1.8.3]
128132

129133
- Assorted tweaks and improvements (Sanio & S0meEngineer contribution)
130134

131135
* [1.8.2]
132136

133-
- Tweaks to Repentogon docs (Syntax Sculptor contribution)
137+
- Tweaks to REPENTOGON docs (Syntax Sculptor contribution)
134138

135139
* [1.8.1]
136140

137-
- Tweaks to Repentogon docs
141+
- Tweaks to REPENTOGON docs
138142

139143
* [1.8.0]
140144

141145
- include defined as alias of require
142-
- Support for Repentogon 1.0.8 (thanks Sanio!)
146+
- Support for REPENTOGON 1.0.8 (thanks Sanio!)
143147

144148
* [1.7.4]
145149

146150
- Fix flag enums
147151

148152
* [1.7.3]
149153

150-
- Repentogon
154+
- REPENTOGON
151155
- XMLData.GetBossColorByTypeVarSub
152156
- Define Vector.One and Vector.Zero as Vectors
153157
- Assorted fixes
154158

155159
* [1.7.2]
156160

157-
- Fix some Repentogon functions and overloads
161+
- Fix some REPENTOGON functions and overloads
158162
- Fix some vanilla functions
159163

160164
* [1.7.1]
161165

162-
- Fix various duplicate entries in repentogon docs
166+
- Fix various duplicate entries in REPENTOGON docs
163167
- More contributions by Sanio and Maya-bee
164168
- Internal changes: enums are saved as JSON instead
165169
- Internal changes: now no longer uses docs repo as submodule
@@ -170,11 +174,11 @@
170174

171175
* [1.6.1]
172176

173-
- Fix syntax errors in Repentogon API docs
177+
- Fix syntax errors in REPENTOGON API docs
174178

175179
* [1.6.0]
176180

177-
- Support for [Repentogon](https://repentogon.com/) API! Can be enabled via extension settings. Thanks to 4head for writing the Lua docs for it!
181+
- Support for [REPENTOGON](https://repentogon.com/) API! Can be enabled via extension settings. Thanks to 4head for writing the Lua docs for it!
178182
- Re-enabled ModReference class
179183
- Internal changes
180184

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "Filloax",
44
"displayName": "Binding of Isaac Lua API",
55
"description": "Adds support and autocomplete for the The Binding of Isaac: Repentance modding API",
6-
"version": "1.13.1",
6+
"version": "1.13.2",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)