- add live-reload!andlive-view!functions for figwheel like coding experience
- greatly improved embed performance via vega-embed update
- improve documentation on start-plot-server!by properly cloning var
- nil port to view!handled more elegantly
- fix oz logo in exported html
- dependency updates which seem to fix figwheel compatibility
- moved delay after starting server from specific setup step on view! to start-plot-server! to avoid vizs not showing up in scripts
- update js libs:
- cljsjs/vega -> "5.3.1-0"
- cljsjs/vega-lite -> "3.0.0-rc16-0"
- cljsjs/vega-tooltip -> "0.16.0-0"
- cljsjs/vega-embed -> "4.0.0-rc1-0"
 
- fix Java version errors with IClojure
- documentation improvements
- documentation improvements
- namespace resources/public as resources/oz/public to avoid resource clashes with Clojure CLI class path resolution
- documentation improvements
- add preliminary oz.core/export!functionality (live vega output in html file)
- Jupyter notebook integration via clojupyter & iclojure kernels
- add oz.core/readfunction, which parses markdown with a notation for embedding vega(lite) visualizations
- fix bad default home path for osx github cred file
- improved styling
- fixed gist publishing by adding authorization
- deprecate publish-plot!in favor of more generalpublish!, which loads via http://ozviz.io for hiccup forms
- split reagent api from main app namespace to avoid bugs using oz as a reagent lib
- update aleph to avoid java 9 issues
- call start-plot-server! automatically on v!orview!if it hasn't been already
- update js libs:
- cljsjs/vega -> "4.4.0-0"
- cljsjs/vega-lite -> "3.0.0-rc10-0"
- cljsjs/vega-embed -> "3.26.0-0"
- cljsjs/vega-tooltip -> "0.14.0-0"
 
- update js libs:
- vega 3.0.7 -> 3.2.1
- vega-lite 2.0.0 -> 2.2.0
- vega-tooltip 0.4.4 -> 0.6.1
- vega-embed ? -> 3.1.1
 
- log translated vega-lite -> vega for inspection and debugging
- [:vega {...}]and- [:vega-lite {...}]blocks now accept multiple spec maps, which get merged together on client
- add :widthand:heightopts tov!andpublish-plot!
- bug fix for viz not rendering sometimes
- generalized hiccup support
Initial release; forked vizard and added following features:
- vega support
- simple hiccup composite support