Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rs-tiled
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
rs-tiled
Commits
6b494a6a
Commit
6b494a6a
authored
3 years ago
by
alexdevteam
Browse files
Options
Downloads
Patches
Plain Diff
Add all unreleased changes to the changelog
parent
485fb747
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+39
-8
39 additions, 8 deletions
CHANGELOG.md
with
39 additions
and
8 deletions
CHANGELOG.md
+
39
−
8
View file @
6b494a6a
...
...
@@ -6,18 +6,49 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
## [0.9.2] - 2020-Apr-25
### Changed
-
Reorganized crate:
-
`parse_file`
,
`parse`
->
`Map::parse_file`
with optional path.
-
`parse_with_path`
->
`Map::parse_reader`
-
`parse_tileset`
->
`Tileset::parse`
-
`Frame`
has been moved to the
`animation`
module.
-
`ParseTileError`
&
`TiledError`
have been moved into the
`error`
module.
-
`Image`
has been moved into the
`image`
module.
-
`LayerTile`
,
`Layer`
,
`LayerData`
,
`ImageLayer`
&
`Chunk`
have been moved into the
`layers`
module.
-
`Map`
&
`Orientation`
have been moved into the
`map`
module.
-
`ObjectGroup`
,
`ObjectShape`
&
`Object`
have been moved into the
`objects`
module.
-
`Colour`
,
`PropertyValue`
&
`Properties`
have been moved into the
`properties`
module.
-
All mentions of
`Colour`
have been changed to
`Color`
for consistency with the Tiled dataformat.
-
`Tile`
has been moved into the
`tile`
module.
-
`Tileset`
has been moved into the
`tileset`
module.
-
`Map::get_tileset_by_gid`
->
`Map::tileset_by_gid`
-
Tile now has
`image`
instead of
`images`
. (
[
Issue comment
](
https://github.com/mapeditor/rs-tiled/issues/103#issuecomment-940773123
)
)
-
Tileset now has
`image`
instead of
`images`
.
-
Functions that took in
`&Path`
now take
`impl AsRef<Path>`
.
-
Bumped
`zstd`
to
`0.9`
.
-
Fix markdown formatting in the
`CONTRIBUTORS`
file.
### Added
-
`Map::source`
for obtaining where the map actually came from.
-
`Tileset::columns`
.
-
`layers::Layer::id`
.
-
Documentation for map members.
-
Tests for
`tiled_base64_zstandard.tmx`
.
-
`.gitattributes`
for line ending consistency.
-
Support for multiline string properties.
-
MIT license file.
-
Properties to Tilesets.
-
Test verifying
`tileset.properties`
### Changed
## [0.9.5]
TODO
-
## [0.9.4]
TODO
### Removed
## [0.9.3]
TODO
-
## [0.9.2] - 2020-Apr-25
### Added
-
Properties to Tilesets.
-
Test verifying
`tileset.properties`
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment