jquery-csv icon indicating copy to clipboard operation
jquery-csv copied to clipboard

Change hooks to check against `null` when no hook is specified

Open evanplaice opened this issue 10 years ago • 1 comments

Currently, false is used as the value to indicate that a hook hasn't been set.

This can and will cause conflicts with user-defined hooks that use false as a return value for their particular use case.

This is an API breaking change so it should be included in the next major release.

Ref: #44

evanplaice avatar Jan 13 '16 18:01 evanplaice

This change needs to be implemented because the current implementation will break in rare cases where the value being returned should be false

evanplaice avatar Jan 14 '18 22:01 evanplaice