Skip to content

Releases: joshtronic/php-loremipsum

feat: more PHP 8.1 compatibility

23 Jan 23:32
6d7f8cf
Compare
Choose a tag to compare
2.1.0

chore: bump version

2.0.0: feat: ensure passed tags are strings

05 Jan 04:03
Compare
Choose a tag to compare
Newer versions of PHP raise a warning if you attempt to use array syntax
against non-strings / non-arrays. Added sanity check to ensure we're
working with a string, otherwise skip it.

Also added in PHP 8.1 to the testing suite and bumped the copyright.

Bumped version to 2.0 since as the change in expected output is a
breaking change.

1.0.6: ci: switch to github actions

02 Jun 03:26
Compare
Choose a tag to compare
Dropped Travis CI and Coveralls for GitHub Actions and CodeCov.

1.0.5: chore(ci): test against PHP 7.4

10 Jan 03:51
Compare
Choose a tag to compare
* Updated to test again PHP 7.4 and to use that for coverage reporting.
* Added PHP nightly builds as an allowable failure.
* Added a git ignore as well as a `phpunit` configuration.
* Updated the tests and CI configuration to better handle the juggling of PHP and `phpunit` versions.
* Updated the coveralls dependency to be the latest and greatest instead of the deprecated package.
* Tweaked the README, updated the LICENSE years and bumped this package's version.
* Dropped Patreon link in favor of using Github Sponsors.

1.0.4: PHP 7.3 and more

10 Jan 04:03
e41f4f7
Compare
Choose a tag to compare
* Added CI for PHP 7.3
* Dropped CI for HHVM (was running into too many issues out of no where)
* Reworked CI distros where I could
* Bumped copyright year
* Cleaned up the README, fixed spacing, dumped some of the wordiness

Tweaks and tests

09 Jan 06:03
24b768a
Compare
Choose a tag to compare

Made some adjustments to the dictionary, did some cleanup and made sure things were working on PHP 7.2 and HHVM

Mostly cleanup

28 May 23:33
e033baa
Compare
Choose a tag to compare

Just doing some cleanup with Travis-CI and Coveralls. Also fixed a typo on the README

One Oh One

09 Jun 03:15
Compare
Choose a tag to compare

Cleaned up formatting and expanded testing to include PHP 7

One point OHHHHHHHH

13 Sep 13:40
Compare
Choose a tag to compare

Not much happening in regard to code changes so it was time to draft a release. Code has been updated to be as close to PSR standards as I'll allow (sorry, I just can't get behind having the { on the same line as the statement).