diff --git a/HISTORY.md b/HISTORY.md index 7c0062a..cc0ba6b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,15 @@ # History +## 0.16.0 (unreleased) + + * cross version support exposed : version option in createClient and createServer + * expose createSerializer and createDeserializer, createPacketBuffer and parsePacketData are now available in serializer/parser instances (BREAKING CHANGE) + * stop exposing packetFields, packetNames, packetIds, packetStates. That data is available by requiring minecraft-data package (BREAKING CHANGE) + * don't expose version anymore but supportedVersions (BREAKING CHANGE) + * use node-yggdrasil : index.js now doesn't expose yggdrasil, use node-yggdrasil directly if needed (BREAKING CHANGE) + * createServers's beforePing option can now takes an async function + * enable compression by default in createServer + ## 0.15.0 * UUIDs are now strings instead of arrays. (BREAKING CHANGE) diff --git a/package.json b/package.json index 622003e..756cc53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.15.1-GH", + "version": "0.16.0-GH", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {