Skip to content

Latest commit

 

History

History
42 lines (42 loc) · 1.74 KB

CHANGES.md

File metadata and controls

42 lines (42 loc) · 1.74 KB

CHANGES in CLJStron

19 Dec 2017

  • Change README to link on various docs files.

18 Dec 2017

  • Replace (inline "...") in generation of file

12 Dec 2017

  • config.cljs improve loop-fn to accept key change of maps in body.
  • config.cljs manage passing loop state across eval functions.
  • config.cljs modify change- and update- functions to eval- as we are unmutable.
  • config.cljs function (merge {}, #{} or [])

27 Nov 2017

  • config.cljs (symbol) concatenates strings into a symbol

24 Nov 2017

  • Manage Lein's project.clj, phase one.

22 Nov 2017

  • Released 0.0.5-alpha

21 Nov 2017

  • Start managing leiningen's project.clj.
  • manage non-electron end of process.
  • Supress plug.cljs.
  • Aborted, bad idea: Start opening electron from node code as a thread.
  • app.cljs -> config.cljs
  • Added TODO.md.
  • Added commands run, help, generate. No command -> run.
  • main.cljs manages arguments: {command {args*}}.
  • Suppress generate.cljs.
  • Corrected a double opening of main window.
  • Refactoring done, ok for shadow-cljs.edn.

8 Nov 2017

  • Refactoring of app.cljs.

5 Nov 2017

  • generate.js create package.json and shadow-cljs.edn.
  • added and tested function (:loop) and (:symbol).
  • Added a level keyword to clean all sets at the end of app data transformation.
  • Suppress traces.
  • adding bin for generate.

4 Nov 2017

  • Added this file.
  • Added app.edn and app.org.edn.
  • Testing cljstron/main/app.cljs.
  • Change main to open a base window w/o plug.
  • Adapt README.md to new version, especially File structure.