LookAtMySuitBot/js/node_modules/prismarine-nbt/HISTORY.md

74 lines
932 B
Markdown
Raw Normal View History

2023-12-24 20:08:39 -05:00
# History
## 2.2.1
* Use u16 countType for shortString
## 2.2.0
* Add some builder functions
## 2.1.0
* Add .float() method to builder
## 2.0.0
* breaking change to the nbt builder (@extremeheat)
## 1.6.0
* add nbt builder (@U9G)
## 1.5.0
* Little endian updates, automatic format detection (@extremeheat)
## 1.4.0
* typings (@mcbobby123 and @Dep0sit)
## 1.3.0
* use protodef compiler, making prismarine-nbt much much faster (10x), thanks @Karang
## 1.2.1
* fix long array : the countType is i32 not i64
## 1.2.0
* add long array
## 1.1.1
* remove fs.read for webpack
## 1.1.0
* fix nbt.simplify
## 1.0.0
* add little endian nbt support (for mcpe)
## 0.2.2
* get back to full es5
## 0.2.1
* update protodef
## 0.2.0
* add simplify
## 0.1.0
* completely reimplement using ProtoDef, the API is mostly compatible with the old version
## 0.0.1
* import from nbt.js + changes to make writing possible