-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
44 lines (41 loc) · 1.43 KB
/
Changes
File metadata and controls
44 lines (41 loc) · 1.43 KB
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
35
36
37
38
39
40
41
42
43
44
- version: 0.1.3
date: Tue Jan 27 10:05:53 PM PST 2026
changes:
- Fix for `make release-bindings`
- Revert Clojars group to org.yamlstar
- Fix `make release` step 7 to trigger release builds
- Add Delphi Pascal binding (using FPC)
- Add yamlstar.org website in www/
- version: 0.1.2
date: Tue Jan 27 10:31:13 AM PST 2026
changes:
- Add a release process
- Change npm publishing name to just yamlstar
- Add a Clojure library for YAMLStar
- Add example/clojure
- Add example program for Python
- Add example/go
- Perl release refactor
- Remove SNAPSHOT from shared library name
- Refactor binding Makefiles for Windows
- Update doc/RELEASING.md
- Add a Java binding
- Java Maven Central release process
- Add example/java/
- Makefile work for examples
- Replace group org.yamlstar with com.yaml
- Add interactive make release workflow
- These were all done in 0.1.1 but release process failed
- version: 0.1.1
date: Tue Jan 27 10:16:02 AM PST 2026
changes:
- Release process failed. See 0.1.2
- version: 0.1.0
date: Sat Jan 10 02:25:23 PM EST 2026
changes:
- core: Pure Clojure YAML 1.2 parser implementation
- core: Support for scalars, mappings, sequences, anchors/aliases
- cli: Command-line interface tool
- libyamlstar: GraalVM native-image shared library
- bindings: Support for Python, Node.js, Rust, Go, C#, Perl, Fortran
- make: Auto-installing build system via 'makes'