Skip to content

Commit 040bbbc

Browse files
committed
v1.0.0
1 parent d8a2766 commit 040bbbc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
## 1.0.0 - 2016-08-13
2+
* First Semantic Versioning Major Release :)
3+
* Fast-forward to parinfer.js v1.8.0. Thanks [Kurvivor19]!
4+
* adds `previewCursorScope` and `tabStops` functionality
5+
* Update the API to be simpler and closer to parinfer.js
6+
* Updated test files and more thorough testing harness
7+
18
## 0.2.0 - 2016-02-07
29
* Some code cleanup
310

411
## 0.1.0 - 2016-02-06 - First Release
512
* Initial release! [Parinfer] is now usable from Emacs :)
613

714
[Parinfer]:http://shaunlebron.github.io/parinfer/
15+
[Kurvivor19]:https://github.com/Kurvivor19

parinferlib.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;;; parinferlib.el --- a Parinfer implementation in Emacs Lisp
2-
;; v1.0.0+DEV
2+
;; v1.0.0
33
;; https://github.com/oakmac/parinfer-elisp
44
;;
55
;; More information about Parinfer can be found here:

0 commit comments

Comments
 (0)