1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/guanguans-soar-php

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
CHANGELOG.md 11 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
gitlife-traslator Отправлено 28.11.2024 05:38 ab00741

Changelog

Все значимые изменения в этом проекте будут задокументированы в этом файле.

[Unreleased]

[4.2.5] - 2024-10-11

[4.2.4] - 2024-08-16

Тест

  • бенчмарки: настройка итераций в SoarBench и параметров бенчмарков.

[4.2.3] - 2024-07-16

Исправление ошибок

  • HasSudoPassword: улучшение форматирования метода setSudoPassword.

[4.2.2] - 2024-07-16

CI

  • релиз: добавление StaticClosureRector и обновление правил.

Pull Requests

  • Слияние pull request #170 от guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.2.0.

[4.2.1] - 2024-06-11

Pull Requests

  • Слияние pull request #169 от guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.1.0.

[4.2.0] - 2024-04-23

Новые функции

  • composer-updater: добавлена опция dry-run.

Рефакторинг

  • HasSoarBinary: переименовать getDefaultSoarBinary в defaultSoarBinary.
  • debug: улучшено управление информацией отладки.

Pull Requests

  • Слияние pull request #165 от guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.0.0.
  • Слияние pull request #168 от guanguans/dependabot/github_actions/codecov/codecov-action-4.3.0.
  • Слияние pull request #167 от guanguans/dependabot/github_actions/codecov/codecov-action-4.2.0.
  • Слияние pull request #166 от guanguans/dependabot/github_actions/codecov/codecov-action-4.1.1.
  • Слияние pull request #164 от guanguans/dependabot/github_actions/dependabot/fetch-metadata-1.7.0.
  • Слияние pull request #163 от guanguans/dependabot/github_actions/codecov/codecov-action-4.1.0.
  • Слияние pull request #162 от guanguans/dependabot/github_actions/codecov/codecov-action-4.0.2.

[4.1.0] - 2024-02-22

Рефакторинг

  • src: Улучшение метода __debugInfo.

Pull Requests

  • Слияние pull request #160 от guanguans/dependabot/github_actions/codecov/codecov-action-4.0.1.
  • Слияние pull request #161 от guanguans/dependabot/composer/rector/rector-tw-0.19or-tw-1.0.
  • Слияние pull request #158 от guanguans/dependabot/github_actions/codecov/codecov-action-3.1.6.

[4.0.3] - 2024-01-29

Исправление ошибок

  • HasSudoPassword: Обновление условия shouldApplySudoPassword.

Рефакторинг

  • config: обновление PHPUnit set и добавление нового правила.

Pull Requests

  • Слияние pull request #156 от guanguans/dependabot/github_actions/actions/cache-4.
  • Слияние pull request #157 от guanguans/dependabot/github_actions/codecov/codecov-action-3.1.5.

[4.0.2] - 2024-01-16

Документация

  • Обновление README.md и README-zh_CN.md.

Новые функции

  • composer: добавлена команда dump-soar.

Рефакторинг

  • concerns: улучшены магические методы.

[4.0.1] - 2024-01-16

Тестирование

  • Добавлена команда обновления снимков.
  • Рефакторинг теста.
  • Рефакторинг теста.
  • Рефакторинг теста.
  • Рефакторинг теста.
  • Замена pest на phpunit.

[4.0.0] - 2024-01-15

Рефакторинг

  • Переименовать SoarPath в SoarBinary.
  • WithRunable: удалить устаревший метод exec. # 154 Merge pull request #153.

Merge pull request #152.

[3.4.4] - 2023-09-15

Fix

  • HasOptions: handle callable values in normalizeOption.

Refactor

  • coding-style: remove UnSpreadOperatorRector.

Pull Requests

  • Merge pull request #151.

[3.4.3] - 2023-08-22

Fix

  • phpstan: Ignore errors in Soar.php.

Pull Requests

  • Merge pull request #149.

[3.4.2] - 2023-07-30

Fix

  • concerns: deprecate exec method.

[3.4.1] - 2023-07-24

Fix

  • Concerns: Fix InvalidOptionException in ConcreteMagic trait.
  • WithRunable: simplify process tapper logic.

[3.4.0] - 2023-07-23

Feat

  • bin: Add support for Linux ARM64 architecture.
  • monorepo-builder: Add monorepo-builder configuration.

Fix

  • concerns: Update Soar path for Linux ARM64.
  • path: update Soar path for linux-amd64.

[v3.3.4] - 2023-07-16

Refactor

  • HasOptions: update onlyOptions method.

[v3.3.3] - 2023-07-16

Feat

  • lint: Add json-lint and yaml-lint checks.

Fix

  • HasSoarPath: Add getEscapedSoarPath method.

Refactor

  • HasOptions: change access modifiers of methods.
  • HasOptions: rename method getSerializedEscapedNormalizedOptions to getHydratedEscapedNormalizedOptions.

[v3.3.2] - 2023-07-15

Fix

  • workflows: update php-cs-fixer workflow.

Refactor

  • HasOptions: update getSerializedEscapedNormalizedOptions method.
  • rector: remove unused imports and update rules.

[v3.3.1] - 2023-07-14

Docs

  • README.md: add section for fatal error and its fix.

Feat

  • tests: Add new test file for SudoPassword.

Refactor

  • HasSudoPassword: improve escaping of sudo password.

[v3.3.0] - 2023-07-14

Feat

  • HasSudoPassword: Add new trait.

Refactor

  • concerns: update getEscapeSudoPassword method.
  • concerns: update shouldApplySudoPassword logic.
  • sudo: move sudo password related methods to trait.

Pull Requests

  • Merge pull request #148.

[v3.2.7] - 2023-06-17

[v3.2.6] - 2023-06-16

Pull Requests

  • Merge pull request #146.
  • Merge pull request #147.

[v3.2.5] - 2023-05-27

[v3.2.4] - 2023-05-26

[v3.2.3] - 2023-05-26

Pull Requests

  • Merge pull request #145.
  • Merge pull request #144.

[v3.2.2] - 2023-05-22

[v3.2.1] - 2023-05-21

[v3.2.0] - 2023-05-21

[v3.1.1] - 2023-05-19

[v3.1.0] - 2023-05-19

Pull Requests

  • Merge pull request. README.md [skip ci]

Pull Requests

[v2.2.3] — 2021-07-07

[v2.2.2] — 2021-07-06

[v2.2.1] — 2021-06-14

[v2.2.0] — 2021-06-14

[v2.1.1] — 2021-04-29

Docs

  • Обновить README.md.
  • Обновить README.md.

Perf

  • Удалить файл конфигурации.
  • Удалите Services/SoarService.php.

[v2.1.0] — 2021-04-25

CI

  • Добавить php-cs-fixer, psalm, cghooks.

Docs

  • Обновить README.md.

Test

  • Исправить тесты.

[v2.0.4] — 2021-01-27

Pull Requests

[v2.0.3] — 2020-11-07

Pull Requests

[v2.0.2] — 2020-04-11

Pull Requests

[v2.0.1] — 2020-02-03

[v2.0.0] — 2020-01-21

Docs

  • Добавить huangdijia в качестве участника (#15).
  • Обновите .all-contributorsrc.
  • Обновите README-EN.md.
  • Обновите README.md.

[v1.1.5] — 2019-08-29

[v1.1.4] — 2019-08-29

[v1.1.3] — 2019-08-24

Docs

  • Добавить leslieeilsel в качестве участника (#11).
  • Обновите .all-contributorsrc.
  • Обновите README.md.
  • Добавьте kamly в качестве участника (#10).
  • Создайте .all-contributorsrc.
  • Обновите README.md.

[v1.1.2] — 2019-07-06

[v1.1.1] — 2019-07-05

[v1.1.0] — 2019-07-05

[v1.0.1] — 2019-07-04

v1.0.0 — 2019-07-04 Данный текст представляет собой список ссылок на страницы сравнения версий программного обеспечения Soar-PHP.

Основной язык текста — русский. [v2.0.2]: https://github.com/guanguans/soar-php/compare/v2.0.1...v2.0.2 [v2.0.1]: https://github.com/guanguans/soar-php/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/guanguans/soar-php/compare/v1.1.5...v2.0.0 [v1.1.5]: https://github.com/guanguans/soar-php/compare/v1.1.4...v1.1.5 [v1.1.4]: https://github.com/guanguans/soar-php/compare/v1.1.3...v1.1.4 [v1.1.3]: https://github.com/guanguans/soar-php/compare/v1.1.2...v1.1.3 [v1.1.2]: https://github.com/guanguans/soar-php/compare/v1.1.1...v1.1.2 [v1.1.1]: https://github.com/guanguans/soar-php/compare/v1.1.0...v1.1.1 [v1.1.0]: https://github.com/guanguans/soar-php/compare/v1.0.1...v1.1.0 [v1.0.1]: https://github.com/guanguans/soar-php/compare/v1.0.0...v1.0.1

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/guanguans-soar-php.git
git@api.gitlife.ru:oschina-mirror/guanguans-soar-php.git
oschina-mirror
guanguans-soar-php
guanguans-soar-php
master