Skip to content

Commit

Permalink
fixes for v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevertus committed Jan 6, 2024
1 parent 304839e commit 8633882
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Changelog

## 0.4.6
## 0.4.7

- added arguments methods on context to generate macro commands introduced in 1.20.2
- added serializable UUID object to represent uuids consisting out of 4 integers (thanks @Globbi)
- added Random Widget
- added Return.run and Return.fail subcommands
- added supportedFormats and packFormat to Project, default version is now 20.4
- added arguments field for File.execute to run functions with arguments
- updated blocks, items, particles and entities to include content from 1.20.4 and 23w51b
- updated documentation links to the new minecraft wiki https://minecraft.wiki (thanks @Spongecade)
- changed TextComponent, Effect & Entity to be gson serializable, so you don't have to call toMap manually
- fixed Entity to introduce a trailing comma when given empty tags
- fixed Entity.Clone to deep copy, instead of shallow copy (thanks @CCpcalvin)

## 0.4.6

- added serializable UUID object to represent uuids consisting out of 4 integers (thanks @Globbi)
- changed TextComponent & Entity to be gson serializable, so you don't have to call toMap manually
- refactored Title widget
- fixed function tags load/tick generating with paths with `.mcfunction` (thanks @FlafyDev)
- fixed Storage.copyScore ignoring the scale parameter
- fixed Entity to introduce a trailing comma when given empty tags
- fixed Entity.Clone to deep copy, instead of shallow copy (thanks @CCpcalvin)
- fixed Github testing workflows to run with Dart 3 and provide Code Coverage (thanks @Globbi)

## 0.4.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
objd: ^0.4.6
objd: ^0.4.7

dev_dependencies:
build_runner:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: objd
version: 0.4.6
version: 0.4.7

homepage: https://objd.stevertus.com
repository: https://github.com/Stevertus/objD
Expand Down

0 comments on commit 8633882

Please sign in to comment.