-
Notifications
You must be signed in to change notification settings - Fork 19
/
Changes
23 lines (17 loc) · 824 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for Template-Mustache
{{$NEXT}}
1.2.3 2021-03-19T02:00:29-04:00
- Fix {{.}} lookup in scalar sections
- Update spec tests with upstream changes
1.2.2 2020-07-24T23:53:15-04:00
- Add :pragma<KEEP-UNUSED-VARIABLES> feature
- Fix logging feature compatibility with rakudo-2019.11.01
1.2.1 2020-07-17T01:40:07-04:00
- Add Template::Mustache::Logger class to control logging detail
- Prefer `:log-level<Warn>` instead of `:warn` option for `.render`
- The source repository is now called raku-Template-Mustache
1.2.0 2020-07-15T23:33:07-04:00
- Cache everything, including files, partials and lambdas
- Template inheritance: Partials that can override values from parent
1.1.4 2020-05-06T17:49:36-04:00
- Initial CPAN version, see source repository for history