Skip to content

Commit 8a6886c

Browse files
committed
1.13.0 changelog & version
1 parent 9c6f491 commit 8a6886c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
* [1.13.0]
4+
- Support for Repentogon 1.1.0
5+
- Changed how static methods are exposed under EntityNPC, EntityPickup, and EntityLaser to better separate the global and object versions of the class
6+
- Add EntityPlayer:AddTrinketEffect and EntityNPC.ThrowMaggot
7+
- Move EntityPlayer:GetTearRangeModifier to vanilla docs
8+
- Fix various optional arguments not being labelled as such
9+
- Fix wrong return value for HistoryItem:GetItemPoolType
10+
- Fix incorrect name for StatsMenu.IsSecretsMenuVisible
11+
- Fix RGON's ItemConfigCard variables being sorted under the wrong class
12+
- Fix incorrect parameters for RGON's EntityNPC.ThrowX functions
13+
- Add many comments to the Room class' functions and other misc functions
14+
315
* [1.12.3]
416
- Fix two incomplete bitflag enums, causing errors to appear
517

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.12.3",
6+
"version": "1.13.0",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)