format-link-header
Advanced tools
Comparing version 3.0.0 to 3.1.0
# Changelog | ||
## 3.1.0 | ||
### Maintainance | ||
- [#13](https://github.com/jonathansamines/format-link-header/pull/13) Apply dev-dependencies in-range updates | ||
- [#15](https://github.com/jonathansamines/format-link-header/pull/15) Update node 12 and node 14 to test matrix | ||
- [#15](https://github.com/jonathansamines/format-link-header/pull/15) Use volta to pin node development version | ||
- [#15](https://github.com/jonathansamines/format-link-header/pull/15) Update eslint to v7 | ||
## 3.0.0 | ||
### Breaking Changes | ||
- Remove support to unmantained Node.js versions (6 and 8) ([#7](https://github.com/jonathansamines/format-link-header/pull/7)) | ||
- [#7](https://github.com/jonathansamines/format-link-header/pull/7) Remove support to unmantained Node.js versions (6 and 8) | ||
### Maintainance | ||
- Use nyc v15 ([#10](https://github.com/jonathansamines/format-link-header/pull/10)) | ||
- Use eslint v6 ([#8](https://github.com/jonathansamines/format-link-header/pull/8)) | ||
- Update project configurations and publishing settings ([#9](https://github.com/jonathansamines/format-link-header/pull/9)) | ||
- Use ava as test runner and built-in assertions library. Use nyc to instrument code for code coverage ([#7](https://github.com/jonathansamines/format-link-header/pull/7)) | ||
- [#10](https://github.com/jonathansamines/format-link-header/pull/10) Use nyc v15 | ||
- [#8](https://github.com/jonathansamines/format-link-header/pull/8) Use eslint v6 | ||
- [#9](https://github.com/jonathansamines/format-link-header/pull/9) Update project configurations and publishing settings | ||
- [#7](https://github.com/jonathansamines/format-link-header/pull/7) Use ava as test runner and built-in assertions library. Use nyc to instrument code for code coverage | ||
@@ -13,0 +21,0 @@ ## 2.1.0 |
{ | ||
"name": "format-link-header", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Format a link header object, to the original RFC 5988", | ||
@@ -37,7 +37,7 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"ava": "^2.4.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-plugin-import": "^2.19.1", | ||
"nyc": "^15.0.0" | ||
"ava": "^3.9.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.21.2", | ||
"nyc": "^15.1.0" | ||
}, | ||
@@ -54,3 +54,6 @@ "nyc": { | ||
] | ||
}, | ||
"volta": { | ||
"node": "10.21.0" | ||
} | ||
} |
# format-link-header | ||
[![npm](https://img.shields.io/npm/v/format-link-header?style=flat-square)](https://www.npmjs.com/package/format-link-header) | ||
[![Build Status](https://img.shields.io/travis/jonathansamines/format-link-header/master.svg?style=flat-square)](https://travis-ci.org/jonathansamines/format-link-header) | ||
[![Build Status](https://github.com/jonathansamines/format-link-header/workflows/Node.js%20CI/badge.svg)](https://github.com/jonathansamines/format-link-header/actions) | ||
@@ -6,0 +6,0 @@ Allows to format a given links ref object, to the format as described in RFC 5988. Precisely it achieves the exactly inverse process performed by the [parse-link-header](https://github.com/thlorenz/parse-link-header). |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7950
0