Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

40 lines (33 loc) · 1.38 KB

Chuck-norris-jokes Package Changelog

All notable changes to chuck-norris-jokes will be documented in this file.

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

1.2.0 - 2020-05-25

Added

  • Install dev orchestra/testbench
  • ChuckNorrisJokesServiceProvider
  • Facades/ChuckNorris
  • laravel extra to composer.json
  • Console/ChuckNorrisJoke command
  • Http/Controllers/ChuckNorrisController, Route chuck-norris to ChuckNorrisJokesServiceProvider@boot
  • LaravelTest the_route_can_be_accessed test method
  • resources/vies/joke.blade.php
  • config/chuck-norris.php
  • Models/Joke
  • database/migrations/CreateJokesTable

1.1.0 - 2020-05-24

Added

  • Install guzzlehttp/guzzle

Changed

  • JokeFactoryTest it_returns_a_random_joke by adding mock response
  • JokeFactory by using GuzzleHttp\Client to get jokes with API requests

Removed

  • it_returns_a_predefined_joke test

1.0.0 - 2020-05-21

  • Initial release