Skip to content

Releases: imponeer/toarray-interface

v2.1.0

05 Jun 11:53
319f742
Compare
Choose a tag to compare

In summary: the software now requires PHP version 8.3 or higher to stay up-to-date and secure. The documentation has been significantly improved with extra helpful information to guide users better. Additionally, new tools called phpcs and phpstan were added to help ensure the code remains clean and well-maintained.

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #25
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #26
  • Added CI tests for PHP 8.2 and PHP 8.3 by @MekDrop in #27
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #28
  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #29
  • CI: Increase pull requests limit to 20 in dependabot (was 5/10) by @MekDrop in #30
  • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in #31
  • Bump min php version to 8.3 by @MekDrop in #35
  • Add phpcs command by @MekDrop in #36
  • Add phpstan by @MekDrop in #37
  • Improved README.md by @MekDrop in #38
  • Update README.md: Added link on PHP-FIG by @MekDrop in #39
  • Added alternatives section to README.md by @MekDrop in #40
  • Add illuminate/contracts to README.md as alternative by @MekDrop in #41

Full Changelog: v2.0.7...v2.1.0

v2.0.7

05 Nov 04:23
376c97b
Compare
Choose a tag to compare

2023/11/05

  • Bump actions/checkout from 3 to 4
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0

v2.0.6

04 Jun 04:22
4ff9cfe
Compare
Choose a tag to compare

2023/06/04

  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0
  • Bump impresscms-dev/simple-autorelease-action from 0.1 to 0.2
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6

v2.0.5

01 Jan 04:26
4e054ef
Compare
Choose a tag to compare

2023/01/01

  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5

v2.0.4

06 Nov 04:37
ce603f6
Compare
Choose a tag to compare

2022/11/06

  • Autorelease every 5 months
  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4

v2.0.3

20 Sep 04:46
8c0c2a3
Compare
Choose a tag to compare

2022/09/20

  • "github-actions" updates monthly
  • Automatic releases
  • Automerge dependabot pull requests
  • Bump actions/checkout from 2 to 3
  • Bump impresscms-dev/phpdocs-wiki-update-action from 2.1 to 2.2

v2.0.2

25 Jul 22:09
5fc32fd
Compare
Choose a tag to compare

What's Changed

  • Bump impresscms-dev/phpdocs-wiki-update-action from 2.0.1 to 2.1 @dependabot (#10)
  • Bump impresscms-dev/phpdocs-wiki-update-action from 1.0.0 to 2.0.1 @dependabot (#8)

Features

Bug Fixes

  • Changed 'Auto update project wiki' to run on 'main' branch @MekDrop (#9)
  • Changed url of interactive GitHub courses @MekDrop (#7)
  • Use tagged impresscms-dev/phpdocs-wiki-update-action @MekDrop (#5)

v2.0.1

26 Mar 21:16
fefb3bd
Compare
Choose a tag to compare

What's Changed

Now with PHP 7.0 interfaces!

14 Sep 11:19
8c57487
Compare
Choose a tag to compare

Thanks to @AmsTaFFix the library now use PHP 7.0 datatypes descriptions.

And from now the library is not compatible with PHP 5.x. At least PHP 7.0 is needed.

First release

22 Mar 11:43
ac300ad
Compare
Choose a tag to compare

So, first ToArrayInterface is here!