Skip to content

Commit

Permalink
chore : remove devDep, update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadoli committed Dec 10, 2024
1 parent aae43de commit eb3b8b1
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 1,086 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
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).

## Unreleased

### Changed

* [dev] Drop c8 / pta / zora for tests, instead rely on built-in nodejs/bun test library, this has no dev dependency anymore.
* [jsdoc] improve jsdoc to contains output type definition.

## [1.0.4] 2022-02-01

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This is a JavaScript/Node.js library for computing running (or rolling) statistics for one set of values.

Requires node 14 or more recent.
Any up to date nodejs compatible runtime should properly work. (bun / nodejs).

For testing, node 18.17.0 or more recent is required, or an up to date bun runtime.

Can be found on :

Expand Down
Loading

0 comments on commit eb3b8b1

Please sign in to comment.