Skip to content

2.0

Compare
Choose a tag to compare
@ricardoboss ricardoboss released this 27 Jan 00:15
· 4 commits to master since this release

I also removed all deprecated usages of old PHP versions and implemented some best-practices. Most changes are return type-hints, parameter type-hints and casts.

One heads up: the addPath method can now return null. In previous versions it would have thrown an exception, since it tried to call a method on null.

This release solemnly exists to be able to use this updated version of the library. There is also a PR open in the original library: kartsims#32

Once the PR gets merged and the author publishes a new release, this fork (and therefore this release) become obsolete. Keep this in mind.

Full Changelog: 1.0...2.0