-
Alejandro Perea authored
* Add `Loader` and map loading functions * Update examples, doc & tests * Add tileset loading functions * Fix unrelated broken intradoc link * Fix intradoc link * Fix more docs * Update changelog and readme * Fix warnings * Change version, remove dead code
Unverified7c072c9f
CHANGELOG.md 2.90 KiB
Changelog
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.
[0.10.1]
Added
-
Loader
type for loading map and tileset files without having to necessarily mention the cache to use.
Deprecated
-
Map::parse_reader
: UseLoader::parse_tmx_map_from
instead. -
Map::parse_file
: UseLoader::load_tmx_map
instead. -
Tileset::parse_reader
: UseLoader::load_tsx_tileset
instead.
Fixed
- Fix message when a tileset is missing the
tilecount
attribute (#194).