All notable changes to this project will be documented in this file.
This change log follows the conventions of keepachangelog.com.
0.1.5 - 2021-01-03
- Fixed typos in the intro.md doc.
- Fixed issues reported by clj-kondo.
- Updated deps.
- Changed aliases (esp for depstar) and documented in README.
- Updated docstrings and comments.
- Refactored asserts to print better error messages.
- Updated the intro doc to use a smaller example.
opts to the base-plot can override the :mark-type.- Updated copyright year.
- Added tests to check assert errors on bad input.
- If the parameter to
add-data is a string, treat as a URL. - Added
density-transform. - Added
plot-opts to base-plot. - Added
density-opts to density-plot. - Marked non-API functions with
^:private. - Addded a
config function.
0.1.4 - 2020-09-07
- Changed License in pom from Eclipse to MIT. It was always MIT in the
LICENSE file.
- Updated the docstrings to be more informative and mark those
functions that are not part of the API.
- Added an usage example to the docs.
0.1.3 - 2020-08-24
- Improved the facet function to handle a bare faceted field in
addition to the embedded row and column maps.
0.1.2 - 2020-08-17
- Added joinaggregate-transform.
- Added Clojars and Cljdoc badges.
0.1.1 - 2020-08-16
- Moved the logging deps to dev.
- Removed the integrant and aero deps and uses.
- Added a quickstart example to the README.
- First cut, taken from rwri/viz.