Binary data support and separated mutative API
Pre-release
Pre-release
- Binary data can now be encoded in base64 or ascii85;
- Mutative API functions are now separated into sub-module mark.mutate.js;
- Added new API functions .each() and .text();
- Added Mark('{source}') shorthand support;
- Added XML and HTML stringification indentation support;
- Some minor bug fixes and code clean up;