You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release Lyra v5.0.0 with major updates and cleanup. Removed deprecated types and improved TypeScript definitions. Enhanced documentation for API changes, including updated query handling and schema generation. Added .gitignore entries for stray compiled declarations to maintain a cleaner source tree. (e1044f3)
update dependencies and enhance TypeScript definitions. Upgraded various devDependencies to their latest versions for improved performance and compatibility. Added new TypeScript types and methods for alias handling in LyraBundle, including projection capabilities in queries. Introduced new utility functions for filtering and managing item fields, enhancing overall query efficiency and flexibility. (75b303e)
BREAKING CHANGES
the v5 line removes QuerySchemaOptions and the second argument
to buildQuerySchema, and makes FieldDefinition a discriminated union on kind
(range must be number|date; alias requires targetField; only alias may carry
one). The on-the-wire bundle format is unchanged; valid bundles load as before.