0.2.1 Fri Dec 29 10:00:02 AM PST 2023
- Rename module from YAMLScript.pm to YAMLScript::Lingy
0.1.12 Tue Jul 11 11:14:25 AM EDT 2023
- Depend on Lingy 0.1.18
0.1.11 Tue Jul 11 07:54:17 AM EDT 2023
- Make ys.foo an alias for YAMLScript::foo
- Add blank line in example program
- Support for YAML nodes using ! tag
0.1.10 Fri Jul 7 08:15:39 PM EDT 2023
- Refactor all the YAMLScript program examples
- Documentation overhaul
0.1.9 Fri Jul 7 11:23:10 AM EDT 2023
- Change defn syntax to require 'defn' keyword in key
- Rework all of the function calling forms in YS
- Support multiline entries in REPL
0.1.8 Tue Jun 27 06:02:18 PM EDT 2023
- Fix YAMLScript/Lingy bootstrap code
0.1.7 Sat Jun 24 12:11:38 PM EDT 2023
- Fix for signatures warning on older perls
0.1.6 Thu Jun 22 07:51:14 PM EDT 2023
- Make bin/yamlscript smarter about multiples
- Change *ARGV* to *command-line-args*
- Bash change to appease shellcheck
- Add support for using YAMLScript from Perl code
- Add a YAMLScript::Common (subclass of Lingy::Common)
0.1.5 Thu Jun 8 08:08:57 AM PDT 2023
- Print correct YAMLScript version in REPL startup
- Remove dev code from YAMLScript::Main
- Rename YAMLScript/Lang/RT.pm -> YAMLScript/RT.pm
0.1.4 Sat Jun 3 03:26:02 PM PDT 2023
- Changes to work with Lingy 0.1.9
0.1.3 Fri May 26 10:07:58 PM PDT 2023
- Fix install / test issues on Mac
0.1.2 Thu May 25 04:20:21 PM PDT 2023
- Support '!' tag for loading a node as data
0.1.1 Thu May 25 09:11:07 AM PDT 2023
- Parse a scalar with multiple Lingy forms
- Support loading .ys modules
- Renumber test files
- Fix quasiquote bug in YAMLScript::Reader
- Allow a top level plain or literal to be a ysexpr
- More functionality and tests
- Rewrite the documentation
- Improve the example programs
0.1.0 Wed May 17 08:32:21 AM PDT 2023
- Refactor to work on top of new Lingy (0.1.4)
0.0.16 Fri 29 Jul 2022 02:05:31 PM PDT
- Add def fn and defn support
0.0.15 Mon 25 Jul 2022 08:53:30 AM PDT
- Improve YAMLScript.pm module API
- Add if/else (==) (!=) (=~) (!~) support
0.0.14 Sun 24 Jul 2022 03:00:39 PM PDT
- Fix dashes in func names and calls with no args
0.0.13 Sun 24 Jul 2022 02:21:08 PM PDT
- Makefile generation portability fixes for failing cpantesters
0.0.12 Fri 22 Jul 2022 08:16:18 AM PDT
- Another attempt to fix test failures on Windows
0.0.11 Mon 18 Jul 2022 05:18:07 PM PDT
- Attempt to fix a BSD 'make test' failure
- Attempt to fix cpantesters fails on windows
0.0.10 Sat 16 Jul 2022 05:23:35 PM PDT
- Attempt to fix a BSD Makefile error
0.0.9 Sat 16 Jul 2022 04:45:52 PM PDT
- Fix test fails on cpantesters
- Add function aliasing
0.0.8 Fri 15 Jul 2022 02:56:31 PM PDT
- Regenerate docs with fixed generator
0.0.7 Wed 13 Jul 2022 10:13:34 AM PDT
- Regenerate docs with fixed generator
- Add Use Cases to docs
0.0.6 Tue 12 Jul 2022 09:25:45 PM PDT
- Complete rewrite of most Perl code
- Added initial documentation
0.0.5 Tue 5 Jul 2022 17:21:40 PM PDT
- Refactor yamlscript modules into YS namespace
0.0.4 Mon 4 Jul 2022 11:27:00 PM PDT
- Add Mo::xx to dependencies
- Add blib/script to PATH at cpan test time
0.0.3 Mon 4 Jul 2022 00:38:00 PM PDT
- Add library module loading
- Support usage for writing YS tests
0.0.2 Sun 3 Jul 2022 15:37:00 PM PDT
- Fix bin shebang lines
0.0.1 Sun 3 Jul 2022 14:33:00 PM PDT
- Initial release