Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

52 lines (28 loc) · 1.19 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.1.2 - 2016-12-30

Fixed

  • Do not raise UnknownHookError when NoMethodError is raised inside of a hook block - @nicolasiensen

0.1.1 - 2016-11-13

Added

  • Alert the user when no hook files are found - @jeffdeville

0.1.0 - 2016-08-06

Added

  • This change log : )
  • Possibility to use DreddHooks::Server as a library (see DreddHooks::CLI for an example)

Changed

  • Started using the Semantic Versioning convention

Fixed

  • The test suite can be used locally (it is a workaround only)

0.0.1 - 2015-07-07

Added

  • Ability to write Dredd hooks in Ruby

Previously

The original proof of concept was written by @netmilk.

Inspiration

See http://keepachangelog.com and take part of the discussion!