Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

keep case consistent with original project #11

@AndyOGo

Description

@AndyOGo

We shouldn't break with any unnecessary decisions made in the original project, like underscore-case used for variable names...

at the moment we need to restore the original API, like here:

// restore original public API
jsonLogic.is_logic = isLogic;
jsonLogic.truthy = truthy;
jsonLogic.get_operator = getOperator;
jsonLogic.get_values = getValues;
jsonLogic.uses_data = usesData;
jsonLogic.rule_like = ruleLike;

and here:

add_operation: addOperation,
rm_operation: removeOperation,

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions