-
Notifications
You must be signed in to change notification settings - Fork 400
ChangeLog_20x
Francis Galiegue edited this page Apr 17, 2014
·
2 revisions
- (in -core) Don't seal the Rhino context; other packages may do so.
- Fix incorrect string length calculation: count the number of code points in a string, not Java
char
s, 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
- Depend on -core 1.0.3: allow to disable schema caching
- Make
SyntaxValidator
able to return its underlying processor - Remove ref and syntax checking, now in -core
- Some exception message sanitization
- New major version. See here for details.