This is a minor feature release.
Features: * add a parser for period strings (7d, 12h, etc) into Joda Periods * fix file connection leaks in the functions 'lines' and 'ini-to-map'
This is a minor feature release.
Features:
assoc-if-new
macro, which associates a map key to a value only if
the key does not already exist in the map.deref-swap!
function, which behaves like deref but returns the old
value instead of the new one.rand-str
function, for generating random strings from various
character sets.Maintenance:
The 2.1.1 release was burned and folded into 2.2.0.
This is a minor feature release.
Features:
open-port-num
function, which returns a currently open port. Tests
that bind services to ports can use this to guard against chance port
collisions.This is a bugfix release which contains one backward incompatible change.
Bug fix:
:kind
and :msg
in place of :type
and :message
, respectively.This is a minor feature release, which also includes some bugfixes and maintenance work.
Features:
uuid?
predicate function for determining whether a string is a valid UUID.Bug fixes:
with-additional-classpath-entries
wherein it's pre/post-conditions were
not handling arguments properly.Maintenance:
* Reduce use of reflection
* Remove unused plugins and jenkins scripts
* Switch to lein-parent
for managing dependency versions
This is a maintenance release.
This is a maintenance / minor feature release.
raynes.fs
to reduce downstream dependency conflicts.absolute-path
fn to replace the one that was removed from raynes.fsnormalized-path
fn to replace the one that was removed from raynes.fstemp-file-name
function, which returns a unique name to a temporary file,
but does not actually create the file.with-timeout
macro, which returns a default value if executing an
arbitrary block of code takes longer than a specified timeout.walk-leaves
function for applying a function to all of the leaf
nodes of a mapzipper?
predicate which can be used to assert that an object
is a clojure zipper.while-let
macrorand-weighted-selection
functionto-sentence
variant of string joinmkdirs!
to allow string as path arg (7097bb3)dissoc-in
function, for removing data from nested maps.to-bool
function, which provides a more tolerant way to coerce
data to booleanswith-no-jvm-shutdown-hooks
macro for running a block of code without any JVM shutdown hooks.