Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Feb 6, 2021
1 parent e9d991b commit 3d0495b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 3.0.0
* added null or undefined check in inventory (@u9g)
* Removed broken use of "this" in physics.js (@TheDudeFromCI)
* Promisify testCommon (@ArcticZeroo)
* Fixed Bot not skipping end credits (@IceTank)
* BREAKING: Simplify windows API and promisify tests (@Karang) : several methods and events from window API were changed:
* Removed Chest, EnchantmentTable, Furnace, Dispenser and Villager classes (they all are Windows now)
* Dispensers are now handled by the same code as other containers, hopper too (they were missing)
* There is now only 2 events signaling a slot update ("updateSlot" and "updateSlot:slotId" of the Window class) (before there was: "setSlot", "setSlot:windowId", "windowUpdate", "updateSlot", on 3 different eventEmitter (and not all of them were working properly))
* All windows (present and future) now have a withdraw and deposit function

## 2.41.0
* Fix Time type definition (@hivivo)
* Add face for block in sight result (@Karang)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mineflayer",
"version": "2.41.0",
"version": "3.0.0",
"description": "create minecraft bots with a stable, high level API",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3d0495b

Please sign in to comment.