Skip to content

Releases: HtmlUnit/htmlunit-neko

2.39.0

04 Apr 17:33

Choose a tag to compare

  • a small fix for file uri encoding if the path contains blanks

2.38.0

07 Mar 16:14

Choose a tag to compare

  • again a bugfix for entity handling - this was a major issue (see #5 for details)

2.37.0

19 Jan 18:27

Choose a tag to compare

  • bugfix for entity handling - this was a major issue (see HtmlUnit/htmlunit#79 for details)
  • the feature http://cyberneko.org/html/properties/names/elems (was removed in version 2.35.0) is back per community request
  • optimize name based element config lookup
  • avoid setting a DefaultErrorHandler; this is not needed and save some object initialization

2.36.0

18 Aug 12:28

Choose a tag to compare

  • '--!>' is also valid for closing js comments
  • not-yet-implemented support added to the test suite

2.35.0

16 Apr 18:31

Choose a tag to compare

  • cleanup

1.34.0

26 Feb 18:05

Choose a tag to compare

  • rewritten entities parser; now in sync with the spec
  • jdoc cleanup
  • handle broken attributes more in sync with the spec

2.33

09 Sep 08:38

Choose a tag to compare

  • huge code cleanup; removing classes not required by htmlunit
  • code simplifications, object factory, security support, xerces bridge removed
  • switch to xerces 2.12.0

2.32

22 Jul 17:33

Choose a tag to compare

  • code is now on github