# Changelog ## [0.9.1](https://github.com/chenasraf/text-transform.nvim/compare/v0.9.0...v0.9.1) (2024-07-10) ### Bug Fixes * normal mode transforms ([d7dd1c4](https://github.com/chenasraf/text-transform.nvim/commit/d7dd1c4dd7e4ccd2da1458e5fb9a6653ad4e5e17)) ## [0.9.0](https://github.com/chenasraf/text-transform.nvim/compare/v0.8.0...v0.9.0) (2024-05-05) ### Features * non-telescope popup ([bb177a3](https://github.com/chenasraf/text-transform.nvim/commit/bb177a3360372f3fd40c82da71a13f1db59d3d9e)) ### Bug Fixes * commands ([eaf84d8](https://github.com/chenasraf/text-transform.nvim/commit/eaf84d857d860828cbb5af96887a24c2ab99f8e8)) * error on select ([168552b](https://github.com/chenasraf/text-transform.nvim/commit/168552b4259672fe918b1f3baeed787548e8fd03)) * range commands ([ecd4d6b](https://github.com/chenasraf/text-transform.nvim/commit/ecd4d6bbbcd45231f2e8ea00961f076ff56dd1e7)) * sorter init ([ea38606](https://github.com/chenasraf/text-transform.nvim/commit/ea38606a28f2308a37b301ebb4c56e2bd584b459)) ## [0.8.0](https://github.com/chenasraf/text-transform.nvim/compare/v0.7.0...v0.8.0) (2024-05-04) ### Features * allow sorter selection in config ([6863e0e](https://github.com/chenasraf/text-transform.nvim/commit/6863e0e9a66b5592fbba2aea7a07760465844cf7)) ### Bug Fixes * frequency sort ([733f26f](https://github.com/chenasraf/text-transform.nvim/commit/733f26fef61b050ae8f62582e3f9c03268f8e835)) * user commands ([be9c119](https://github.com/chenasraf/text-transform.nvim/commit/be9c119ee23f1e93a5bd537c01f55e11d2607180)) ## [0.7.0](https://github.com/chenasraf/text-transform.nvim/compare/v0.6.0...v0.7.0) (2024-05-03) ### Features * sort telescope by usage frequency ([f83f2af](https://github.com/chenasraf/text-transform.nvim/commit/f83f2afafdfbbcb986ca1c6d3db062cd3b964c62)) ## [0.6.0](https://github.com/chenasraf/text-transform.nvim/compare/v0.5.1...v0.6.0) (2024-05-02) ### Features * enable/disable specific replacers ([fbb89b1](https://github.com/chenasraf/text-transform.nvim/commit/fbb89b1b44dfb9b57cd241b7c574665cce7dab10)) ## [0.5.1](https://github.com/chenasraf/text-transform.nvim/compare/v0.5.0...v0.5.1) (2024-04-30) ### Bug Fixes * exports ([657bda1](https://github.com/chenasraf/text-transform.nvim/commit/657bda14789b907911157c4f34e8a088c1e00d15)) ## [0.5.0](https://github.com/chenasraf/text-transform.nvim/compare/v0.4.0...v0.5.0) (2024-04-30) ### Features * add commands ([500edc6](https://github.com/chenasraf/text-transform.nvim/commit/500edc66e6ac0a649108749ad290f2a370cf4219)) * add telescope command ([6e409f0](https://github.com/chenasraf/text-transform.nvim/commit/6e409f0a44e50b3ef65f426e36b7824ee2d95d7a)) ### Bug Fixes * precommit ([a669a99](https://github.com/chenasraf/text-transform.nvim/commit/a669a998f47de6c33e9667d40ce3a219d60af69b)) * telescope ([7ef73f2](https://github.com/chenasraf/text-transform.nvim/commit/7ef73f26d13f72454d0388bdca4541f7f4aa78e2)) * telescope command ([69542d7](https://github.com/chenasraf/text-transform.nvim/commit/69542d7e1c6c88832611fb3c0f1d46102c133bd1)) * uppercase logic ([a669a99](https://github.com/chenasraf/text-transform.nvim/commit/a669a998f47de6c33e9667d40ce3a219d60af69b)) * word break/transform ([a53e0d6](https://github.com/chenasraf/text-transform.nvim/commit/a53e0d6d64051d5fea6d102529c403e4cbd0cce2)) ## [0.4.0](https://github.com/chenasraf/text-transform.nvim/compare/v0.3.1...v0.4.0) (2023-05-18) ### Features * visual block mode support ([5765e3d](https://github.com/chenasraf/text-transform.nvim/commit/5765e3d72109c473b4f9ab8839d01f8c983d0dc2)) ### Bug Fixes * word edge detection ([9cd27ab](https://github.com/chenasraf/text-transform.nvim/commit/9cd27aba2b74b072d57edadecdd63646d84a82cf)) * words split ([43cc07c](https://github.com/chenasraf/text-transform.nvim/commit/43cc07cde43e8a4caf6a9c7471f6e3e69e67c242)) ## [0.3.1](https://github.com/chenasraf/text-transform.nvim/compare/v0.3.0...v0.3.1) (2023-05-17) ### Bug Fixes * into_words dot split ([f79799c](https://github.com/chenasraf/text-transform.nvim/commit/f79799cd912436e48ee2bcde7a5d98042337f8ae)) ## [0.3.0](https://github.com/chenasraf/text-transform.nvim/compare/v0.2.1...v0.3.0) (2023-05-16) ### Features * add CONST_CASE ([e43a403](https://github.com/chenasraf/text-transform.nvim/commit/e43a403d4df4597777406a98d6fde8677f0a5ba1)) ### Bug Fixes * const case label ([aa63eb8](https://github.com/chenasraf/text-transform.nvim/commit/aa63eb8bf6d04666517fb5c1cc23d0349e9337a6)) * switched normal/visual menus ([9e606d7](https://github.com/chenasraf/text-transform.nvim/commit/9e606d72a2b5292b8bdbb7fd78b5129f1ef887da)) * var def ([ca281c8](https://github.com/chenasraf/text-transform.nvim/commit/ca281c8c7e9c21db81874fa67b63f6bd9648b200)) ## [0.2.1](https://github.com/chenasraf/text-transform.nvim/compare/v0.2.0...v0.2.1) (2023-05-15) ### Bug Fixes * selection transforms ([3857dec](https://github.com/chenasraf/text-transform.nvim/commit/3857dec40f622374525e2b17c50a99d4d4b4b87d)) ## [0.2.0](https://github.com/chenasraf/text-transform.nvim/compare/v0.1.1...v0.2.0) (2023-05-15) ### Features * separate keymap for n/v mode ([26ad542](https://github.com/chenasraf/text-transform.nvim/commit/26ad542ff739af562cf4783580e24cf0e0b1c1d3)) ## [0.1.1](https://github.com/chenasraf/text-transform.nvim/compare/v0.1.0...v0.1.1) (2023-05-14) ### Bug Fixes * try fix keymap ([4e3b541](https://github.com/chenasraf/text-transform.nvim/commit/4e3b5418a8c90dca7a21d25035b8c24b0a91271a)) ## [0.1.0](https://github.com/chenasraf/text-transform.nvim/compare/v0.0.1...v0.1.0) (2023-05-14) ### Features * initial dev release ([962a2ea](https://github.com/chenasraf/text-transform.nvim/commit/962a2ea7dea02c735f7570b13def439fae28fbb8)) ## Changelog