Releases: EFTEC/AutoLoadOne
Releases · EFTEC/AutoLoadOne
1.20
- 1.20 2020-09-02
- some cleanups.
- The GUI has some examples.
- _AUTOLOAD_COMPOSERJSON is indicated where it is executed or not.
1.19.2
- 1.19.2 2020-06-05
- composer.json feature is now optional (and disabled by default). Why? It is because I tested and while it works as expected but a lot of libraries use this feature to add a lot of useless polyfills and it could affect the performance.
1.19.1
- 1.19.1 2020-06-05
- composer.json autoload-files now it could be excluded via "exclude-path"
1.19
- 1.19 2020-06-05
- Added composer.json 'autoload'/'files'
composer.json allows the next feature
{
"autoload": {
"psr-4": {
"blahblahblah": "some folder blahblahblah/"
},
"files": ["src/functions_include.php"]
}
}
While AutoLoadOne ignores composer.json but now it considers "files" to their reading.
1.18
Some cleaning and optimizations.
1.17
- 1.17 2020-01-26 (optional but by default), the map is compressed.
- The compression has a minimum impact on runtime, it only uses a regular expression to replace a string.