Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Sep 3, 2019
1 parent efc5745 commit 916e5c0
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
# Change Log

## [Unreleased](https://github.com/naoray/laravel-factory-prefill/tree/HEAD)
## [v1.3.0](https://github.com/naoray/laravel-factory-prefill/tree/v1.3.0) (2019-08-30)
[Full Changelog](https://github.com/naoray/laravel-factory-prefill/compare/v1.2.0...v1.3.0)

[Full Changelog](https://github.com/naoray/laravel-factory-prefill/compare/v1.1.1...HEAD)
**Implemented enhancements:**

- Add support for Laravel 6.0 [\#14](https://github.com/Naoray/laravel-factory-prefill/issues/14)
- Add relationship guessing based on model method [\#13](https://github.com/Naoray/laravel-factory-prefill/issues/13)

**Merged pull requests:**

- v1.3 [\#15](https://github.com/Naoray/laravel-factory-prefill/pull/15) ([Naoray](https://github.com/Naoray))

## [v1.2.0](https://github.com/naoray/laravel-factory-prefill/tree/v1.2.0) (2019-06-23)
[Full Changelog](https://github.com/naoray/laravel-factory-prefill/compare/v1.1.1...v1.2.0)

**Implemented enhancements:**

- Map types depending on Doctrine\DBAL\Types [\#5](https://github.com/Naoray/laravel-factory-prefill/issues/5)

**Closed issues:**

- Nullable fields [\#11](https://github.com/Naoray/laravel-factory-prefill/issues/11)
- Required 5.8 and above? [\#8](https://github.com/Naoray/laravel-factory-prefill/issues/8)

**Merged pull requests:**

- Determine Types by comparing with DBAL Types [\#12](https://github.com/Naoray/laravel-factory-prefill/pull/12) ([Naoray](https://github.com/Naoray))
- Typo [\#10](https://github.com/Naoray/laravel-factory-prefill/pull/10) ([JayBizzle](https://github.com/JayBizzle))

## [v1.1.1](https://github.com/naoray/laravel-factory-prefill/tree/v1.1.1) (2019-03-05)
Expand Down

0 comments on commit 916e5c0

Please sign in to comment.