Tags give the ability to mark specific points in history as being important
-
v2.9.1
acd8275b · ·Luna System v2.9.1 - Rename parameter `objectOrClass` to `element` when calling `ClassManager::implement`.
-
v2.9.0
08ce3f5e · ·Luna System v2.9.0 - Refactor `Certificate` and `AbstractPackage` to replace `FileManager` operations with `DirectoryWriter` and `FileReader` for improved modularity. - Update `composer.json` to bump the `shiros/luna` dependency to `^4.18`.
-
v2.8.1
8cdacd90 · ·Luna System v2.8.1 - Fix `AbstractPackage` by adding the missing `SplFileInfo` type hint and removing an unused `isDot()` case in file-processing logic. - Update `composer.json` to bump the `shiros/luna` dependency to `^4.16`.
-
v2.8.0
63ac1ac2 · ·Luna System v2.8.0 - Bump the version of 'shiros/luna' to the 'v4.15'. - Update the `RsyncBackup` component to be complient with the `BackupInterface.` Returns the destination path instead of `$this`.
-
-
2.6.0
233647ed · ·Luna System v2.6.0 - Bump `shiros/luna` dependency to `^4.13` in `composer.json` - Refactor file and directory copy logic in `AbstractPackage` to improve clarity, handle edge cases, and enhance security checks - Replace `PathManager::sanitize` calls with `PathManager::getAbsolute` for improved path normalization consistency across components.
-
-
v2.4.0
83e18e91 · ·Luna System v2.4.0 - Bump the version of 'shiros/luna' to the 'v4.10'. - Fix: Remove unnecessary named argument syntax in `$this->commands->push()` for consistency
-
-
v2.2.0
a0683b23 · ·Luna System v2.2.0 - Rename `PackageEntry` to `PackageDefinition` across the module for improved clarity and consistency. - Enhance documentations & comments.
-
v2.1.0
552eb52a · ·Luna System v2.1.0 - Enhance documentations & comments. - Implement `PackageAction` enum - Enhance `PackageEntry` functionality with `action` support and improved resolution logic
-
-
v2.0.0
d89d83bf · ·Luna System v2.0.0 - Review: Package module with base classes and utilities for package management - Review: RsyncBackup class for rsync-based backup handling - Review: OSProber module for operating system detection and metadata handling - Review: Certificate module with OpenSSL-based key/CSR/PEM generation and verification - Fix: Incorrect namespace usage for `OSProber` in DI configuration) - Modify: OSInterface and related classes: improved exception handling consistency and refined docs
-
1.8.11
7f8cd8bc · ·Luna System v1.8.11 - Fix certificate components, fix the usage of extensions for the generation of PEM.
-
-
-
-
1.8.7
45608552 · ·Luna System v1.8.7 - Fix certificate components. Fix the usage of configuration file in PEM generation options.
-
1.8.6
37e2f587 · ·Luna System v1.8.6 - Modify certificate components. Remove the control of root directory in constructor.
-
1.8.5
dd049c4c · ·Luna System v1.8.5 - Modify certificate components. Move the control of root directory in each generation methods and review approach inside of them to get file paths.