Liking cljdoc? Tell your friends :D

0.7.4 (2020-02-07)

compare

  • Fix source maps
  • Always remove .main.css part from source-map names (#16)

0.7.3 (2020-02-07)

compare

  • Fix :source-paths not being passed to compile function, so files from another source-paths folder couldn't be imported. (#18)

0.7.2 (2019-10-03)

compare

  • Fix CLI option defaults overriding config file options

0.7.1 (2019-08-28)

compare

  • Fix the Integrant namespace (#30)

0.7.0 (2019-08-20)

compare

  • Breaking:
    • Requires Clojure 1.9 (for spec)
    • Separate lein-less4j and boot-less packages have been discontinued, and both are now packaged into less4clj.
    • Lein plugin is renamed less4clj for consistency, less4j name is no longer used in anywhere.
  • Less4clj now contains main namespace for clj use
  • Less4clj new has less4clj.api namespace with easy to use start and stop functions
  • Add Integrant namespace less4clj.integrant namespace
  • Add Component namespace less4clj.component namespace
  • Use Hawk for watching for file changes, this should work better on OS X
  • Add inputs option which can be used to select main files

0.6.2 (27.1.2017)

compare

  • Fixed a bad macro in Leiningen plugin which broke less4clj with Clojure 1.9-alpha14 (#11)

0.6.1 (1.1.2017)

compare

0.6.0 (18.10.2016)

compare

  • Handle URL normalization and joining in hopefully more robust way (fixes #8)
  • Run tests on Windows CI
  • Fixed Webjars import on Windows
  • Update less4j
  • Fix logging errors with "%"

0.5.0 (24.12.2015)

compare

  • Synchronized versions between all packages
  • Boot and Lein packages are now maintained in less4clj repository

0.4.1 (23.12.2015)

  • Drop dependency on slf4j no-op implementation

0.4.0 (23.12.2015)

  • Updated less4j to 1.15.4
  • Uses webjars-locator for finding Webjar assets
  • Added support for inline javascript through less4j-javascript
    • Enable using :inline-javascript option

0.3.3 (31.8.2015)

  • Add :verbosity option to less-compile

0.3.2 (16.8.2015)

  • Update less4j to 1.14.0

0.3.1 (13.6.2015)

  • Fix

0.3.0 (13.6.2015)

  • Update less4j to 1.12.0
  • BREAKING CHANGE: less-compile now returns a map with resulting css and source-map as strings
  • less-compile-to-file creates output files
  • less-compile input can be either a File or String (used as Less source)

0.2.1 (21.3.2015)

  • Fixed error logging for non boot use

0.2.0 (3.3.2015)

  • Replaced WebjarsAsset locator with a simple clojure implementation
    • Might be missing some stuff but I have tested this to work with Boostrap
    • Doesn't require java logging lib
  • Updated to less4j 1.9.0

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close