- add chunk handling for chunks without skylight data in 1.8 (thanks @skullteria)
- support 1.13
- better tests
- standardjs
- circleci 2
- better no chunk implementation exception
- small 1.9 fix (thanks @Flynnn)
- handle skylightsent in 1.8
- fix initialize in 1.8 + test
- fix initialize in 1.8
- optimization of 1.9 chunk done by @allain
- supports mcpc 1.12 (same as 1.9)
- add skyLightSent to load
- use last protodef, fix longToByte (no countTypeArgs), and remove gulp
- supports mcpc 1.10 and 1.11 (same as 1.9)
- supports mcpc 1.9 (thanks @Flynnn)
- supports bitmap in load and dump in 1.8, default to bitmap == 0xFFFF
- support MCPE 1.0 chunks
- support MCPE 0.14 chunks
- update to babel6
- bump dependencies
- simplify and fix initialize
- fix iniPos in initialize
- add Chunk.initialize, useful for fast generation
- fix the badge
- use vec3
- add an example + doc
- use prismarine-block
- First version, basic functionality