From 56713ebfd5faa10b4b04d40ed1b8fbbf9083d424 Mon Sep 17 00:00:00 2001 From: "m.utkin" Date: Tue, 2 Apr 2024 13:03:25 +0300 Subject: [PATCH] feat(changelog): Remove changelog. --- CHANGELOG.md | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 47b8974..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,48 +0,0 @@ - -# Changelog - -All notable changes to this project will be documented in this file. - - -## [1.1.3](https://github.com/Mishanki/laravel-distinctOn-pagination/compare/0.0.0...v1.1.3) (2024-04-02) - - ---- - -## [1.0.8](https://github.com/Mishanki/laravel-distinctOn-pagination/compare/015ea8bd98292d6a7b4db2d99245af8ba07e8558...v1.0.0) (2024-03-18) - -### Features - - -##### Config - -* Add config. ([f56b46](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/f56b4613378563240aaa8f7dd70887d23e29d4a9)) - -##### Custom Query Builder - -* Add json raw support in distinct([DB::raw('json->field'), 'field_b', ...]) ([c6cf03](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/c6cf036d27dfead1490324bd3baa0b56fb3c44f8)) - -##### Gitignore, readme - -* Add files. ([026b1c](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/026b1c7e2b2728da71904cc5a29708e451fa511c)) - -##### Namespace - -* Upd namespace. ([6bcb74](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/6bcb74afd8c6d252d17c76e6fe02a543ee14e643), [242754](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/2427541b7a801f456169764ff7c19708be24da5d), [03d19e](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/03d19e2e81621b67af06c6fad0b75cd61bdba66b)) - -##### Prodiver - -* Add provider DistinctOnPaginationServiceProvider ([118cc0](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/118cc0048de3edef4b032beccf3b0222ddc353ac)) - -##### Readme - -* Update README.md ([4828cd](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/4828cd47857e537264868644672fda26831e1ce8)) -* Upd description. ([d9737d](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/d9737d99b3804b2a4553ad0ac71c3d773d4e7bd8), [d2e95a](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/d2e95a94cea6b31e8d6dfeef094a59a3bed75dc7), [8162da](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/8162da418eeebfe0d1fa0afa0e84e0bd2afd3700)) - -##### Readme, php-cs-fixer - -* Update README.md. Add php-cs-fixer. ([557a17](https://github.com/Mishanki/laravel-distinctOn-pagination/commit/557a1758998505fc47b6b1109a6401eea0117f03)) - - ---- -