Skip to content

Releases: elebras1/flecs-java

0.10.0

26 Apr 17:45

Choose a tag to compare

v0.10.0

fix enableRest

0.9.0

19 Apr 09:50

Choose a tag to compare

  • Breaking : remove AutoCloseable for World, Query and OsApi
  • Breaking : rename close() method by destroy()
  • Fix : orderBy and the comparator

0.8.2

11 Apr 13:20

Choose a tag to compare

  • Feature : orderBy, groupBy, without in Query and System
  • Feature : zeroing components with Table.resetColumn and Field.reset
  • Feature : accessing the row table's native memory with Table.getRowView that returns a _Component_RowView
  • Refactor : FixedString rename size to length

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