Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Nikolaou committed Feb 1, 2023
1 parent 161debd commit 66ba151
Showing 1 changed file with 74 additions and 39 deletions.
113 changes: 74 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,167 +5,202 @@ All Notable changes to `laravel-state-machine` will be documented in this file
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v3.4.0] - 2023-02-01

### Added

- Add support for Laravel 10 ([#65](https://github.com/sebdesign/laravel-state-machine/issues/65))
- Add support for PHP 8.2 ([#65](https://github.com/sebdesign/laravel-state-machine/issues/65))

## [v3.3.0] - 2022-02-02

### Added
- Add support for Laravel 9.0

- Add support for Laravel 9.0

### Fixed
- Fix return types to event dispatcher ([#60](https://github.com/sebdesign/laravel-state-machine/issues/60))

- Fix return types to event dispatcher ([#60](https://github.com/sebdesign/laravel-state-machine/issues/60))

## [v3.2.2] - 2021-11-27

Add support for PHP 8.1

## [v3.2.1] - 2021-08-25

- Update composer.json
- Update composer.json

## [v3.2.0] - 2021-03-04

- Add support for PHP 8
- Add support for PHP 8

## [v3.1.2] - 2020-12-09

- Switch to GitHub Actions
- Switch to GitHub Actions

## [v3.1.1] - 2020-11-09

- Normalize null states to associative arrays
- Normalize null states to associative arrays

## [v3.1.0] - 2020-09-07

- Add support for Laravel 8
- Add support for Laravel 8

## [v3.0.2] - 2020-07-31

- Remove bool typehint from $soft parameter
- Remove bool typehint from $soft parameter

## [v3.0.1] - 2020-05-18

- Quote state and transition names ([#41](https://github.com/sebdesign/laravel-state-machine/pull/41))
- Quote state and transition names ([#41](https://github.com/sebdesign/laravel-state-machine/pull/41))

## [v3.0.0] - 2020-03-03

### Added
- Add support for Laravel 7
- Add command to generate images of graphs ([#32](https://github.com/sebdesign/laravel-state-machine/pull/32))

- Add support for Laravel 7
- Add command to generate images of graphs ([#32](https://github.com/sebdesign/laravel-state-machine/pull/32))

### Fixed
- Display array when debugging metadata ([#33](https://github.com/sebdesign/laravel-state-machine/pull/33))

- Display array when debugging metadata ([#33](https://github.com/sebdesign/laravel-state-machine/pull/33))

### Removed
- Remove support for Laravel 6

- Remove support for Laravel 6

## [v2.1.0] - 2019-11-30

### Added
- Check or apply transitions with additional context

- Check or apply transitions with additional context

## [v2.0.4] - 2019-11-29

### Fixed
- Fix service provider

- Fix service provider

## [v2.0.3] - 2019-11-02

### Fixed
- Use loose equality operator for comparing states (#27) Thanks @ddevdreamer

- Use loose equality operator for comparing states (#27) Thanks @ddevdreamer

## [v2.0.2] - 2019-09-12

### Fixed
- Fix normalization of numeric states

- Fix normalization of numeric states

## [v2.0.1] - 2019-09-02

### Removed
- Drop support for PHP 7.0

- Drop support for PHP 7.0

## [v2.0.0] - 2019-09-02

### Added
- Add support for Laravel 6.0

- Add support for Laravel 6.0

### Removed
- Drop support for Laravel 5.1, 5.2, 5.3, and 5.4.

- Drop support for Laravel 5.1, 5.2, 5.3, and 5.4.

## [v1.4.0] - 2019-05-14

### Added
- Added a MetadataStore to fetch metadata from graphs, states and transitions.

- Added a MetadataStore to fetch metadata from graphs, states and transitions.

## [1.3.3] - 2019-04-18

### Changed
- Update changelog

- Update changelog

### Fixed
- Fix tests

- Fix tests

## [1.3.2] - 2019-02-28

### Fixed
- Update dependencies for Laravel 5.8

- Update dependencies for Laravel 5.8

## [1.3.1] - 2019-02-15

### Added
- Add support for Laravel 5.8

- Add support for Laravel 5.8

## [1.3.0] - 2018-10-01

### Added
- Implemented authorization using Gates and Policies.
- Display callbacks in the debug command.

- Implemented authorization using Gates and Policies.
- Display callbacks in the debug command.

### Changed
- Callback methods for classes that are not bound to the container are called statically.
- Return exit codes for errors in the debug command.

- Callback methods for classes that are not bound to the container are called statically.
- Return exit codes for errors in the debug command.

## [1.2.5] - 2018-09-05

### Added
- Add support for Laravel 5.7

- Add support for Laravel 5.7

## [1.2.4] - 2018-02-17

### Added
- Add support for Laravel 5.6

- Add support for Laravel 5.6

## [1.2.3] - 2017-09-28

### Fixed
- Don't merge default configuration

- Don't merge default configuration

## [1.2.2] - 2017-08-30

### Fixed
- Update tests for Laravel 5.5

- Update tests for Laravel 5.5

## [1.2.1] - 2017-08-27

### Added
- Support package auto-discovery

- Support package auto-discovery

## [1.2.0] - 2017-08-27

### Changed
- Simplify event dispatcher implementation

- Simplify event dispatcher implementation

## [1.1.1] - 2017-01-31

### Added
- Add support for Laravel 5.4

- Add support for Laravel 5.4

### Changes
- Execute PHPUnit from vendor in Travis CI

- Execute PHPUnit from vendor in Travis CI

## [1.1.0] - 2017-01-19

### Added
- Implement event dispatcher

- Implement event dispatcher

## [1.0.0] - 2017-01-14

- initial release
- initial release

0 comments on commit 66ba151

Please sign in to comment.