Files
2018-08-26 15:59:31 +02:00

266 lines
5.2 KiB
Markdown

## 2.28.0
* update mcdata to 2.28.0 : support mc protocol 1.13.1
## 2.27.0
* update mcdata to 2.27.0 : bring minecraft 1.13 protocol support
## 2.26.0
* update mcdata to 2.25.0 : fix packet_title
## 2.25.0
* fix brigadier:string parser properties
## 2.24.0
* update mcdata to 2.23.0, some fixes for 17w50a protocol
## 2.23.0
* find the most recent minor version from major version when needed
## 2.22.0
* bump mcdata to 2.22.0, mcpc 17w50a support
## 2.21.0
* bump mcdata to 2.21.0, mcpc 1.12.2 support
## 2.20.0
* bump mcdata to 2.20.0, mcpc 1.12.1 support
## 2.19.0
* add language to api, update mcdata to 2.19.0
## 2.18.0
* update to mcdata 2.18.0, better supports mcpc 1.12
## 2.17.0
* update to mcdata 2.17.0, supports mcpc 1.12
## 2.16.0
* update mcdata to 2.16.0 ,supports 1.12-pre4
## 2.15.0
* update to mcdata 2.15.0, supports pc 17w18b
## 2.14.0
* update to mcdata 2.14.0
* supports mc 17w15a
## 2.13.4
* update mcdata
## 2.13.3
* update mcdata
## 2.13.2
* add npmignore (for data.js)
## 2.13.1
* update mcdata
## 2.13.0
* add protocol comments
q
## 2.12.1
* remove protocol schema (moved to protodef)
## 2.12.0
* use minecraft data 2.10.0, complete 1.11 data
## 2.11.0
* update to mcdate 2.9.0, bring mcpc 1.11.2 support
## 2.10.0
* update mcdata to 2.8.0, add mcpe 1.0
## 2.9.0
* update mcdata to 2.7.0 : add 1.11 support (only the protocol)
## 2.8.0
* classic blocks
* update to mcdata 2.6.0
## 2.7.0
* update mcdata to 2.5.0, add enchantments to api, add 16w35a (first 1.11 snapshot)
## 2.6.0
* update mcdata to 2.4.0, add mcpc 1.10.1 and 1.10.2 support, add mcpe 0.15 support
## 2.5.1
* update mcdata, fix 1.10 version
## 2.5.0
* update mcdata to 2.3.0, add 1.10 support
## 2.4.0
* update to mcdata 2.2.0, add pe protocol
## 2.3.0
* update minecraft-data to 2.1.0, add pc 1.10-pre1 support
## 2.2.0
* add type (pe or pc) to API
## 2.1.0
* use blocks of pc 1.8 for pe 0.14
## 2.0.0
* update to minecraft-data to 2.0.0, adapt to handle both pc and pe
* the api of versionsByMinecraftVersion changed : now indexed by pc and pe : BREAKING CHANGE
## 1.6.0
* update minecraft-data to 1.1.0, add 16w20a support (1.1.0)
## 1.5.0
* update minecraft-data to 1.0.0, add 1.9.4 support
## 1.4.1
* actually add 1.9.2 support
## 1.4.0
* update mcdata : 1.9.2 support
## 1.3.1
* fix release (submodule)
## 1.3.0
* export schemas
## 1.2.6
* update mcdata : add 1.9.1-pre2
## 1.2.5
* update mcdata : fix in 1.9 protocol
## 1.2.4
* i8 not byte
## 1.2.3
* a few fixes in 1.9 protocol
## 1.2.2
* update mcdata : 1.9 release
## 1.2.1
* update minecraft-data : update blocks, items and recipes in 1.9, and fix a small error in 1.9 protocol
## 1.2.0
* update 1.9 protocol to 1.9-pre4
## 1.1.0
* update mcdata : protocol schema change, add classic
## 1.0.3
* update mcdata : 1.9 protocol fix
## 1.0.2
* forgot a short in 1.7 protocol
## 1.0.1
* update mcdata : fix short in 1.7 protocol
## 1.0.0
* update minecraft data, protocol.json has new numerical type names
## 0.20.4
* update minecraft-data : 1.7 plugin channel data buffers are length-prefixed
## 0.20.3
* update mcdata : fix in 1.7 protocol
## 0.20.2
* update minecraft-data : a fix in the key of 1.7 protocol
## 0.20.1
* fix release
## 0.20.0
* 1.9 updated to 16w05b
* 15w40b support kept
* 1.7 support added
* add transparency and light data in blocks
## 0.19.1
* fix release (missing submodule)
## 0.19.0
* move protocol data to top level
* expose preNettyVersionsByProtocolVersion and postNettyVersionsByProtocolVersion
* use it for a better resolution of the "major" version
## 0.18.0
* add protocol versions
## 0.17.0
* some windows fixing
* update entities : now mobs and objects
## 0.16.3
* use require-self to use require('minecraft-data') in example and make tonicdev actually work
## 0.16.2
* Usage -> Example, for tonicdev integration
## 0.16.1
* update mcData : improvement in the protocol for slot, optionalNbt and nbt
## 0.16.0
* add effects
## 0.15.0
* make node-minecraft-data browserify compatible
## 0.14.0
* move to new minecraft-data organization: master branch containing all the versions instead of one branch per version
## 0.13.0
* minecraft-data 1.9 to 15w40b + 76
## 0.12.0
* update minecraft-data : update 1.8 version to 1.8.8, update 1.9 version to 15w39c
## 0.11.0
* update minecraft-data : in protocol.json the context is now implemented with ../ instead of this.
## 0.10.0
* add version to the API
## 0.9.0
* update minecraft-data : windows and protocol updates
## 0.8.1
* actually update protocol.json
## 0.8.0
* update protocol.json
* add windows
## 0.7.0
* update protocol.json : condition becomes switch
## 0.6.0
* update protocol.json in 1.8 and 1.9 : the schema is now better for types (see minecraft-data for more details)
## 0.5.2
* update README and example : the package is now called minecraft-data in npm
## 0.5.1
* fix bug with fs.existsSync
* fix npm badge in readme
## 0.5.0
* bumping a few versions because package now published as minecraft-data
* add multi-version support
* add protocol.json access
## 0.2.0
* add unindexed version of blocks, items, biomes, instruments and entities
## 0.1.2
* fix bug in indexes
## 0.1.1
* fix bug in find functions
## 0.1.0
* provide : id-indexed data, name-indexed data and two functions to find items or blocks