Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Oct 14, 2020
1 parent abca4e3 commit 3871e86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.1.4 - 2020-10-14 HACKTOBERFEST 2020 - 2

### Add
- Add Latitude / Longitude coordinates random generation (as object , as array as number). Thanks to @vrabe
- Add Makefile to launch: unit tests, phpstan (level 6), phpcs (PSR12)
- Adding more tests for DateTime

### Change
- Set min and max default for date time (first day of the current year, last day of the current year), thanks to @armsasmart

### Documentation
- Improve readme file, thanks to @pret3nti0u5


## 0.1.3 - 2020-10-07 HACKTOBERFEST 2020 - 1

### Add
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ With the fluent interface you can control some things like:
- for sequences if you want or not duplicates ([1,5,3,1,1], 1 is duplicate or [1,6,5,3,8], no duplicates);
- And other stuff, see the documentation for more options.

## Table of contents

- [Installation](#installation)
- [Usage, how to generate:](#usage)
- [Random char](#generate-char)
Expand Down

0 comments on commit 3871e86

Please sign in to comment.