Skip to content

Commit 303a385

Browse files
committed
v1.12.1 changelog & version
1 parent cae60fa commit 303a385

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
* [1.12.1]
4+
5+
- Add Get/SetBloodLustCounter, SubCharge field under ActiveItemDesc, CharacterMenu.SetSelectedCharacterID(ID), RandomVector(), EntityPickup.GetRandomPickupVelocity(Position, RNG, VelocityType), and various Room functions
6+
- Add PRE_LASER_COLLISION callback
7+
- Update comments to GRID_COLLISION callbacks with return types and optional args
8+
- Update comments to PRE_KNIFE_COLLISION and PRE_NPC_COLLISION to be consistent with the other PRE_COLLISION callbacks
9+
- Add comments to various functions and class fields for more detailed information found on the API docs
10+
- Fix GetCollectibleFlag.BAN_PASSIVES being incorrectly named as GetCollectibleFlag.BAN_PASSIVE
11+
- WeaponModifier and EntityTag enumerations are now defined with BitFlags instead of all being "1"
12+
- Specify specific enumerations for various parameters instead of plain integers
13+
- Fix some incorrect/missing parameters and returns in various functions and class fields
14+
- Many functions updated to specify if their arguments are optional
15+
- PR [#28](https://github.com/filloax/isaac-lua-api-vscode/pull/28): Param and return changes (Kerkel)
16+
- PR [#29](https://github.com/filloax/isaac-lua-api-vscode/pull/29): Merge RoomConfig with RoomConfigHolder and Add BossPool related classes (Guantol-Lemat)
17+
318
* [1.12.0]
19+
420
- Fix extension erroring when opneing files outside of a workspace, will now self-disable in that case (check README!)
521
- Add REPENTANCE_PLUS global
622
- Fix FromAngle not being available on global Vector
@@ -12,6 +28,7 @@
1228
- PR #25: ItemConfigCard changes
1329

1430
* [1.11.1]
31+
1532
- Fix enum typos in build
1633
- Fix EntityEffect.CreateLight (from nazjun)
1734
- Document Isaac.GetAxisAlignedUnitVectorFromDir (from nazjun)
@@ -23,6 +40,7 @@
2340
- Add Color.Default
2441

2542
* [1.11.0]
43+
2644
- Support for Repentogon 1.0.12
2745
- Fix issues with ItemConfig: Correct enum values, add descriptions, and move ItemConfig.Config under the enum instead of the class
2846
- Add missing description information to MC_USE_ITEM and MC_USE_CARD

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

0 commit comments

Comments
 (0)