Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 19421da

Browse files
author
Joe Hand
committed
update changelog
1 parent 07838f3 commit 19421da

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Added, ### Changed, ### Fixed, ### Removed, ### Deprecated
1111
-->
1212

13+
### Added
14+
* `.datignore` support for ignoring files
15+
* Callback on `joinNetwork` after first round of discovery
16+
* Initial `pause` and `resume` API aliased to `join` and `leave`
17+
* `stats.peers` API with new peer counts
18+
19+
### Fixed
20+
* Better leave network, also closes swarm.
21+
* Clone options passed to initArchive
22+
* Set `opts.file` for archive owner without length
23+
* `createIfMissing` passed to level options
24+
* `dat.close()` twice sync errors
25+
* Fix import without options
26+
* (hyperdrive fix) sparse content archives
27+
28+
### Changed
29+
* Remove automatic finalize for snapshot imports
30+
1331
## 1.3.8 - 2017-02-20
1432
### Fixed
1533
* Close archive after bad key on init.

0 commit comments

Comments
 (0)