[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
96
vendor/spatie/invade/CHANGELOG.md
vendored
Normal file
96
vendor/spatie/invade/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to `invade` will be documented in this file.
|
||||
|
||||
## 2.0.0 - 2023-07-19
|
||||
|
||||
### What's Changed
|
||||
|
||||
- invade without reflection by @enricodelazzari in https://github.com/spatie/invade/pull/24
|
||||
|
||||
### New Contributors
|
||||
|
||||
- @enricodelazzari made their first contribution in https://github.com/spatie/invade/pull/24
|
||||
|
||||
**Full Changelog**: https://github.com/spatie/invade/compare/1.1.1...2.0.0
|
||||
|
||||
## 1.1.1 - 2022-07-05
|
||||
|
||||
### What's Changed
|
||||
|
||||
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in https://github.com/spatie/invade/pull/13
|
||||
- Improve the PHPStan extension by @jrmajor in https://github.com/spatie/invade/pull/14
|
||||
|
||||
### New Contributors
|
||||
|
||||
- @jrmajor made their first contribution in https://github.com/spatie/invade/pull/14
|
||||
|
||||
**Full Changelog**: https://github.com/spatie/invade/compare/1.1.0...1.1.1
|
||||
|
||||
## 1.1.0 - 2022-07-02
|
||||
|
||||
### What's Changed
|
||||
|
||||
- Add phpstan support to not report access to private properties/methods by @tpetry in https://github.com/spatie/invade/pull/12
|
||||
|
||||
### New Contributors
|
||||
|
||||
- @tpetry made their first contribution in https://github.com/spatie/invade/pull/12
|
||||
|
||||
**Full Changelog**: https://github.com/spatie/invade/compare/1.0.3...1.1.0
|
||||
|
||||
## 1.0.3 - 2022-06-06
|
||||
|
||||
### What's Changed
|
||||
|
||||
- Bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 by @dependabot in https://github.com/spatie/invade/pull/8
|
||||
- Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in https://github.com/spatie/invade/pull/9
|
||||
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in https://github.com/spatie/invade/pull/11
|
||||
- Add type checking via phpstan by @olivernybroe in https://github.com/spatie/invade/pull/5
|
||||
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/spatie/invade/pull/10
|
||||
|
||||
### New Contributors
|
||||
|
||||
- @olivernybroe made their first contribution in https://github.com/spatie/invade/pull/5
|
||||
|
||||
**Full Changelog**: https://github.com/spatie/invade/compare/1.0.2...1.0.3
|
||||
|
||||
## 1.0.2 - 2022-02-21
|
||||
|
||||
## What's Changed
|
||||
|
||||
- Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 by @dependabot in https://github.com/spatie/invade/pull/6
|
||||
- Add brand new logo to the project by @caneco in https://github.com/spatie/invade/pull/7
|
||||
|
||||
## New Contributors
|
||||
|
||||
- @dependabot made their first contribution in https://github.com/spatie/invade/pull/6
|
||||
- @caneco made their first contribution in https://github.com/spatie/invade/pull/7
|
||||
|
||||
**Full Changelog**: https://github.com/spatie/invade/compare/1.0.1...1.0.2
|
||||
|
||||
## 1.0.1 - 2022-02-11
|
||||
|
||||
## What's Changed
|
||||
|
||||
- Invador -> Invader spelling by @danharrin in https://github.com/spatie/invade/pull/2
|
||||
- Only declare function if it does not already exist by @benjam-es in https://github.com/spatie/invade/pull/1
|
||||
|
||||
## New Contributors
|
||||
|
||||
- @danharrin made their first contribution in https://github.com/spatie/invade/pull/2
|
||||
- @benjam-es made their first contribution in https://github.com/spatie/invade/pull/1
|
||||
|
||||
**Full Changelog**: https://github.com/spatie/invade/compare/1.0.0...1.0.1
|
||||
|
||||
## 0.0.2 - 2022-02-11
|
||||
|
||||
- experimental release
|
||||
|
||||
## 0.0.1 - 2022-02-11
|
||||
|
||||
- experimental release
|
||||
|
||||
## 1.0.0 - 202X-XX-XX
|
||||
|
||||
- initial release
|
||||
Reference in New Issue
Block a user