Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 2.03 KB

Change Log

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

Fixed

  • #36 Fix misuse of with-open

0.2.1 - 2022-11-17

Added

  • #20 Babashka support
  • #24 Support for dynamic partials
  • #26 Add pgns command

Fixed

  • #17 Allow non-map values as top-level data for spec testing

0.2.0 - 2022-04-18

Added

  • #6 New API to check template syntax
  • #10 API for use as -X program or -T CLI tool

Changed

  • #14 pogonos.reader/blank-trailing? now returns a falsy value when the reader reaches the end of the input source

Fixed

  • #9 Detailed error messages won't be shown if line has no trailing line break
  • #15 Fix incomplete error messages for comment tags

0.1.1 - 2020-08-20

Changed

  • #1 Fix VerifyError on some environments
    • This change removed the java.io.Closeable implementation from Pogonos readers. Users need to use pogonos.protocols/IReader#close() instead.
  • #2 Fix shadow-cljs warnings that complain about marker protocol
    • This change replaced the Invisible protocol with a new one: IVisibility

0.1.0 - 2020-06-18

  • First release