Download Latest Version DevelWare Studio 16.7.5 source code.zip (153.7 MB)
Email in envelope

Get an email when there's a new version of DevelWare-Studio

Home / 16.7.0.6
Name Modified Size InfoDownloads / Week
Parent folder
Develware.Studio.16.7.0.6.zip 2024-07-25 258.9 MB
DevelWare Studio 16.7.0.6 source code.tar.gz 2024-07-25 136.1 MB
DevelWare Studio 16.7.0.6 source code.zip 2024-07-25 136.8 MB
README.md 2024-07-25 3.8 kB
Totals: 4 Items   531.8 MB 0

image

Обновления в HttpClient и jphp-app-framework.jar

Обновлен пакет HttpClient

⚠ Важно: Очистите кэш, чтобы новые функции пакета заработали.

Изменения в HttpResponse: - new isServiceUnavailable() - new time() - new isBadRequest() - new isAuthRequired() - new isPaymentRequired()

  • new __construct()
  • new @var time

Новый класс HttpRequest: - function method(?string $method = null): ?string - function absoluteUrl(?bool $value = null): ?bool - function url(?string $url = null): ?string - function body($data = null) - function userAgent(?string $userAgent = null): ?string - function type(?string $type = null): string - function responseType(?string $type = null): string - function cookies(?array $cookies = null): ?array - function headers(?array $headers = null): ?array - function contentType(?string $contentType = null): ?string - function bodyParser(?callable $callback = null): ?callable

Изменения в HttpClient: - public function send(HttpRequest $request): HttpResponse - public function sendAsync(HttpRequest $request, ?ThreadPool $threadPool = null): Promise - public function headAsync(string $url, array $args = []): Promise - public function optionsAsync(string $url, array $args = []): Promise - public function head(string $url, array $args = []): HttpResponse - public function options(string $url, array $args = []): HttpResponse - public function setThreadPool(?ThreadPool $pool): void

Обновлен jphp-app-framework.jar

Новые возможности и исправления: - Добавлен полифилл preg_*: php\lib\preg - Добавлена система обновлений (находится в БЕТА-режиме) - Исправлены ошибки в AbstractScript.php - Устранён баг с темой ASC - Оптимизирована работа IDE - Восстановлены функции из старых версий develware - Обновлён дизайн темы - Улучшена локализация и добавлен украинский язык - Оптимизирована тема - Версия ASC: 1.0.1 - Обновлён сплэш-экран - Добавлена возможность писать свой текст для меток в шрифтах - Введены новые цветовые схемы для "исходного кода"

DevelWare-BlendMode-lighten

Новые css классы: - .dw-bl-lighten { -fx-blend-mode: lighten; } - .dw-bl-screen { -fx-blend-mode: screen; } - .dw-bl-overlay { -fx-blend-mode: overlay; } - .dw-bl-hardlight { -fx-blend-mode: hard-light; } - .dw-bl-softlight { -fx-blend-mode: soft-light; } - .dw-bl-difference { -fx-blend-mode: difference; } - .dw-bl-exclusion { -fx-blend-mode: exclusion; }

DevelWare-BlendMode-lighten-text

Новые css классы для текста: - .dw-bl-lighten-text .text { -fx-blend-mode: lighten; } - .dw-bl-screen-text .text { -fx-blend-mode: screen; } - .dw-bl-overlay-text .text { -fx-blend-mode: overlay; } - .dw-bl-hardlight-text .text { -fx-blend-mode: hard-light; } - .dw-bl-softlight-text .text { -fx-blend-mode: soft-light; } - .dw-bl-difference-text .text { -fx-blend-mode: difference; } - .dw-bl-exclusion-text .text { -fx-blend-mode: exclusion; }

Участники разработки: @TrueS1gma @meigoc @Kolia290312


Source: README.md, updated 2024-07-25