Skip to content

Commit bbefb99

Browse files
committed
Extend a bit the history page
1 parent cd351f7 commit bbefb99

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/modules/ROOT/pages/about/history.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Fortunately Tim King picked it back up, and it quickly became a respectable comp
1818
The project evolved at rapid pace and eventually superseded SLIME in August 2012.footnote:[https://technomancy.us/163]
1919
Unfortunately in early 2013 Tim ran out of time for `nrepl.el` and after a period of stagnation, eventually handed it over to Bozhidar, who has been the steward
2020
ever since. Bozhidar renamed `nrepl.el` to CIDER in version 0.3 to avoid the common case of confusion between
21-
the nREPL server and the nrepl package for Emacs.footnote:[https://github.com/clojure-emacs/cider/issues/375]
21+
the nREPL server and the `nrepl` package for Emacs.footnote:[https://github.com/clojure-emacs/cider/issues/375]
2222

2323
Eventually CIDER became one of the most popular development environments in the Clojure community and it spawned many
2424
important projects like `cider-nrepl`, `cljs-tooling` and `orchard`, that were widely used by other development tools.
@@ -35,5 +35,12 @@ that serves as inspiration for many others.
3535
* Summer 2013 - Bozhidar takes over the maintenance of `nrepl.el`.
3636
* 08 Aug 2013 - First release (0.1.8) under Bozhidar's stewardship.
3737
* 28 Oct 2013 - Bozhidar renames nrepl.el to CIDER and releases version 0.3.
38+
* 05 Aug 2014 - CIDER 0.7 leverages `cider-nrepl` for most of its functionality.
39+
* 16 Jun 2015 - CIDER 0.9 introduces its interactive debugger.
40+
* 03 Mar 2016 - CIDER 0.11 starts auto-injecting its dependencies on `cider-jack-in`.
41+
* 02 Sep 2018 - CIDER 0.18 introduces new connection management based on `sesman`.
42+
* Spring 2018 - Bozhidar assumes the maintenance of nREPL.
43+
* 04 May 2018 - Orchard 0.1 is released.
44+
* 19 Feb 2019 - CIDER 0.21 becomes the first editor to support nREPL 0.6 streamed values and improved pretty-printing.
3845

3946
To be continued...

0 commit comments

Comments
 (0)