Skip to content

Releases: sciactive/requirephp

1.3.0

19 Feb 08:25
Compare
Choose a tag to compare

When you update to this, you'll have to update your calls from R:: to RequirePHP::.

1.2.0

19 Dec 22:19
Compare
Choose a tag to compare

Namespaced classes in this release. Now accessible through \SciActive\R instead of RPHP.

1.1.3

25 Nov 23:35
Compare
Choose a tag to compare

Fixed a notice caused by returning nothing by reference.

1.1.2

05 Nov 23:17
Compare
Choose a tag to compare

Just a rename of a function to match RequireJS api.

1.1.1

05 Nov 19:41
Compare
Choose a tag to compare

Added remove feature for modules and aliases.

1.1.0

05 Nov 01:36
Compare
Choose a tag to compare

With this new version, RequirePHP no longer requires that you instantiate a container. You use the class statically.

1.0.0

07 Oct 18:48
Compare
Choose a tag to compare

The first stable release of RequirePHP.

1.0.0beta1

04 May 21:25
Compare
Choose a tag to compare
1.0.0beta1 Pre-release
Pre-release

Beta release is ready. Feel free to use it in production, only if you live dangerously.

0.0.2alpha

03 May 21:32
Compare
Choose a tag to compare
0.0.2alpha Pre-release
Pre-release

First official alpha release. Needs to be tested a bit more before being entirely production ready.