Libxmljs Versions Save

NodeJS bindings for libxml2 written in Typescript

v0.18.4

7 years ago
  • Fixes AppVeyor HTTPS issue caused by NPM config

v0.18.3

7 years ago
  • Fix #449 (Isolate::IsDead, Nan::NewInstance)
  • Fix #451 (_snprintf macro)
  • Fix AppVeyor builds for Node v4 on win32
  • Latest node-gyp for builds/tests
  • Latest node-pre-gyp

v0.18.2

7 years ago
  • Additional precompiled binary architectures for Windows
  • Added AppVeyor test to verify working binaries
  • Upload binaries as .tar.gz
  • Simplified appveyor.yml

v0.18.1

7 years ago

Added support for precompiled Windows binaries.

v0.16.0

8 years ago

Changes since 0.15.0:

Document#type(), Document.fromHtml() Node#namespace(ns) returns node Node#namespaces(true) returns only locally-defined namespaces Comment nodes no longer escape content as XML Exposed xmlMemUsed as .memoryUsage() Fixed various memory issues