-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
34 lines (27 loc) · 955 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- A 'Var' builtin for reading command-line variables.
- A 'Year' builtin to return the current year.
- Support for hard and symbolic links.
### Changed
- Template files are now resolved relative to the input source file
### Removed
- Support for whitespace padding around variable names.
- File and Dir types are now package internal.
# [Releases]
## [1.1.0] - 2022-07-18
### Added
- Support for template execution in files.
- Support for defining template funcs via 'Option' type.
- A 'User' builtin.
- A 'Now' builtin.
- A 'FileContents' builtin.
- A 'FileExists' builtin.
## [1.0.0] - 2022-07-15
### Added
- First version of the language.
- Github pages documentation.