Skip to content

Commit

Permalink
Prepare v3.8.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 27, 2019
1 parent 0543eed commit 7dab6fb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 52 deletions.
71 changes: 21 additions & 50 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,27 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/support`.

## 3.8.0

Released: 2019-12-27

### Changes

* Update support for Laravel Framework v5.8.
* Update upport for `danielstjules/stringy` to `^3.0`.

### Removed

* Remove deprecated traits:
- `Orchestra\Support\Traits\DataContainer`
- `Orchestra\Support\Traits\Descendible`
- `Orchestra\Support\Traits\Marcoable`
- `Orchestra\Support\Traits\Observable`
- `Orchestra\Support\Traits\QueryFilter`
- `Orchestra\Support\Traits\Testing\MockEloquentConnection`
- `Orchestra\Support\Traits\Uploadable`
- `Orchestra\Support\Traits\Validation`

## 3.7.1

Released: 2019-12-19
Expand Down Expand Up @@ -48,53 +69,3 @@ Released: 2018-05-06
### Changes

* Update support for Laravel Framework v5.6.

## 3.5.4

Released: 2018-04-25

### Changes

* Allow to stream conversion to CSV when using `Orchestra\Support\Collection::toCsv()`.
* Ensure that `Illuminate\Contracts\Pagination\Paginator` can still be transform and serialize with pagination data intact.

## 3.5.3

Released: 2018-03-27

### Added

* Added `Orchestra\Support\Collection::streamCsv()` method.

### Fixes

* Fixes retrieving `$default` from `Orchestra\Support\Traits\DataContainer::get()` method.
* Fixes fetching `Orchestra\Support\Traits\DataContainer::allWithRemoved()` method.

## 3.5.2

Released: 2017-11-21

### Changes

* Simplify `Orchestra\Support\Transformer`.

## 3.5.1

Released: 2017-10-30

### Changes

* Allows `Orchestra\Support\Traits\QueryFilter` to access `Illuminate\Database\Query\Expression` to exclude expression with `.` to be converted to relationship `whereHas` query.

## 3.5.0

Released: 2017-09-03

### Changes

* Update support for Laravel Framework v5.5.

### Removed

* Remove deprecated `Orchestra\Support\Contracts\CsvableInterface`, replaced with `Orchestra\Support\Contracts\Csvable`.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,7 @@ Support Component includes a basic set of classes required by Orchestra Platform
[![Total Downloads](https://poser.pugx.org/orchestra/support/downloads)](https://packagist.org/packages/orchestra/support)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/support/v/unstable)](//packagist.org/packages/orchestra/support)
[![License](https://poser.pugx.org/orchestra/support/license)](https://packagist.org/packages/orchestra/support)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/support/badge.svg?branch=master)](https://coveralls.io/github/orchestral/support?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/support/badge.svg?branch=3.8)](https://coveralls.io/github/orchestral/support?branch=3.8)

## Table of Content

Expand All @@ -23,7 +23,7 @@ Laravel | Support
5.5.x | 3.5.x
5.6.x | 3.6.x
5.7.x | 3.7.x
5.8.x | 3.8.x@dev
5.8.x | 3.8.x

## Installation

Expand Down

0 comments on commit 7dab6fb

Please sign in to comment.