Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed Sep 9, 2024
1 parent 56a95fb commit 6574e2f
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,63 @@

Changelog for versions

## [1.4.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.3.1...v1.3.2)

- Update MonoGame v3.8.2 and Dotnet 8

## [1.3.2](https://github.com/IrishBruse/LDtkMonogame/compare/v1.3.1...v1.3.2)

- Fixed world position issue in LDtkIntGrid.FromWorldToGridSpace [PR-32](https://github.com/IrishBruse/LDtkMonogame/pull/32)
- Fixed world position issue in LDtkIntGrid.FromWorldToGridSpace [PR-32](https://github.com/IrishBruse/LDtkMonogame/pull/32)

## [1.3.1](https://github.com/IrishBruse/LDtkMonogame/compare/v1.3.0...v1.3.1)

- Fix Codegen bug
- Fix Codegen bug

## [1.3.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.2.0...v1.3.0)

- Improve errors when invalid flags are set
- Rename **LDtkRenderer** to **ExampleRenderer** to avoid confusion
- Fix layer opacity in Example Renderer
- Improve errors when invalid flags are set
- Rename **LDtkRenderer** to **ExampleRenderer** to avoid confusion
- Fix layer opacity in Example Renderer

## [1.2.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.1.2...v1.2.0)

- Upgrade Json to 1.5.4
- Create new docs site
- Cleanup code and comments
- Upgrade Json to 1.5.4
- Create new docs site
- Cleanup code and comments

## [1.1.2](https://github.com/IrishBruse/LDtkMonogame/compare/v1.1.1...v1.1.2)

- Upgrade Json to 1.3.4
- Fix intgrid contains bug
- Fix content loading
- Cache tilemaps in renderer
- Nullable support
- Upgrade Json to 1.3.4
- Fix intgrid contains bug
- Fix content loading
- Cache tilemaps in renderer
- Nullable support

## [1.1.1](https://github.com/IrishBruse/LDtkMonogame/compare/v1.1.0...v1.1.1)

- Fix assetName for textures when the parent ldtk is in a nested folder [PR-25](https://github.com/IrishBruse/LDtkMonogame/pull/25)
- Fix assetName for textures when the parent ldtk is in a nested folder [PR-25](https://github.com/IrishBruse/LDtkMonogame/pull/25)

## [1.1.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.0.1...v1.1.0)

- Updated Json to 1.3.3
- Updated `LDtkFile.FromFile(filePath)` For old slower behaviour use `FromFileReflection` <br/> Source generator deserializing should be faster but may have bugs please test.
- Updated Json to 1.3.3
- Updated `LDtkFile.FromFile(filePath)` For old slower behaviour use `FromFileReflection` <br/> Source generator deserializing should be faster but may have bugs please test.

## [1.0.1](https://github.com/IrishBruse/LDtkMonogame/compare/v1.0.0...v1.0.1)

- Update Json to 1.2.5
- Update Json to 1.2.5

## [1.0.0](https://github.com/IrishBruse/LDtkMonogame/compare/v0.7.0...v1.0.0)

- Update Json to 1.2.0
- Update Json to 1.2.0

## [0.7.0](https://github.com/IrishBruse/LDtkMonogame/compare/v0.6.5...v0.7.0)

- Update to support Monogame 3.8.1.303
- Update to support Monogame 3.8.1.303

## [0.6.5](https://github.com/IrishBruse/LDtkMonogame/compare/v0.6.4...v0.6.5)

- Allow relative paths to assets
- Fix bug [#18](https://github.com/IrishBruse/LDtkMonogame/issues/18)
- Allow relative paths to assets
- Fix bug [#18](https://github.com/IrishBruse/LDtkMonogame/issues/18)

## [0.6.4](https://github.com/IrishBruse/LDtkMonogame/compare/v0.6.3...v0.6.4)

Expand Down

0 comments on commit 6574e2f

Please sign in to comment.