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
32efc684
Unverified
Commit
32efc684
authored
3 years ago
by
David M
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Populate changelog with changes in previous versions (#121)
Closes #116
parent
789865ae
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
+40
-17
40 additions, 17 deletions
CHANGELOG.md
with
40 additions
and
17 deletions
CHANGELOG.md
+
40
−
17
View file @
32efc684
...
...
@@ -6,6 +6,17 @@ 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]
### Added
-
`Tileset::source`
for obtaining where the tileset actually came from.
-
`Tileset::columns`
.
-
`layers::Layer::id`
.
-
Support for 'object'-type properties.
-
Documentation for map members.
-
Tests for
`tiled_base64_zstandard.tmx`
.
-
`.gitattributes`
for line ending consistency.
-
Support for multiline string properties.
-
MIT license file.
### Changed
-
Reorganized crate:
-
`parse_file`
,
`parse`
->
`Map::parse_file`
with optional path.
...
...
@@ -31,28 +42,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
Bumped
`zstd`
to
`0.9`
.
-
Fixed markdown formatting in the
`CONTRIBUTORS`
file.
## [0.9.5] - 2021-05-02
### Added
-
`Tileset::source`
for obtaining where the tileset actually came from.
-
`Tileset::columns`
.
-
`layers::Layer::id`
.
-
Support for 'object'-type properties.
-
Documentation for map members.
-
Tests for
`tiled_base64_zstandard.tmx`
.
-
`.gitattributes`
for line ending consistency.
-
Support for multiline string properties.
-
MIT license file.
-
Support for file properties.
### Fixed
-
Parsing csv data without newlines (LDtk).
## [0.9.4] - 2021-02-07
### Added
-
Support for layer offsets.
##
[0.9.5]
TODO
##
# Changed
-
Feature gate zstd to allow targeting wasm32-unknown-unknown.
##
[0.9.4]
TODO
##
# Fixed
-
Object visibility parsing.
## [0.9.3]
TODO
## [0.9.3] - 2020-09-20
### Added
-
Support for base64 and zstd compressed maps.
-
Support for point objects.
-
Support for infinite maps.
## [0.9.2] - 2020-
Apr-25
## [0.9.2] - 2020-
05-09
### Added
-
Properties to Tilesets.
-
Test verifying
`tileset.properties`
\ No newline at end of file
-
Test verifying
`tileset.properties`
.
-
Tileset tile count parsing.
-
Object
`width`
and
`height`
fields.
## [0.9.1] - 2020-03-29
### Changed
-
Make fields on
`Frame`
`pub`
.
## [0.9.0] - 2019-25-11 (?)
### Changed
-
Migration to
`rust 2018`
and
`?`
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