Skip to content

Commit 608973b

Browse files
committed
release: 0.1.88
1 parent 0d6a323 commit 608973b

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

Changes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- version: 0.1.88
2+
date: Wed 15 Jan 2025 12:46:13 PM PST
3+
changes:
4+
- refactor: Change all '!yamlscript/v0/' to '!yamlscript/v0:'
5+
- core: Increase max file extension length to 16
6+
- core: Include clojure.java-time in runtime as java-time
7+
- std: Add std/now datetime function
8+
- std: Make std/split call str on input
9+
- core: Fix bug for multiple consecutive map conditionals
10+
- build: Use -march=compatibility to support more cpus
11+
- core: Allow fq function tags like !:a/b
12+
- core: Support chained tag calls !:foo*:bar
13+
- core: Support '!:foo' after '::' as '!:foo:'
14+
- core: Refactor ys.ys internals into yamlscript.externals
15+
- core: Major rework of the 'use' command
16+
- core: Add ql qm qo qv and to-omap to std
17+
- core: Add O and remove P and A in std
18+
- core: Infix add works on functions
19+
- core: Vector * Number -> Vector
20+
- core: Added std/diff (cloure.data/diff)
121
- version: 0.1.87
222
date: Mon 16 Dec 2024 09:18:04 AM PST
323
changes:

perl-alien/Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
---
3+
version: 0.1.88
4+
date: Wed 15 Jan 2025 12:46:13 PM PST
5+
changes:
6+
- libyamlscript 0.1.88
7+
28
---
39
version: 0.1.87
410
date: Mon 16 Dec 2024 09:18:04 AM PST

perl/Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
---
3+
version: 0.1.88
4+
date: Wed 15 Jan 2025 12:46:13 PM PST
5+
changes:
6+
- libyamlscript 0.1.88
7+
28
---
39
version: 0.1.87
410
date: Mon 16 Dec 2024 09:18:04 AM PST

ruby/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.88] - 2025-01-15
2+
3+
- libyamlscript 0.1.88
4+
15
## [0.1.87] - 2024-12-16
26

37
- libyamlscript 0.1.87

0 commit comments

Comments
 (0)