|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 1.0.0 (2025-02-19) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* Created LICENSE |
| 9 | +* Updated README.md |
| 10 | +* Cleaned up main file |
| 11 | +* **core:** Initial commit |
| 12 | + |
| 13 | +### doc |
| 14 | + |
| 15 | +* Created LICENSE ([4905a44](https://github.com/OXY2DEV/patterns.nvim/commit/4905a44104eff2c7824d952a28293076c83bba7a)) |
| 16 | +* Updated README.md ([debb730](https://github.com/OXY2DEV/patterns.nvim/commit/debb7300b8edcdb6764946af982c7eb2d7a0180a)) |
| 17 | + |
| 18 | + |
| 19 | +### Features |
| 20 | + |
| 21 | +* Add node type to pattern language map ([0031e20](https://github.com/OXY2DEV/patterns.nvim/commit/0031e20a2fa011c4aeaa3769017ed81fcfc76fb2)) |
| 22 | +* **core:** `patterns.hover()` Support ([83f8f42](https://github.com/OXY2DEV/patterns.nvim/commit/83f8f42496ba59e0ddb22a563c0ed2a33c7d4355)) |
| 23 | +* **core:** Added `:Patterns` user command ([534aa6e](https://github.com/OXY2DEV/patterns.nvim/commit/534aa6e0c2fddce7bdef210e69d251ca5ca282e2)) |
| 24 | +* **core:** Regex support ([42ed2d6](https://github.com/OXY2DEV/patterns.nvim/commit/42ed2d66dc6e0e928d87e6302b5908722f106a23)) |
| 25 | +* **explain:** Added apply change keymap for the explainer ([5a66d0d](https://github.com/OXY2DEV/patterns.nvim/commit/5a66d0d5b45342eaed1b08e7f9124aa6684f7242)) |
| 26 | +* **explain:** New explain command! ([c8354c5](https://github.com/OXY2DEV/patterns.nvim/commit/c8354c533058395a9ef20b6232178b1ae15b8b18)) |
| 27 | +* **renderer:** Added render clear function ([861941f](https://github.com/OXY2DEV/patterns.nvim/commit/861941f7436cb1e03eabf55df3adddf9fc4ed600)) |
| 28 | +* **renderer:** Renderer now returns the line number of the curren't nodes preview ([516286a](https://github.com/OXY2DEV/patterns.nvim/commit/516286a807b631c43136b606c47c095dd5dc98e5)) |
| 29 | + |
| 30 | + |
| 31 | +### Bug Fixes |
| 32 | + |
| 33 | +* **core:** Fixed indentation markers overlap issues ([39ebd80](https://github.com/OXY2DEV/patterns.nvim/commit/39ebd80d6556611e5962c7640896795f74545ed9)) |
| 34 | +* **core:** Moved hover function to a separate file ([0d97df5](https://github.com/OXY2DEV/patterns.nvim/commit/0d97df590f254e1dc84bd80d30dae6e60ed053b1)) |
| 35 | +* **explain:** Added check for valid pattern for lua patterns ([5a66d0d](https://github.com/OXY2DEV/patterns.nvim/commit/5a66d0d5b45342eaed1b08e7f9124aa6684f7242)) |
| 36 | +* **explain:** Fixed ranges for the explainer ([5a66d0d](https://github.com/OXY2DEV/patterns.nvim/commit/5a66d0d5b45342eaed1b08e7f9124aa6684f7242)) |
| 37 | +* **explain:** Various improvemen ts to the explianer ([93e3c51](https://github.com/OXY2DEV/patterns.nvim/commit/93e3c5144007a35bd7fbf349e9cbe86a3490dea7)) |
| 38 | +* **hover:** Added keymap support for hover ([2e10371](https://github.com/OXY2DEV/patterns.nvim/commit/2e10371035a0cb36d9615b030a65c8355bee6acd)) |
| 39 | +* **hover:** fixed incorrect current node for hover ([10f23a5](https://github.com/OXY2DEV/patterns.nvim/commit/10f23a5540c5c60dc1b8b094e3f0a066a87a961e)) |
| 40 | +* **hover:** fixed typos ([063b165](https://github.com/OXY2DEV/patterns.nvim/commit/063b16515389b5634fbdf00e23040c91100d548e)) |
| 41 | +* **lua_patterns:** Updated node names for lua patterns ([3f76ca8](https://github.com/OXY2DEV/patterns.nvim/commit/3f76ca8c420d6933075fa46338ee44ab3f9dd5ae)) |
| 42 | +* **parser-lua_patterns:** Texts are no longer wrapped in `vim.inspect()`. ([430f94d](https://github.com/OXY2DEV/patterns.nvim/commit/430f94d3b2fd6be2f56f79d79f84eb5b93bbaf2e)) |
| 43 | +* **regex:** Added missing tips for regex ([cc17539](https://github.com/OXY2DEV/patterns.nvim/commit/cc175391efeaf5650ec8b7b8f5307ccef6e7357f)) |
| 44 | +* **renderer-regex:** More parity changes ([0fc51f3](https://github.com/OXY2DEV/patterns.nvim/commit/0fc51f3eee32f70b63f5a9f0ec3cf64976c875d7)) |
| 45 | +* **renderer-regex:** Parity changes for the regex renderer ([25f5909](https://github.com/OXY2DEV/patterns.nvim/commit/25f590917a04cf38160ac6058438d466844f7b56)) |
| 46 | +* **spec:** Fixed text for various regex node types ([c7a84b6](https://github.com/OXY2DEV/patterns.nvim/commit/c7a84b68d40dca5b284ada2edf0762c6e3a32551)) |
| 47 | +* **spec:** Moved core parts of the configuration outside ([bd74a30](https://github.com/OXY2DEV/patterns.nvim/commit/bd74a30f8f565d7f7a7adfe48366a8a348de0516)) |
| 48 | + |
| 49 | + |
| 50 | +### Miscellaneous Chores |
| 51 | + |
| 52 | +* Cleaned up main file ([00e6be4](https://github.com/OXY2DEV/patterns.nvim/commit/00e6be4bd7e4993aae8aae7c5aca6aa5e4f9810b)) |
| 53 | + |
| 54 | + |
| 55 | +### Code Refactoring |
| 56 | + |
| 57 | +* **core:** Initial commit ([9f651d2](https://github.com/OXY2DEV/patterns.nvim/commit/9f651d2ed5b5bafefd6c5524f5009f89e9b34b5c)) |
0 commit comments