Skip to content

Tags: Ayesh/Composer-Preload

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Dependency updates

v0.1.2

Toggle v0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v0.1.2

======

 - A major code reformatting to cleanup messy code.
 - Improved help page (`composer preload --help`) with an example configuration.
 - Time, number of files, and the file path are now displayed without -vv verbose option.
 - Duration display improvements.
 - Adds support for GitHub Actions, and removed Travis CI.

v0.1.1

Toggle v0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v0.1.1

======

 - A major code reformatting to cleanup messy code.
 - Improved help page (`composer preload --help`) with an example configuration.
 - Time, number of files, and the file path are now displayed without -vv verbose option.
 - Duration display improvements.
 - Adds support for GitHub Actions, and removed Travis CI.
 - This version overwrites a previous v0.1.1 that had a bug in the way the preload.php file bailed when opcache is not present.

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v0.1.0

======

This is the first minor release of this plugin. I wouldn't call it as stable to call it v1.0.0 ready, but the API should be fairly stable now.

This version changes how the paths are resolved in the preload file. From this version forward, the preload file generated will use a relative path in it, making it possible to generate the preload file in one server and preload it in another.

v0.0.9

Toggle v0.0.9's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v0.0.9

======

 - Update dependencies to their latest version without dropping current versions.
 - Minor code formatting improvements in tests.

v0.0.8

Toggle v0.0.8's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v0.0.8

* Add a new configuration option `extra.preload.extensions` to set file extensions to scan. Default is `.php`.

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Minor optimizations in the PreloadWriter to micro-optimize the genera…

…te preload.php file

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Update README.md with "exclude-regex" option. See also: #2

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Fix typo in the symfony/finder version constraints

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Minor improvements in the generated file