Skip to content

Releases: actionk/Morpeh.Queries

2024.1.1 — Morpeh 2024.1.1 compatibility

25 Feb 19:56

Choose a tag to compare

Morpeh 2024.1.1 Compatibility Update

Added

  • QueryFixedSystem — base class for FixedUpdate systems
  • QueryLateSystem — base class for LateUpdate systems
  • QueryCleanupSystem — base class for cleanup systems
  • CompiledQuery.Count() — returns the number of matching entities
  • QueryBuilder.Extend<T>() — support for IFilterExtension custom filter extensions
  • ForFirst overloads — execute a lambda for the first matching entity only (up to 4 components)

Fixed

  • FilterBuilder struct compatibility (Also callback signature)
  • Reflection invocation in Build() (parameter count mismatch)
  • Empty filter crash in CompiledQuery
  • Validation bug in QueryHelper (hasProblems never set to true)
  • Compile errors without MORPEH_BURST define
  • Renamed CompiledCompiledEventListenerForEach in EventListenerExtensions

Improved

  • Cached MakeGenericMethod results in QueryBuilder.Build() for better performance

Install via UPM

https://github.com/actionk/Morpeh.Queries.git#2024.1.1

2023.1.1

18 Jan 10:00

Choose a tag to compare

Fixing the manifest

2023.1

27 Sep 13:25

Choose a tag to compare

Upgrading to Morpeh 2023.1

0.2

21 Mar 09:56

Choose a tag to compare

0.2

Initial release with Queries, Events & Jobs support.