Skip to content

ChangeLog_20x

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
  • Remove ref and syntax checking, now in -core
  • Some exception message sanitization

2.0.0

  • New major version. See here for details.