Skip to content

Releases: EFTEC/AutoLoadOne

1.22.2

26 Feb 13:47
Compare
Choose a tag to compare

Fixed composer.json

1.22

26 Feb 13:09
Compare
Choose a tag to compare

1.22 see README.md

1.21.2

16 Feb 02:18
Compare
Choose a tag to compare

see README.md

1.21.1

16 Feb 02:00
Compare
Choose a tag to compare

1.21.1 see README.md

1.20

02 Sep 12:30
Compare
Choose a tag to compare
  • 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

05 Jun 15:05
Compare
Choose a tag to compare
  • 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

05 Jun 14:40
Compare
Choose a tag to compare
  • 1.19.1 2020-06-05
    • composer.json autoload-files now it could be excluded via "exclude-path"

1.19

05 Jun 14:13
Compare
Choose a tag to compare
  • 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

23 Apr 21:28
Compare
Choose a tag to compare

Some cleaning and optimizations.

1.17

26 Jan 13:50
Compare
Choose a tag to compare
  • 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.