Skip to content

Releases: elebras1/flecs-java

0.8.1

21 Mar 18:44

Choose a tag to compare

Fix the publish fatjar by the github workflow
See :0.8.0

0.8.0

21 Mar 16:20

Choose a tag to compare

Update Flecs version to 4.1.5 : release v4.1.5

  • Refactor : replace all the LongList return by long[]
  • Feature : parent hierarchy storage
  • Features : asyncStage, getComponentId, setLookupPath, lookup
  • Reducing the jar size

0.7.0

08 Mar 22:30

Choose a tag to compare

  • Performance improvements
  • Feature : custom task threads (example)
  • Feature : user friendly iteration on Query, System, Observer with each() and eachView (example)
  • Feature : Table full refactor with complete feature support (example)

0.6.0

27 Feb 16:14

Choose a tag to compare

  • Performance improvement
  • feature : set components to entity using View component without any allocation

0.5.3

06 Feb 18:32

Choose a tag to compare

v0.5.3

update readme

0.5.2

18 Jan 14:47

Choose a tag to compare

v0.5.2

revert build.gradle to 0.3.5

0.5.1

18 Jan 14:15

Choose a tag to compare

v0.5.1

remove linux flag -fvisibility=default

0.5.0

18 Jan 11:54

Choose a tag to compare

Performance improvement

0.4.2

17 Jan 18:05

Choose a tag to compare

target(...): The return value when a target is not found has been changed from -1 to 0.

Hooks: Removed direct memory access for users within hook callbacks.

Entity: Renamed various parameter names across Entity methods.

Improved examples.

Fix memory leak in Query iteration.

0.4.1

17 Jan 15:56

Choose a tag to compare

Feature entity view