All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
from_bytes
associated function toPMTiles
-,Header
- andDirectory
-struct - Add
from_bytes_partially
associated function toPMTiles
-struct - Add
find_entry_for_tile_id
method toDirectory
-struct - Fix the MIME type for Mapbox Vector Tiles (previously
application/x-protobuf
, nowapplication/vnd.mapbox-vector-tile
)
0.2.2 - 2023-10-23
- Tweaks to documentation
0.2.1 - 2023-10-23
- Tweaks to documentation
clippy
&cargofmt
fixes
0.2.0 - 2023-05-08
- Added
filter_range
parameter toread_directories
&read_directories_async
(use..
to have same behavior as before)
- Async support via the
AsyncRead
andAsyncWrite
traits (must be enabled via theasnyc
feature flag):- Added
from_async_reader
&to_async_writer
methods toPMTiles
- Added
from_async_reader
&to_async_writer
methods toDirectory
- Added
from_async_reader
&to_async_writer
methods toHeader
- Added
get_tile_async
,get_tile_by_id_async
&new_async
methods toHeader
- Added
compress_async
&decompress_async
utility functions - Added
read_directories_async
&write_directories_async
utility functions
- Added
- Added
from_reader_partially
&from_async_reader_partially
methods toPMTiles
- Improved example of
util::read_directories
0.1.6 - 2023-01-18
- Added
serde
support for most public types (must be enabled via theserde
feature flag)
0.1.5 - 2023-01-15
- Added
from_reader
method toHeader
- Added
to_writer
method toHeader
0.1.4 - 2023-01-14
- Update
zstd
feature flags to allowwasm-unknown-unknown
as a build target
0.1.3 - 2023-01-14
- Remove
getrandom
dependency to allowwasm-unknown-unknown
as a build target
0.1.2 - 2023-01-13
- Fix broken link to utilities documentation in README
0.1.1 - 2023-01-12
- Improved wording of the documentation in several places
0.1.0 - 2023-01-12
Initial public release