# Changelog

## 3.1.1
### Maintainance
- [#18](https://github.com/jonathansamines/format-link-header/pull/18) Use Node 14 as default runtime version
- [#18](https://github.com/jonathansamines/format-link-header/pull/18) Add package-support metadata
- [#16](https://github.com/jonathansamines/format-link-header/pull/18) Enable github code scanning

## 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
- [#7](https://github.com/jonathansamines/format-link-header/pull/7) Remove support to unmantained Node.js versions (6 and 8)

### Maintainance
- [#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

## 2.1.0
- Update mocha, chai and eslint to latests versions
- Add node 8 and node 9 to test matrix

## 2.0.0
- Updated code to ES6
- All devDependencies updates
- Removed support for node 0.10 and 0.12
- Added support for node 4 and node 6

## 1.0.0
- First release. Added the full stringify process for parse-link-header.
