Skip to content

fix(string methods): Remove methods than expand to 0/1

AdminXVII requested to merge AdminXVII/ion:no-bool-methods into master

Methods that are boolean are tightly integrated with tests. The builtins should be prefered in almost all cases.

Fix #902 (closed)

BREAKING CHANGES: $ends_with, $contains and $starts_with no longer work

Edited by AdminXVII

Merge request reports