# Changelog

All notable changes to `laravel-schemaless-attributes` will be documented in this file

## 1.8.3 - 2020-11-04

- allow PHP 8.0

## 1.8.2 - 2020-09-14

- improve behaviour for isset() and empty()

## 1.8.1 - 2020-08-09

- support Laravel 8

## 1.8.0 - 2020-08-26

- add trait with multi-column support with tests (#65)

## 1.7.1 - 2020-03-18

- fix `getRawSchemalessAttributes()` must be of the type array (#60)

## 1.7.0 - 2020-03-02

- Add Laravel 7 support

## 1.6.0 - 2019-09-04

- Add Laravel 6 support

## 1.5.0 - 2019-08-21

- extend `Collection`

## 1.4.0 - 2019-02-27

- drop support for PHP 7.1

## 1.3.1 - 2019-02-01

- use Arr:: and Str:: functions

## 1.3.0 - 2018-10-29

- add array support to `set`

## 1.2.0 - 2018-09-11

- add support for wildcards 

## 1.1.3 - 2018-07-11

- removed unused `spatie/string` dependency

## 1.1.2 - 2018-05-22

- implement `Arrayable`

## 1.1.1 - 2018-05-22

- return to `schemalessAttributes` macro

## 1.1.0 - 2018-05-15

- added support for setting default values

## 1.0.0 - 2018-05-11

- initial release
