Path to this page:
Subject: CVS commit: pkgsrc/devel/mustach
From: Sijmen J. Mulder
Date: 2024-07-12 20:49:04
Message id: 20240712184904.D8CAFFC74@cvs.NetBSD.org
Log Message:
devel/mustach: Update to 1.2.9
1.2.9 (2024-06-04)
------------------
Change:
- meson.build updated
1.2.8 (2024-04-16)
------------------
New:
- test scripts now return failing status
- explicit version of mustache specs for test (#49)
- handling of CR (iOS) and CRLF (windows) end of line styles
Change:
- License of use is now Zero-Clause BSD
Fix:
- improved management and detection of valgrind (#56, #57)
- Headers without implicit dependency
1.2.7 (2024-03-21)
------------------
New:
- fallback to default when mustach_wrap_get_partial
returns MUSTACH_ERROR_PARTIAL_NOT_FOUND
- remove at compile time the load of files for templates
if MUSTACH_LOAD_TEMPLATE is defined as 0
- add compile time flag MUSTACH_SAFE for enforcing
safety behaviours
Fix:
- selection of subitem by index (#47)
- get latest iterated key when getting key name (#52)
- allow tests without valgrind
- avoid recursive template expansion (#55)
Files: