File tree Expand file tree Collapse file tree 4 files changed +33
-5
lines changed
Expand file tree Collapse file tree 4 files changed +33
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2022-10-31
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - [ ` tiled ` - ` v0.10.0 ` ] ( #tiled---v0100 )
15+
16+ Packages with other changes:
17+
18+ - There are no other changes in this release.
19+
20+ ---
21+
22+ #### ` tiled ` - ` v0.10.0 `
23+
24+ - ** BREAKING** ** FIX** : support parsing empty tile terrain values ([ #61 ] ( https://github.com/flame-engine/tiled.dart/issues/61 ) ). ([ 3c75b03a] ( https://github.com/flame-engine/tiled.dart/commit/3c75b03a2d122e7ab5fe22bdf102755b18a26130 ) )
25+ - ** BREAKING** ** FEAT** : turning List<Property > into CustomProperties ([ #55 ] ( https://github.com/flame-engine/tiled.dart/issues/55 ) ). ([ 51d59ec5] ( https://github.com/flame-engine/tiled.dart/commit/51d59ec585e2913decabfc48c333cba4a20df9c4 ) )
26+
27+
628## 2022-09-29
729
830### Changes
Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ A Dart Tiled library.
66
77## Install from Dart Pub Repository
88
9- Include the following in your ` pubspec.yaml ` :
9+ To include the package as a depencency in your ` pubspec.yaml ` , run the following (or add it manually) :
1010
11- ``` yaml
12- dependencies :
13- tiled : 0.8.4
11+ ``` sh
12+ dart pub add tiled
1413```
1514
1615## Usage
Original file line number Diff line number Diff line change 1+ ## 0.10.0
2+
3+ > Note: This release has breaking changes.
4+
5+ - ** BREAKING** ** FIX** : support parsing empty tile terrain values ([ #61 ] ( https://github.com/flame-engine/tiled.dart/issues/61 ) ). ([ 3c75b03a] ( https://github.com/flame-engine/tiled.dart/commit/3c75b03a2d122e7ab5fe22bdf102755b18a26130 ) )
6+ - ** BREAKING** ** FEAT** : turning List<Property > into CustomProperties ([ #55 ] ( https://github.com/flame-engine/tiled.dart/issues/55 ) ). ([ 51d59ec5] ( https://github.com/flame-engine/tiled.dart/commit/51d59ec585e2913decabfc48c333cba4a20df9c4 ) )
7+
18## 0.9.0
29
310> Note: This release has breaking changes.
Original file line number Diff line number Diff line change 11name : tiled
2- version : 0.9 .0
2+ version : 0.10 .0
33description : A Dart Tiled library. Parse your TMX files into useful representations. Compatible with Flame.
44homepage : https://github.com/flame-engine/tiled.dart
55
You can’t perform that action at this time.
0 commit comments