From cbfd31fdf462abd3ab5ecf356dd10dad33bb3796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Tue, 5 Oct 2021 17:48:27 +0200 Subject: [PATCH] changelog and contributors --- CHANGELOG.md | 6 ++++++ package.json | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c269ca4..a127239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.0-0] - 2021-10-05 +Thank [@eliot-akira](https://github.com/eliot-akira) for the amazing on this. +### Changed +- [implement file streaming of the database](https://github.com/seald/nedb/pull/5) like [a PR on the original repo](https://github.com/louischatriot/nedb/pull/463) did; +- internalize [`byline`](https://github.com/jahewson/node-byline) package because it is unmaintained. + ## [2.0.4] - 2021-07-12 ### Fixed - switch back to an AVLTree instead of a BinarySearchTree like the original nedb to fix [#1](https://github.com/seald/nedb/issues/1). diff --git a/package.json b/package.json index 1f34f28..f3e5595 100755 --- a/package.json +++ b/package.json @@ -20,6 +20,11 @@ "name": "Timothée Rebours", "email": "tim@seald.io", "url": "https://www.seald.io/" + }, + { + "name": "Eliot Akira", + "email": "me@eliotakira.com", + "url": "https://eliotakira.com/" } ], "description": "File-based embedded data store for node.js",