Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 1.72 KB

File metadata and controls

87 lines (59 loc) · 1.72 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v3.0.0 - 2020-07-12

Changed

  • Updated dev dependencies
  • Implemented support in tests for node 10, 12 and 14

Deprecated

  • BREAKING CHANGE This module no longer supports node 4 and 6
  • Drop support for yarn.lock file

v2.0.0 - 2017-10-25

BREAKING CHANGES

  • Removed support for Node v0.12

v1.1.4 - 2017-10-25

Changed

  • Remove innecessary dependencies
  • Update dependencies
  • Change codestyle to standardJS

v1.1.3 - 2016-11-06

Added

  • Implemented Travis CI to the project. #5
  • Implemented CodeCov to the project. #6

Changed

  • Fancy badges on the README file! #8
  • Updated dependencies

v1.1.2 - 2016-05-30

Added

  • Implement script to add version to changelog. #9

v1.1.1 - 2016-04-21

  • Improved code. #3
  • Improved package tests
  • Updated dependencies
  • Added a callback argument to modify the handler.
  • Added npm versioning scripts.

v1.1.0 - 2016-04-20

  • Now this package uses express-list-endpoints to get the endpoints.
  • Now the passed arg could be a router or an app.
  • Added npmignore file to reduce package size.
  • Now the project uses eslint

v1.0.2 - 2015-12-31

  • Add express to dependencies
  • Improve README

v1.0.1 - 2015-12-31

  • 1.0.1
  • Add repo to package file

v1.0.0 - 2015-12-31

  • Add README
  • Add LICENSE file
  • First commit