Skip to content

Releases: oakes/Paravim

0.18.7

06 Aug 09:41
Compare
Choose a tag to compare

This release updates more dependencies.

0.18.6

09 Jul 11:24
Compare
Choose a tag to compare

This release updates a few deps: play-cljc, core.async, and clojure.

0.18.5

21 Sep 06:34
Compare
Choose a tag to compare

This release adds specs for all the odoyle attributes, so projects that use paravim can instrument spec without getting the "spec not found" error.

0.18.4

14 Sep 10:52
Compare
Choose a tag to compare

This release makes the minimap only update when it needs to, rather than every frame. Not sure why i didn't make it work that way from the start.

0.18.3

13 Sep 18:53
Compare
Choose a tag to compare

This release fixes a parinfer bug that occurred sometimes when an end delimiter immediately followed a multiline string.

0.18.2

29 Aug 15:26
Compare
Choose a tag to compare

This release bumps a few deps (odoyle rules and play-cljc).

0.18.0

14 Aug 19:31
Compare
Choose a tag to compare

This release updates libvim, which adds a bunch of bug fixes to it.

0.17.1

08 Aug 22:01
Compare
Choose a tag to compare

This release bumps odoyle and adds a few small fixes.

0.17.0

27 Jul 22:29
Compare
Choose a tag to compare

This release includes a big rewrite to make paravim use o'doyle rules to store its state, rather than clara rules. There should be no difference in functionality...unless a bug slipped through. This change really improved the codebase and gave me another chance to test o'doyle on a real project. This also means you must now use o'doyle in your init files if you want to customize paravim.

0.16.2

13 Jul 15:41
Compare
Choose a tag to compare

This release updates play-cljc and core.async.