Skip to content

Commit

Permalink
updated release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Jul 31, 2020
1 parent af1b6c3 commit 0e29da8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions documentation/RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## DefaultEcs 0.14.4
added quote and multiline string support to TextSerializer
added EntityRuleBuilder.Copy to duplicate an EntityRuleBuilder
added EntityRuleBuilder.AsMap with capacity parameter
added EntityRuleBuilder.AsMultiMap with capacity parameter
added EntitiesMap.Count to get the number of entities for a given key
added AResourceManager.Resources to get all resources loaded
added AEntitiesSystem to process EntitiesMap in a controlled way

fixed EntitySet, EntityMap and EntitiesMap initialization with pre-existing entities when applying a component predicate

[nuget package](https://www.nuget.org/packages/DefaultEcs/0.14.4)

## DefaultEcs 0.14.3
added componentFilter parameter on BinarySerializer and TextSerializer to apply a filter on which component type should be serialized or deserialized
added BinarySerializationContext to provide transformation between types when using the BinarySerializer
Expand Down

0 comments on commit 0e29da8

Please sign in to comment.