scratch_space 0.0.3+1 scratch_space: ^0.0.3+1 copied to clipboard
A tool to manage running external executables within package:build
0.0.3+1 #
- Increased the upper bound for the sdk to
<3.0.0
.
0.0.3 #
- Use digests to improve
ensureAssets
performance.- Scratch spaces can now be used across builds without cleaning them up, and will check digests and update assets as needed.
0.0.2+1 #
- Fix a bug where failing to read an asset in serve mode could get the build stuck.
0.0.2 #
- Allow creating files at the root of the scratch space.
0.0.1+3 #
- Allow package:build 0.12.0
0.0.1+2 #
- Allow package:build 0.11.0
0.0.1+1 #
- Fix a deadlock issue around the file descriptor pool, only take control of a
resource right before actually touching disk instead of also encapsulating
the
readAsBytes
call from the wrappedAssetReader
.
0.0.1 #
- Initial release, adds the
ScratchSpace
class.