You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,33 @@
3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+
## 2025-02-04
7
+
8
+
### Changes
9
+
10
+
---
11
+
12
+
Packages with breaking changes:
13
+
14
+
-[`tiled` - `v0.11.0`](#tiled---v0110)
15
+
16
+
Packages with other changes:
17
+
18
+
- There are no other changes in this release.
19
+
20
+
---
21
+
22
+
#### `tiled` - `v0.11.0`
23
+
24
+
-**REFACTOR**: Upgrade code style and dependencies ([#82](https://github.com/flame-engine/tiled.dart/issues/82)). ([581391cf](https://github.com/flame-engine/tiled.dart/commit/581391cf4b4e5a504b42324e353876e9e7afbb75))
25
+
-**FIX**: Fixed parsing of multiline text from ObjectGroup. ([#79](https://github.com/flame-engine/tiled.dart/issues/79)). ([7878381b](https://github.com/flame-engine/tiled.dart/commit/7878381b4333a4f04032d93a300f0c13ec6e1f11))
-**FEAT**: Adding a method to get any object in a map by its unique ID ([#75](https://github.com/flame-engine/tiled.dart/issues/75)). ([4faf43b4](https://github.com/flame-engine/tiled.dart/commit/4faf43b45002e19c8fdbf2af8dd09969bcf4781c))
28
+
-**FEAT**: Omit TiledImage without source from TiledMap.tiledImages ([#68](https://github.com/flame-engine/tiled.dart/issues/68)). ([41c9439f](https://github.com/flame-engine/tiled.dart/commit/41c9439f9c0f1345b8b803b9b33d3a507e45bf1a))
29
+
-**FEAT**: Add convenience method for getting images in each layer ([#66](https://github.com/flame-engine/tiled.dart/issues/66)). ([1d3043f7](https://github.com/flame-engine/tiled.dart/commit/1d3043f75dc59449e98c9f2f637141b8ac127508))
Copy file name to clipboardExpand all lines: packages/tiled/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 0.11.0
2
+
3
+
> Note: This release has breaking changes.
4
+
5
+
-**REFACTOR**: Upgrade code style and dependencies ([#82](https://github.com/flame-engine/tiled.dart/issues/82)). ([581391cf](https://github.com/flame-engine/tiled.dart/commit/581391cf4b4e5a504b42324e353876e9e7afbb75))
6
+
-**FIX**: Fixed parsing of multiline text from ObjectGroup. ([#79](https://github.com/flame-engine/tiled.dart/issues/79)). ([7878381b](https://github.com/flame-engine/tiled.dart/commit/7878381b4333a4f04032d93a300f0c13ec6e1f11))
-**FEAT**: Adding a method to get any object in a map by its unique ID ([#75](https://github.com/flame-engine/tiled.dart/issues/75)). ([4faf43b4](https://github.com/flame-engine/tiled.dart/commit/4faf43b45002e19c8fdbf2af8dd09969bcf4781c))
9
+
-**FEAT**: Omit TiledImage without source from TiledMap.tiledImages ([#68](https://github.com/flame-engine/tiled.dart/issues/68)). ([41c9439f](https://github.com/flame-engine/tiled.dart/commit/41c9439f9c0f1345b8b803b9b33d3a507e45bf1a))
10
+
-**FEAT**: Add convenience method for getting images in each layer ([#66](https://github.com/flame-engine/tiled.dart/issues/66)). ([1d3043f7](https://github.com/flame-engine/tiled.dart/commit/1d3043f75dc59449e98c9f2f637141b8ac127508))
0 commit comments