From 34bf5e70e91bf47f3aebe95f11a882004f1fefe8 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 9 Jan 2025 05:15:26 +0200 Subject: [PATCH] --- CHANGELOG.md | 251 ++++++++++++++++++--------------------------------- 1 file changed, 87 insertions(+), 164 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf5292..bd55a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,4 @@ -<<<<<<< HEAD -## 0.1.1 - -### Changed - -- Updated email and URL in `package.json` to `Source/Open@PlayForm.LTD` and - `HTTPS://PlayForm.LTD`. -- Updated dependencies: - - `@playform/pipe` from `0.1.0` to `0.1.2`. - - `critters` from `0.0.24` to `0.0.25`. - - Added `deepmerge-ts` version `7.1.3`. - - `@playform/build` from `0.1.2` to `0.2.1`. - -### Added - -- Added imports for `Action`, `Path`, and `Interface` in `Integration.ts`. -- Added optional `Option` parameter in `Integration.ts`. - -### Removed - -- Removed unnecessary imports and comments in various files. - -## 0.1.0 -======= ## 2.2.0 ->>>>>>> 32f3032abcceadd35a97aa225dbf979b74e65b35 ### Changed @@ -38,379 +13,327 @@ ## 2.1.10 -- Cleanup +- Cleanup ## 2.1.9 -- Cleanup +- Cleanup ## 2.1.8 -- Cleanup +- Cleanup ## 2.1.7 -- Cleanup +- Cleanup ## 2.1.6 -- Cleanup +- Cleanup ## 2.1.5 -- Cleanup +- Cleanup ## 2.1.4 -- Cleanup +- Cleanup ## 2.1.3 -- Cleanup +- Cleanup ## 2.1.2 -- Cleanup -- Bug fix +- Cleanup +- Bug fix ## 2.1.1 -- Cleanup +- Cleanup ## 2.1.0 -- Refactor -- Documentation +- Refactor +- Documentation ## 2.0.11 -- Cleanup +- Cleanup ## 2.0.10 -- Cleanup +- Cleanup ## 2.0.9 -- Cleanup +- Cleanup ## 2.0.8 -- Cleanup +- Cleanup ## 2.0.7 -- Cleanup +- Cleanup ## 2.0.6 -- Cleanup +- Cleanup ## 2.0.5 -- Cleanup +- Cleanup ## 2.0.4 -- Cleanup +- Cleanup ## 2.0.3 -- Cleanup +- Cleanup ## 2.0.2 -- Cleanup +- Cleanup ## 2.0.1 -- Restoration +- Restoration ## 1.1.40 -- Cleanup +- Cleanup ## 1.1.39 -- Bug fix +- Bug fix ## 1.1.38 -- Bug fix +- Bug fix ## 1.1.37 -- Bug fix +- Bug fix ## 1.1.36 -- Cleanup +- Cleanup ## 1.1.35 -- Cleanup +- Cleanup ## 1.1.34 -- Bug fix +- Bug fix ## 1.1.33 -- Version with provenance +- Version with provenance ## 1.1.32 -- Cleanup +- Cleanup ## 1.1.31 -- Switches to the files-pipe component +- Switches to the files-pipe component ## 1.1.30 -- Updates files-pipeline component +- Updates files-pipeline component ## 1.1.29 -- Enhancement +- Enhancement ## 1.1.28 -- Bug fix +- Bug fix ## 1.1.27 -- Cleanup +- Cleanup ## 1.1.26 -- Bug fix +- Bug fix ## 1.1.25 -- Cleanup +- Cleanup ## 1.1.24 -- Cleanup +- Cleanup ## 1.1.23 -- Switches ownership +- Switches ownership ## 1.1.22 -- Cleanup +- Cleanup ## 1.1.21 -- Bug fix +- Bug fix ## 1.1.20 -- Cleanup +- Cleanup ## 1.1.19 -- Bug fix +- Bug fix ## 1.1.18 -- Updates pipeline +- Updates pipeline ## 1.1.17 -- Bug fix +- Bug fix ## 1.1.16 -- Refactor +- Refactor ## 1.1.15 -- Adds missing types +- Adds missing types ## 1.1.14 -- Adapt +- Adapt ## 1.1.13 -- Bug fix +- Bug fix ## 1.1.12 -- Cleanup +- Cleanup ## 1.1.11 -- Bug fix +- Bug fix ## 1.1.10 -- Cleanup +- Cleanup ## 1.1.9 -- Bug fix +- Bug fix ## 1.1.8 -- Cleanup +- Cleanup ## 1.1.7 -- Cleanup +- Cleanup ## 1.1.6 -- Cleanup +- Cleanup ## 1.1.5 -- Cleanup +- Cleanup ## 1.1.4 -- Adds multiple paths +- Adds multiple paths ## 1.1.3 -- Bug fix +- Bug fix ## 1.1.2 -- Switches to media preloading +- Switches to media preloading ## 1.1.1 -- Cleanup +- Cleanup ## 1.1.0 -- Introduces filters +- Introduces filters ## 1.0.5 -- Switches ownership +- Switches ownership ## 1.0.4 -- Enhancement +- Enhancement ## 1.0.3 -- Cleanup +- Cleanup ## 1.0.2 -- Refactor +- Refactor ## 1.0.1 -- Bug fix +- Bug fix ## 1.0.0 -- First stable version +- First stable version ## 0.0.11 -- Refactor +- Refactor ## 0.0.10 -- Cleanup +- Cleanup ## 0.0.9 -- Updates dependencies +- Updates dependencies ## 0.0.8 -- Refactor +- Refactor ## 0.0.7 -<<<<<<< HEAD -### Changed - -- Changed `astro` version to `*`. - -## 0.0.6 - -### Changed - -- Updated `@playform/build` from `0.0.9` to `0.0.10`. - -## 0.0.5 - -### Changed - -- Updated `astro` from `4.9.1` to `4.9.2`. -- Moved `@playform/build` from `peerDependencies` to `devDependencies`. - -## 0.0.4 - -### Changed - -- Updated `@playform/pipe` from `0.0.3` to `0.0.5`. -- Updated `astro` from `4.8.2` to `4.9.1`. -- Added `peerDependenciesMeta` for optional dependencies. - -### Removed - -- Deleted the `Merge` interface. -- Removed usage of `Merge` in `Option.ts` and `Critters.ts`. - -## 0.0.3 - -### Changed - -- Updated `@playform/pipe` from `0.0.2` to `0.0.3`. -- Updated `@playform/build` from `0.0.5` to `0.0.8`. -- Updated `astro` from `4.5.16` to `4.8.2`. -- Changed URLs in `package.json` to uppercase. - -### Added - -- Added `astro-critters`, `astro-inline`, and `playform` dependencies. - -## 0.0.2 - -### Changed - -- Added `astro-component`, `astro-integration`, and `withastro` dependencies. -- Updated `Document` field in `package.json`. -======= -- Updates package.json -- Updates README.md -- Minify +- Updates package.json +- Updates README.md +- Minify ## 0.0.6 -- Updates package.json -- Updates README.md -- Refactor +- Updates package.json +- Updates README.md +- Refactor ## 0.0.5 -- Updates README.md +- Updates README.md ## 0.0.4 -- Updates README.md -- Refactor +- Updates README.md +- Refactor ## 0.0.3 -- Adds hedgehog +- Adds hedgehog ## 0.0.2 -- Provides a CHANGELOG.md -- Adds typescript to devDependencies ->>>>>>> 32f3032abcceadd35a97aa225dbf979b74e65b35 +- Provides a CHANGELOG.md +- Adds typescript to devDependencies ## 0.0.1