0.9.1 (2020-07-27)
Fixed bugs:
- Use compression for websockets once ERL-494 is solved #11
Closed issues:
- Make REPL vars like *1 available #65
Merged pull requests:
- [#11] Enable compression for websockets #67 (jfacorro)
- [#65] Make REPL vars available #66 (jfacorro)
0.9.0 (2020-07-27)
Closed issues:
- Web page opens print dialog on iOS #58
Merged pull requests:
0.8.0 (2020-03-23)
Merged pull requests:
0.7.0 (2019-07-29)
Merged pull requests:
0.6.0 (2019-06-19)
Merged pull requests:
0.5.5 (2018-09-03)
Implemented enhancements:
- Console doesn't work on mobile #53
Merged pull requests:
0.5.4 (2018-06-03)
Merged pull requests:
0.5.3 (2018-06-03)
Fixed bugs:
- Background image does not fill screen on mobile #55
Merged pull requests:
0.5.2 (2018-05-20)
Merged pull requests:
0.5.1 (2018-03-08)
0.5.0 (2017-12-25)
Implemented enhancements:
- Support for adding tutorials to guide visitors on what can be done with Clojerl #50
Merged pull requests:
- [#50] Acknowledge and add license from Raynes/tryclojure #52 (jfacorro)
- [Closes #50] Tutorials #51 (jfacorro)
0.4.2 (2017-12-19)
Implemented enhancements:
- Printing with io/format doesn't end up in the REPL #48
Merged pull requests:
0.4.1 (2017-12-02)
Implemented enhancements:
- Create a new namespace for each connection #46
Fixed bugs:
- clje.user doesn't have clojure.repl required #44
Merged pull requests:
- [Closes #46] Create a new ns per connection #47 (jfacorro)
- [Closes #44] Require the standard namespaces in clje.user #45 (jfacorro)
- Remove .e suffix #43 (jfacorro)
0.4.0 (2017-11-08)
Implemented enhancements:
Merged pull requests:
0.3.1 (2017-10-27)
Closed issues:
- Google analytics #37
Merged pull requests:
0.3.0 (2017-10-25)
0.2.1 (2017-10-21)
Implemented enhancements:
- Pretty print stacktrace #5
Fixed bugs:
- Only open connection if there is a terminal #36
Closed issues:
- Wrap lines around and fix terminal width #35
0.2.0 (2017-10-20)
Fixed bugs:
Closed issues:
- Scripts to starts and stop docker container #32
- Add an About page #30
- Log when clients connect and disconnect #28
Merged pull requests:
- Show count of connected clients #34 (jfacorro)
- [Closes #32] Add scripts #33 (jfacorro)
- [Closes #30] Add about page #31 (jfacorro)
- [Closes #28] Add logging when REPL process starts and terminates #29 (jfacorro)
0.1.2 (2017-10-16)
Merged pull requests:
0.1.1 (2017-10-14)
Implemented enhancements:
- Don't run the service as root in the docker container #22
Merged pull requests:
0.1.0 (2017-10-12)
Implemented enhancements:
- Update README.md #17
Fixed bugs:
- Use ns instead of in-ns when starting a new session #10
- #terminal div goes off-screen when there are too many lines #9
- Gracefully handle the closing of the websocket #7
- Show output to stdout #4
Closed issues:
- Improve general page layout #8
Merged pull requests:
- Implement terminal with jquery.console. #21 (jfacorro)
- [#8] Add footer #20 (jfacorro)
- [#8] Update layout #19 (jfacorro)
- [Closes #17] Add instructions for building and starting the web application #18 (jfacorro)
- [#8] Add background image, increase font size and make the caret transparent instead of black when it's blinking #16 (jfacorro)
- [Closes #9] Limit the size of the terminal #14 (jfacorro)
- [Closes #7] Client handle websocket closing #13 (jfacorro)
- [Closes #4] Provide output from stdout and stderr #12 (jfacorro)
- Dockerfile #3 (jfacorro)
- Send and receive JSON #2 (jfacorro)
- WebSocket client-server connection #1 (jfacorro)
* This Changelog was automatically generated by github_changelog_generator