Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
# Changelog | ||
* `2.0.0-alpha.2`: Use GitHub Actions instead of Travis CI. | ||
* `2.0.0-alpha.1`: Use `JSON.stringify()` for all serializations (2x faster than before!) | ||
@@ -3,0 +4,0 @@ * `1.0.1`: Fix the delimeter problem once and for all! (see issue #7) |
{ | ||
"name": "jsum", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Consistent checksum calculation of JSON objects.", | ||
@@ -21,4 +21,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "^3.5.0" | ||
"chai": "^3.5.0", | ||
"mocha": "^9.0.3" | ||
} | ||
} |
# JSum | ||
Consistent checksum calculation of JSON objects. | ||
[![Build Status](https://travis-ci.org/fraunhoferfokus/JSum.svg?branch=master)](https://travis-ci.org/fraunhoferfokus/JSum) | ||
[![Unit Tests](https://github.com/fraunhoferfokus/JSum/actions/workflows/node.js.yml/badge.svg)](https://github.com/fraunhoferfokus/JSum/actions/workflows/node.js.yml) | ||
@@ -6,0 +6,0 @@ ## Quick start |
40988
2