Changes in version 0.1-7 o remove suprious debugging output in strict mode. o in strict decoding mode when using multiple input strings enforce that only the last element is allowed to have padding since it should be treated as one entity. Changes in version 0.1-6 (2026-02-02) o updated URL in dataURI documentation Changes in version 0.1-5 o remove SETLENGTH in R 4.5.0+ to be API-compliant o add strict decoding mode, enabled with strict=TRUE (#5) Changes in version 0.1-4 o add support for long vectors. Note that R does not support strings longer than 2^31-1 bytes, so when encoding long vectors a line limit has to be specified. o add compatibility for R versions without XLENGTH() o allow raw vector as input in base64decode() o fix failure in base64decode(..., output = 'foo') (#2) Changes in version 0.1-3 (2015-07-28) o add checkUTF8() which checks the validity of a raw vector for use as a UTF8 string Changes in version 0.1-2 (2014-06-26) o bugfix: encoding content of more than 65536 bytes without linebreaks produced padding characters between chunks because chunk size was not divisible by three. Changes in version 0.1-1 (2012-11-05) o fix a bug in base64decode where output is a file name o add base64decode(file=...) as a (non-leaking) shorthand for base64decode(file(...)) Changes in version 0.1-0 (2012-09-08) o initial CRAN release