Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

29 lines (29 loc) · 1.1 KB

Changelog

  • Release 0.1.0-beta5 on 23 Nov 2014
    • Updated supported clojurescript version to lastest
    • Added :env to :case-node
    • Started using the new tools.analyzer pass infrastructure
  • Release 0.1.0-beta4 on 05 Sep 2014
    • Added cljs-env->env
    • Preserve metadata on 'ns
  • Release 0.1.0-beta3 on 11 Aug 2014
    • Added :passes-opts to analyze
    • Add :js-var node instead of desugaring js interop symbol syntax into js* + field access
  • Release 0.1.0-beta2 on 10 Aug 2014
    • Fixed emit-form
    • Throw on :maybe-host-form
    • Type literals are :var with :type true
    • Imports are :js-var
    • Resolve clojure.core symbols in the cljs.core ns
    • Fixed case* assertion
    • Don't throw when the symbol has :analyzer/allow-undefined metadata
  • Release 0.1.0-beta1 on 09 Aug 2014
    • Ensure cljs.core and cljs.user are setup automatically loading the lib
    • Cache cljs env
    • Update to cljs 0.0-2307
  • Release 0.1.0-alpha2 on 07 Aug 2014
    • Update to cljs 0.0-2301
    • Add suppoort for foo.bar syntax for vars/locals
  • Release 0.1.0-alpha1 on 30 Jul 2014
    • First alpha release