]> git.r.bdr.sh - rbdr/dotfiles/blame - atom/packages/vim-surround/CHANGELOG.md
Adds atom
[rbdr/dotfiles] / atom / packages / vim-surround / CHANGELOG.md
CommitLineData
24c7594d
BB
1## 0.7.1
2* Propagate README changes.
3
4## 0.7.0
5* Change surround and delete surround implemented. Thanks to @shemerey :D !
6
7## 0.6.1
8* Fixed keymap -> keymaps change. [vim-surround #19](https://github.com/gepoch/vim-surround/issues/19)
9
10## 0.6.0
11* Upgraded to new config schema. General restructuring.
12
13## 0.5.1
14* Handle undefined values in config.
15
16## 0.5.0
17* Configurable surround key to support muscle memory in response to [vim-surround #12](https://github.com/gepoch/vim-surround/issues/12)
18
19## 0.4.3
20* Fixed bug [vim-surround #13](https://github.com/gepoch/vim-surround/issues/13)
21
22
23## 0.4.2
24* Fixed bug [vim-surround #11](https://github.com/gepoch/vim-surround/issues/11)
25* Readme updates.
26
27## 0.4.1
28* Renamed the dynamic keybindings to match the package name.
29* Added some tests.
30* Poked the README.
31
32## 0.4.0
33* Multiple cursor support.
34
35## 0.3.0
36* Updated for Atom API v1.0.0 changes.
37
38## 0.2.3
39* Fixed bug: [vim-surround #5](https://github.com/gepoch/vim-surround/issues/5)
40
41## 0.2.0 - Activation and Keybindings Improved.
42* Keybindings are now dynamically generated from the configured pairs. No more
43 user keybindings changes necessary!
44* Activation is now on atom boot since keybindings are now dynamic and
45 impossible to predict for the purposes of activation events.
46* Fixed bug where surround action did not exit visual mode.
47
48## 0.1.0 - First Release
49* Every feature added
50* Every bug fixed