Skip to content

Binary data support and separated mutative API

Pre-release
Pre-release
Compare
Choose a tag to compare
@henry-luo henry-luo released this 20 Jun 06:54
· 35 commits to master since this release
  1. Binary data can now be encoded in base64 or ascii85;
  2. Mutative API functions are now separated into sub-module mark.mutate.js;
  3. Added new API functions .each() and .text();
  4. Added Mark('{source}') shorthand support;
  5. Added XML and HTML stringification indentation support;
  6. Some minor bug fixes and code clean up;