Releases: PowerNukkit/Region-Manipulator
Releases · PowerNukkit/Region-Manipulator
v2.0.0
2.0.0 - 2020-01-24
Changed
- Added new properties to the
data class CorruptChunk - Changed the
CorruptChunkconstructors (Breaking Change) CorruptChunk.chunkContentis now nullable (Breaking Change)RegionIO.readRegionandRegionIO.writeRegionnow throwsIOExceptionin Java (Breaking Change)RegionIO.readRegioncan now handle more corrupted chunks scenarios, preventing total failures while reading the MCA file- Updated NBT-Manipulator to
2.0.0 - Updated Kotlin to 1.3.61
Fixed
- #4
EOFExceptionwhen attempt to read a MCA file which contains incomplete corrupted chunks
v1.1.0
1.1.0 - 2019-06-02
Added
- Methods to manipulate corrupt chunks
Changed
- Updated NBT-Manipulator to
1.1.0
Fixed
v1.0.1
v1.0.0
v0.0.4
0.0.4 - 2019-05-27
Added
- This changelog file
- Documentation to all public types, methods and properties.
- Static methods for java users calling
RegionIO Region.addAllfor java users.- New constructor to
RegionPoswhich accepts the region file name.
Changed
Region.putwill now check if the key matches the value's positionRegion.addAllNotNullis now synthetic, java users should always callRegion.addAllRegion.addAllNullableis now deprecated. Java users should always callRegion.addAll- Updated NBT-Manipulator to
0.0.2
Fixed
- Potential exception when trying to remove a chunk that is not valid for the region
v0.0.3
0.0.3 - 2019-05-25
Changed
- The dependency to NBT-Manipulator from
implementationtocompileso it can get inherited.
v0.0.2
v0.0.1
0.0.1 - 2019-05-23
Added
- API to read and write to/from MCA files using
RegionIO - API to freely manipulate
RegionandChunkdata loaded in memory