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
Francis Galiegue edited this page Apr 17, 2014
·
2 revisions
2.0.4
(in -core) Don't seal the Rhino context; other packages may do so.
2.0.3
Fix incorrect string length calculation: count the number of code points in a string, not Java chars, which gives incorrect results if the string contains Unicode code points outside the BMP (Basic Multilingual Plane), as, for instance, U+1F4A9; see issue #92
2.0.2
Depend on -core 1.0.3: allow to disable schema caching
2.0.1
Make SyntaxValidator able to return its underlying processor