Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johmsalas committed Dec 15, 2023
1 parent 00df59f commit 37b8b72
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 1.0.0 (2023-12-15)


### Features

* Add description to keymaps and WhichKey ([#8](https://github.com/johmsalas/text-case.nvim/issues/8)) ([576e774](https://github.com/johmsalas/text-case.nvim/commit/576e774133f1a0687b0aa76424124d5eb068cf83))
* Add WhichKey name for keybindings && removed calling setup as a hard requirement ([b3410fe](https://github.com/johmsalas/text-case.nvim/commit/b3410fe57425b47fd6dd3c2c63f7ca068e290081))
* Improve unicode casing ([70272ff](https://github.com/johmsalas/text-case.nvim/commit/70272ff3b4fe13ee6bdadfea63f329a2103a4ba9))
* Incremental substitution ([533d91a](https://github.com/johmsalas/text-case.nvim/commit/533d91a2bcd3577329208fa25e609e48b30e42ae))
* Notify when LSP renaming failed ([#60](https://github.com/johmsalas/text-case.nvim/issues/60)) ([21ee7f8](https://github.com/johmsalas/text-case.nvim/commit/21ee7f8536488d41667995b0b22aaef4839fd28a))
* Provide command to trigger bulk replacement ([54e3d9d](https://github.com/johmsalas/text-case.nvim/commit/54e3d9dd4023283dc598aecc0fae7182324fb41c))
* Provide default picker in telescope extension ([487b75c](https://github.com/johmsalas/text-case.nvim/commit/487b75ce879fb8296263f806a8294afd1784fba3))
* Use option enabled_methods for Telescope ([985b7de](https://github.com/johmsalas/text-case.nvim/commit/985b7dec435c34145e011c4d776af82a93aedee6))


### Bug Fixes

* Ignore unicode chars with more than 2 bytes ([4fd525e](https://github.com/johmsalas/text-case.nvim/commit/4fd525ed89939d4713855885f7e4bb275ce023bd))
* non-alphabetical characters are removed ([#46](https://github.com/johmsalas/text-case.nvim/issues/46)) ([ed83149](https://github.com/johmsalas/text-case.nvim/commit/ed8314943ebc55521a3cb2751f446615e00c0dbc))
* visual block selection with Telescope ([7a64758](https://github.com/johmsalas/text-case.nvim/commit/7a6475884c26eabaf0658e0c6910ce71d062c937))


### Reverts

* undo previous commit (fix [#40](https://github.com/johmsalas/text-case.nvim/issues/40)) ([#41](https://github.com/johmsalas/text-case.nvim/issues/41)) ([cd7cc65](https://github.com/johmsalas/text-case.nvim/commit/cd7cc65a412beb713e68f3b84e45990a939b7b6b))

0 comments on commit 37b8b72

Please sign in to comment.