Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Releases: oakes/Nightlight

2.4.0

19 Jan 23:44

Choose a tag to compare

This release improves the editor for clojure files quite a bit, including better highlighting behavior for tagged literals (like #js {:a 1}) and regex literals. It also allows you to set the initial namespace for the REPL -- for lein projects it uses the :main ns from your project.clj, and for boot projects you need to give the :main to the boot task.

2.3.2

01 Jul 23:54

Choose a tag to compare

Previously, if you opened nightlight in Edge I would just show a message saying it wasn't supported. I did a lot of work today to at least make it somewhat usable. There are still a few problems, including bad behavior when you hit enter, but it is at least better than before.

2.3.1

01 Jul 22:52

Choose a tag to compare

Improve Edge support

2.3.0

17 Jun 00:50

Choose a tag to compare

I had to revert all the recent changes (including the resizable sidebar) due to various unresolved styling problems that I have since discovered. I don't have the time to investigate them right now so I'll have to revisit the sidebar resizing feature later when I can do a better quality job on it.

2.2.5

16 Jun 00:30

Choose a tag to compare

This release fixes a recently introduced bug that made the line numbers and instaREPL stay fixed on the page even when you scrolled. It was a dumb oversight on my part, my bad...

2.2.4

15 Jun 23:59

Choose a tag to compare

Fix scrolling issue

2.2.3

15 Jun 21:00

Choose a tag to compare

This release updates clojurescript and sets a maximum sidebar width.

2.2.2

09 Jun 16:38

Choose a tag to compare

This release allows you to resize the sidebar. Thank you to Github user roman01la for the PR! I also updated Nightcoders.net to also have this feature.

2.1.8

19 Apr 01:41

Choose a tag to compare

This release updates codemirror (the editor for non-Clojure files) and makes text wrap in md and txt files. It also includes a library that allows it to run on Java 9 without having to explicitly add java.xml.bind.

2.1.7

10 Apr 01:14

Choose a tag to compare

This release improves the instaREPL. It can now evaluate forms that have reader conditionals -- previously it would show an error. It also truncates results that are really long...I learned the hard way that a long enough result could freeze your browser tab.