Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

[0.4.0] - Upcoming

[0.3.0] - 2020-10-23

Added

  • #25: Add support for a container wait stategy
  • #35: Add support for docker version 2.4.0 - upgrading testcontainers-java version
  • #27: Add support for accessing container logs
  • #38: Add type hints to silence reflection warnings
  • #33: Add more options to the HTTP wait strategy
  • #28: Link to the java lib
  • #23: Configure clojure.spec, spec out a few functions
  • #24: cljstyle redux, with pre-commit hook
  • #21: Install and configure cljstyle

Changed

  • #29: init-network should be called create-network!

[0.2.0] - 2020-08-05

Added

  • #2: Enable configuration of networking
  • #8: Improve Documentation for cljdoc
  • #15: Add a way to create an Image from a Dockerfile
  • #17: Enable the library to use predefined Containers
  • #18: Reuse more code between create, init and create-from-dockerfile
  • #19: Add Code of Conduct

Changed

  • #9: using :keys [......]
  • #13: Update Git Configuration
  • #20: Release Milestone 0.2.0

[0.1.0] - 2020-06-06

Added

  • #1: Enable minimal GenericContainer usage - Set up a test pipeline
  • #3: Enable configuration of volumes
  • #4: Set up a test pipeline
  • #5: Set up clojars deployment
  • #6: Enable command execution in a running container
  • #7: Switch from Boot to Leiningen

Can you improve this documentation? These fine people already did:
Tim Zöller & Dana Borinski
Edit on GitHub

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

× close