martinheidegger/dat-readdir-stream

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/martinheidegger/dat-readdir-stream/compare/v1.0.0...v1.1.0) (2018-02-11)


### Bug Fixes

* reading a directory returns the entries sorted, even if readir doesn’t return them sorted. ([5b986dd](https://github.com/martinheidegger/dat-readdir-stream/commit/5b986dd))


### Features

* adding basic glob support ([6ad4270](https://github.com/martinheidegger/dat-readdir-stream/commit/6ad4270))


### Performance Improvements

* even quicker archive creation for tests ([7a7e793](https://github.com/martinheidegger/dat-readdir-stream/commit/7a7e793))
* using random-access-memory for tests to make them run faster ([9da209b](https://github.com/martinheidegger/dat-readdir-stream/commit/9da209b))



<a name="1.0.0"></a>
# 1.0.0 (2018-02-07)