# Major update! We deprecated the [old uscxml interperter](https://github.com/tklab-tud/uscxml/tree/legacy-1.0) and rewrote large parts with the lessons learned from the old version. The new implementation is not yet fully done and there is some functionality that has not (yet) made it to the new version. I will update the documentation once I finished up on some polishing and remaining issues. ##What's new ### Working * All W3C IRP tests are passed * Lua datamodel * ECMAScript datamodel * Transformer for ANSI-C ### Important Changes * Replaced Arabica DOM implementation with Xerces-C * New micro-step implementation * Removed unsupported Invokers * Data-model DOM bindings now generated by SWIG * Dependencies are compiled at configure-time ### Still Missing * Language Bindings * Respond element * Plugin-Architecture * ArrayBuffers for binary data in data-model ### Dropped * XPath data-model * DOM Events * Many of the old invokers that were no longer supported