Skip to content

Latest commit

 

History

History
268 lines (147 loc) · 12 KB

CHANGELOG.md

File metadata and controls

268 lines (147 loc) · 12 KB

Changelog

0.9.1 (2020-07-27)

Full Changelog

Fixed bugs:

  • Use compression for websockets once ERL-494 is solved #11

Closed issues:

  • Make REPL vars like *1 available #65

Merged pull requests:

0.9.0 (2020-07-27)

Full Changelog

Closed issues:

  • Web page opens print dialog on iOS #58

Merged pull requests:

0.8.0 (2020-03-23)

Full Changelog

Merged pull requests:

0.7.0 (2019-07-29)

Full Changelog

Merged pull requests:

0.6.0 (2019-06-19)

Full Changelog

Merged pull requests:

0.5.5 (2018-09-03)

Full Changelog

Implemented enhancements:

  • Console doesn't work on mobile #53

Merged pull requests:

0.5.4 (2018-06-03)

Full Changelog

Merged pull requests:

  • [Closes #53] Support for mobile browsers #57 (jfacorro)

0.5.3 (2018-06-03)

Full Changelog

Fixed bugs:

  • Background image does not fill screen on mobile #55

Merged pull requests:

  • [Closes #55] Apply background to html element #56 (jfacorro)

0.5.2 (2018-05-20)

Full Changelog

Merged pull requests:

  • Latest clojerl version build fails to start #54 (jfacorro)

0.5.1 (2018-03-08)

Full Changelog

0.5.0 (2017-12-25)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • Printing with io/format doesn't end up in the REPL #48

Merged pull requests:

  • [Closes #48] io/format output not showing #49 (jfacorro)

0.4.1 (2017-12-02)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • Log commands sent #41
  • Build docker for CentOS VM #39

Merged pull requests:

0.3.1 (2017-10-27)

Full Changelog

Closed issues:

  • Google analytics #37

Merged pull requests:

0.3.0 (2017-10-25)

Full Changelog

0.2.1 (2017-10-21)

Full Changelog

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)

Full Changelog

Fixed bugs:

  • Blinking cursor disappears when moving #26
  • Only the first form is read and eval'ed #15

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:

0.1.2 (2017-10-16)

Full Changelog

Merged pull requests:

0.1.1 (2017-10-14)

Full Changelog

Implemented enhancements:

  • Don't run the service as root in the docker container #22

Merged pull requests:

0.1.0 (2017-10-12)

Full Changelog

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