All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- #36 Fix misuse of
with-open
0.2.1 - 2022-11-17
- #17 Allow non-map values as top-level data for spec testing
0.2.0 - 2022-04-18
- #14
pogonos.reader/blank-trailing?
now returns a falsy value when the reader reaches the end of the input source
- #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
- #1 Fix
VerifyError
on some environments- This change removed the
java.io.Closeable
implementation from Pogonos readers. Users need to usepogonos.protocols/IReader#close()
instead.
- This change removed the
- #2 Fix shadow-cljs warnings that complain about marker protocol
- This change replaced the
Invisible
protocol with a new one:IVisibility
- This change replaced the
0.1.0 - 2020-06-18
- First release