Skip to content

Latest commit

 

History

History
106 lines (63 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

106 lines (63 loc) · 3.98 KB

Changelog

All notable changes to laravel-stubs will be documented in this file

v1.3.0 - 2024-04-09

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #19
  • Add trait stub by @rawilk in #22
  • Add interface stub by @rawilk in #21
  • Add class stubs by @rawilk in #20
  • Add enum stubs by @rawilk in #23
  • Add listener stubs by @rawilk in #24
  • Minor changes to some stubs

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.2.2...v1.3.0

v1.2.2 - 2024-03-14

What's Changed

  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #14
  • Bump actions/checkout from 3 to 4 by @dependabot in #15
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #16
  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #17
  • Add Laravel 11.x Support by @rawilk in #18

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.2.1...v1.2.2

v1.2.1 - 2023-06-09

What's Changed

  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #12
  • Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #13
  • Fix factory name/namespace placeholders

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.2.0...v1.2.1

v1.2.0 - 2023-04-24

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #9
  • Remove final by @rawilk in #10
  • Update rule stubs by @rawilk in #11

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.1.5...v1.2.0

v1.1.5 - 2023-03-20

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #7
  • Add Php 8.2 Compatiblity by @rawilk in #8

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.1.4...v1.1.5

v1.1.4 - 2023-02-15

What's Changed

  • Laravel 10.x Compatibility by @rawilk in #6

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.1.3...v1.1.4

v1.1.3 - 2023-02-10

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #5
  • Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in #4
  • Add namespace to event stub

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.1.2...v1.1.3

v1.1.2 - 2022-12-06

What's changed

  • Use new mailable syntax

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.1.1...v1.1.2

v1.1.1 - 2022-11-03

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #2
  • Bump aglipanci/laravel-pint-action from 0.1.0 to 1.0.0 by @dependabot in #1
  • Bump actions/checkout from 2 to 3 by @dependabot in #3

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.1.0...v1.1.1

v1.1.0 - 2022-09-30

Added

  • Add integration for orchestra/canvas package

Full Changelog: https://github.com/rawilk/laravel-stubs/compare/v1.0.0...v1.1.0

v1.0.0 - 2022-09-30

initial release