Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

greatly improve null handling and object creation #71

Merged
merged 19 commits into from
Mar 28, 2022

Conversation

runeanielsen
Copy link
Member

Info

This change greatly improves null handling, so nulls are no longer returned if not otherwise specified.

Breaking

It achieve this a lot of the object creation, has now been moved to constructor initialization. This makes sure that NULL's are not set, and that the required parameters for Typesense are always explicit required in the constructors.

I've tried to keep the old parameterless constructors and marked them as obsolete, to not break existing consumers of the library, so they can migrate whenever they want to.

@runeanielsen runeanielsen merged commit c1c9fa1 into DAXGRID:master Mar 28, 2022
@runeanielsen runeanielsen deleted the improve-null-handling branch April 4, 2022 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant