UNPKG

940 BMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7## 4.1.4
8### Fixed
9- `underscore` security vulnerability
10
11## 4.1.1 - 4.1.3
12- typescript definition file updates
13
14## 4.1.0
15### Added
16- `compactionDone` event from nedb's `compaction.done`
17
18## 4.0.4
19### Updated
20- vulnerable dependencies
21- tabs to spaces in code
22- typescript doc file
23
24## 4.0.1
25### Changed
26- Updated dependencies
27
28## 4.0.0
29### Changed
30- The [findOne](https://github.com/bajankristof/nedb-promises/blob/master/docs.md#Datastore+findOne) and [count](https://github.com/bajankristof/nedb-promises/blob/master/docs.md#Datastore+count) `Datastore` methods now return a `Cursor` object instead of a `Promise`, allowing users to e.g.: find the most recently updated document, etc.