Liking cljdoc? Tell your friends :D

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Table of Contents

1.2.2 - 2024-03-10

  • Changed
    • Bumped org.clojure/clojure to 1.11.2. Note: Addressing CVE-2024-22871 / GHSA-vr64-r9qj-h27f requires consumers to upgrade to this version.

1.2.1 - 2023-02-12

  • Fixed
    • cljdoc configuration error that prevented docs from being generated.

1.2.0 - 2023-02-12

  • Added
    • A compatibility namespace to make it easier to use libraries that use functions that were added to Clojure in later versions.
    • An update-vals function that was added to Clojure in version 1.11.
    • An update-keys function that was added to Clojure in version 1.11.
    • A function concatv that concatenates into a vector, realizing the lazy results of concat.
    • A function filter-by-values that filters a map by values.
    • A function filter-by-keys that filters a map by keys.
    • A function remove-by-values that removes from a map by values.
    • A function remove-by-keys that removes from a map by keys.
    • A function not-blank? that checks if a string is not blank.
  • Fixed
    • CHANGELOG management is now handled by sealog.

1.1.0 - 2022-11-14

  • Added
    • A string function for creating slugs named ->slug.

1.0.1 - 2022-10-06

  • Fixed
    • Automated deployment/version tagging.

1.0.0 - 2022-10-06

  • Added
    • A multi-binding form of when-let called when-let+.
    • A test-utility form of clojure.spec.alpha/valid? called test-valid?.
    • A string "equality" algorithm for similar strings named same-text?.
    • A substring "equality" algorithm for similar strings named includes?.
    • A variadic string casing function named ->sporadic-case.
    • A variadic string casing function named ->spongebob-case.

Source

This changelog was generated by sealog. Please do not edit it directly. Instead, edit the source data files and regenerate this file.

Can you improve this documentation? These fine people already did:
Nick A Nichols & Nick Nichols
Edit on GitHub

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

× close