Skip to content

v2.1.0

Compare
Choose a tag to compare
@sorccu sorccu released this 01 Mar 07:38
· 45 commits to master since this release

2.1.0 (2017-03-01)

Enhancements

  • Added readContent(path) to read the raw content of any file. Thanks @LegNeato!
  • Exposed usingFileStream(path, action) that allows you to consume the contents of a file as a Stream. Useful for very large files.

Fixes

  • readXml(path) was unable to read any other file than AndroidManifest.xml due to an oversight. You can now read any file with it.