Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 1.09 KB

0.10.0

  • Deprecate readFileSync and writeFileSync. This is a non-breaking changes. readFileBytes and writeFileBytes are added to replace them. The new methods are exactly the same as the old ones. It's just a name change. Because the old names are misleading, they are not synchronous.
  • Better docs.

0.9.0

  • Migrate from mg_shared_storage to saf_util.
  • Update to Gradle 8

0.8.1

  • Fix some threading issues.

0.8.0

  • Add start and count params to readFileSync and readFileStream.

0.7.5

  • Fix issues when overwriting file contents

0.7.0

  • [Breaking] Rename readFileToLocal and writeFileFromLocal to copyToLocalFile / pasteLocalFile.
  • Add readFileSync and writeFileSync for synchronous file operations.

0.6.0

  • Return SafNewFile in writeFileFromLocal.

0.5.0

  • Add fileName to SafWriteStreamInfo.
  • Fix Kotlin build issues.

0.4.0

  • Stop using wt mode for newly created files

0.3.0

  • Always create new files in writeFileFromLocal

0.1.0

  • Added readFileToLocal and writeFileFromLocal

0.0.3

  • Initial public release