Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 1.44 KB

Unreleased

v2.3.1 (2024-09-19)

  • Fix a number of cases where a valid map such as {"Ref":,,,} passed to a function resulted in an error. These functions could only accept strings, keywords, and symbols. This has been fixed so that they now accept any valid form.

v2.3.0 (2024-04-12)

v2.2.0 (2024-04-11)

  • Update to clojure 1.11.2.
  • Add AWS::LanguageExtensions functions: for-each, length, and to-json-string. Add optional default-value positional arg to find-in-map.
  • Add docstrings for many more functions and vars.

v2.1.0 (2023-08-05)

  • Update find-in-map, get-att, and get-azs to turn keywords and symbols into strings.

v2.0.0 (2023-07-14)

  • (breaking) Remove import-from-json, but add it to the README.
  • (breaking) Remove write-template.
  • Remove dependency on cheshire.

1.1.0 (2022-09-12)

  • Update to clojure 1.11.1 and cheshire 5.10.1
  • Add Nix and direnv files for development environment
  • Add cidr, fn-and, fn-or, get-azs, select, and transform functions
  • Add prefixed-outputs and cloudfront-hosted-zone-id

0.1.0 (2021-05-09)

  • First numbered release