Skip to content

Releases: Gappa/WebLoader

4.0.1

28 Feb 15:55
Compare
Choose a tag to compare
  • Fix PHP 7.4 errors.

4.0.0

28 Feb 15:48
Compare
Choose a tag to compare
  • Remove coffeescript support.
  • Fix scss tests.
  • Remove nette/forms dev dependency.
  • Add hidden dependencies.
  • Bump to PHP 7.4.
  • Suggest a few dependencies.
  • Use Nette\Utils\FileSystem::write instead of plain file_put_contents.
  • Use Nette\Utils\FileSystem::normalizePath() instead of a custom one, add one more test.

3.2.0

10 Jun 11:37
Compare
Choose a tag to compare
  • $appendLastModified = true by default.
  • DefaultOutputNamingConvention - insert batch name by default.

2.6.5

25 May 11:52
73f54f0
Compare
Choose a tag to compare
Update composer.json

fix syntax

2.6.4

25 May 11:50
66ddee6
Compare
Choose a tag to compare

Autoloading

2.6.3

25 May 11:05
c616090
Compare
Choose a tag to compare
  • Fixed command.
  • Fixed autoloading?

3.1.1

30 Apr 07:22
Compare
Choose a tag to compare

Minor fixes, tests.

3.1.0

29 Apr 13:24
Compare
Choose a tag to compare
  • Added CssMinFilter, JsMinFilter, updated LessFilter + tests.
  • composer.json - cleanup, added suggestions for css/js minification.
  • PHPStan fixes, code style.
  • Fixed tests, various other fixes.
  • PSR-4, divided tests to autoload only on dev.

3.0.6

05 Feb 07:01
77c946c
Compare
Choose a tag to compare

composer.json - updated suggestions:

  • oyejorge/less.php is abandoned, use new maintaned fork.
  • leafo/scssphp is abandoned/moved, use new fork.
  • joseki/webloader-filters is abandoned, might not even work.
  • coffeescript/coffeescript is abandoned, also might not work.

3.0.5

31 Jan 14:09
50f0c4c
Compare
Choose a tag to compare

Added $defaultName property to GenerateCommand.