-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog
28 lines (15 loc) · 909 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
haku (0.3.5) unstable; urgency=medium
* Allow hexadecimal number in expressions(including `for` sequence)
-- Vladimir Markelov <[email protected]> Wed, 19 Aug 2020 20:07:32 -0700
haku (0.3.3) unstable; urgency=medium
* New functions to process semantic versions: increment and comparison ones
* Haku detects UTF-8 BOM bytes at the beginning of the script if they present
* New function to extract a substring (returns a part of a string that
matches regular expression pattern)
-- Vladimir Markelov <[email protected]> Thu, 19 Mar 2020 23:54:58 -0700
haku (0.3.2) unstable; urgency=medium
* New function `glob` to get list of files that match a pattern
-- Vladimir Markelov <[email protected]> Thu, 19 Mar 2020 23:54:58 -0700
haku (0.3.1) unstable; urgency=medium
* First public version
-- Vladimir Markelov <[email protected]> Mon, 16 Mar 2020 12:10:19 -0700