Commit Graph

20 Commits

Author SHA1 Message Date
kor-elf b96e1fea11 Merge pull request 'Version 1.4.0' (#8) from develop into main
Reviewed-on: #8
1.4.0
2026-06-20 16:12:59 +05:00
kor-elf fe90500e44 Refactor text splitting logic into dedicated commands and introduce PartText DTO for improved modularity and maintainability. 2026-06-20 16:05:31 +05:00
kor-elf 92fd2cab1b Expand illuminate/support version constraints and add ext-mbstring dependency in composer.json. 2026-06-20 16:05:07 +05:00
kor-elf e2eb80f140 Update Yandex Translate documentation link in README. 2026-06-20 16:04:21 +05:00
kor-elf 7bf0c7ee74 Merge pull request 'Version 1.3.0' (#7) from develop into main
Reviewed-on: #7
1.3.0
2025-01-16 21:23:42 +05:00
kor-elf 91be5052ed Fix missing new keyword in README code example. 2025-01-16 21:20:16 +05:00
kor-elf e63ded1708 Replaced TranslationCompletedListener with AfterTranslateDto across translation-related classes to streamline and enhance the job chaining logic. Added validation to ensure the provided class implements the required interface and included support for additional contextual data in the translation process. This change improves flexibility and simplifies the translation workflow. 2025-01-16 21:04:46 +05:00
kor-elf 149994fae7 Merge pull request 'Version 1.2.2' (#6) from develop into main
Reviewed-on: #6
1.2.2
2024-12-10 23:07:42 +05:00
kor-elf 31da4eff78 Update .gitattributes export-ignore rules.
Adjusted export-ignore rules to include `.git`, `.gitignore`, and `.gitattributes` for more precise exclusions during archive creation. This ensures irrelevant files are omitted when packaging the repository.
2024-12-10 23:06:10 +05:00
kor-elf 083f7576ee Merge pull request 'Version 1.2.1' (#5) from develop into main
Reviewed-on: #5
1.2.1
2024-12-10 22:46:42 +05:00
kor-elf 5abddfbd57 Add .gitattributes file for export-ignore rules.
This ensures that the .git directory and .gitignore file are excluded when exporting the repository, improving distribution cleanliness. Including this file standardizes export behavior across clones.
2024-12-10 22:42:30 +05:00
kor-elf 23c4458d9b Merge pull request 'Version 1.2.0' (#4) from develop into main
Reviewed-on: #4
1.2.0
2024-12-10 22:00:04 +05:00
kor-elf 7e05777385 Add LogDriver for translation with configuration support.
Introduced a new LogDriver for logging translation operations. Updated the README and configuration file to include support for the LogDriver and its associated limits. This feature enables the use of a logging-based translation driver for testing and debugging purposes.
2024-12-10 21:54:11 +05:00
kor-elf 2c026fd5ed Merge pull request 'Version 1.1.1' (#3) from develop into main
Reviewed-on: #3
1.1.1
2024-10-11 01:15:10 +05:00
kor-elf 4fdf7fd6f9 Relax PHP extension version constraints in composer.json.
Updated "ext-libxml" and "ext-dom" dependencies to accept any version. This change ensures broader compatibility across different environments without strictly requiring specific versions for these extensions.
2024-10-11 01:11:19 +05:00
kor-elf 8ce9900afb Merge pull request 'Version 1.1.0' (#2) from develop into main
Reviewed-on: #2
1.1.0
2024-10-11 00:53:29 +05:00
kor-elf 55b04f0eab Add DTOs, exceptions, and jobs for translation service.
Introduced new Data Transfer Objects (DTOs), exceptions, and jobs to enhance the translation service functionality. Updated namespaces for consistency and added rate limiting to the translation provider. Expanded the README with detailed usage instructions.
2024-10-11 00:22:46 +05:00
kor-elf 2af65cb5db Merge pull request 'Version 1.0.0' (#1) from develop into main
Reviewed-on: #1
1.0.0
2024-09-16 22:37:07 +05:00
kor-elf 0d13d602a7 Implemented translation via Yandex service. 2024-09-16 22:22:24 +05:00
kor-elf 82dc0b9f99 Initial commit 2024-09-08 23:09:31 +05:00