| 2026-03-22 15:25 | Merge pull request #17 from LouLouLibs/chore/version-bump-0.7.0 | Erik Loualiche | 2 | +2 | -2 |
| 2026-03-22 15:13 | Merge pull request #16 from LouLouLibs/feat/lazy-evaluation | Erik Loualiche | 9 | +2447 | -0 |
| 2026-03-22 01:14 | Merge pull request #15 from LouLouLibs/docs/restructure-pages | Erik Loualiche | 6 | +453 | -146 |
| 2026-03-18 18:22 | Merge pull request #14 from LouLouLibs/chore/cleanup | Erik Loualiche | 4 | +108 | -1245 |
| 2026-03-18 18:05 | Merge pull request #13 from LouLouLibs/docs/readme-hpc | Erik Loualiche | 1 | +10 | -3 |
| 2026-03-18 17:54 | Merge pull request #12 from LouLouLibs/release/v0.6.3 | Erik Loualiche | 1 | +1 | -1 |
| 2026-03-18 17:51 | Merge pull request #11 from LouLouLibs/fix/graceful-dlopen | Erik Loualiche | 2 | +32 | -7 |
| 2026-03-18 17:39 | Merge pull request #10 from LouLouLibs/release/v0.6.2 | Erik Loualiche | 1 | +1 | -1 |
| 2026-03-18 17:39 | Merge pull request #9 from LouLouLibs/fix/artifact-hashes | Erik Loualiche | 1 | +2 | -2 |
| 2026-03-18 16:45 | Merge pull request #8 from LouLouLibs/release/v0.6.1 | Erik Loualiche | 1 | +1 | -1 |
| 2026-03-18 16:44 | Merge pull request #7 from LouLouLibs/fix/runtime-library-loading | Erik Loualiche | 3 | +20 | -10 |
| 2026-03-18 16:23 | Merge pull request #6 from LouLouLibs/fix/docs-checkdocs | Erik Loualiche | 1 | +1 | -0 |
| 2026-03-18 16:22 | Merge pull request #5 from LouLouLibs/fix/docs-clean-exports | Erik Loualiche | 2 | +69 | -79 |
| 2026-03-18 15:48 | Merge pull request #4 from LouLouLibs/fix/build-script | Erik Loualiche | 1 | +4 | -9 |
| 2026-03-18 15:34 | Merge pull request #3 from LouLouLibs/fix/artifacts-v060 | Erik Loualiche | 1 | +5 | -6 |
| 2026-03-18 15:22 | Merge pull request #2 from LouLouLibs/feature/c-api-bindings | Erik Loualiche | 30 | +3457 | -3061 |
| 2026-03-18 04:15 | Prioritize local deps/ over artifact and add HPC build docs (v0.5.2) | Erik Loualiche | 4 | +30 | -10 |
| 2026-03-18 03:36 | Fix artifact sha256 hashes and bump to v0.5.1 | Erik Loualiche | 4 | +31 | -9 |
| 2026-03-14 06:40 | Rename repo to NickelEval.jl to follow Julia naming convention | Erik Loualiche | 7 | +14 | -14 |
| 2026-03-13 18:40 | Add MIT license | Erik Loualiche | 1 | +21 | -0 |
| 2026-02-07 19:45 | Update CLAUDE.md with comprehensive release process guidelines | Erik Loualiche | 1 | +105 | -19 |
| 2026-02-07 19:40 | Fix artifact loading to use @artifact_str macro properly | Erik Loualiche | 1 | +9 | -12 |
| 2026-02-07 15:24 | Add pre-built FFI artifact support for cross-platform distribution | Erik Loualiche | 3 | +81 | -8 |
| 2026-02-07 05:04 | Fix Windows artifact packaging in build-ffi workflow | Erik Loualiche | 1 | +2 | -2 |
| 2026-02-07 04:52 | Fix build-ffi workflow: correct action name and runners | Erik Loualiche | 1 | +4 | -7 |
| 2026-02-07 04:49 | Add GitHub Actions workflow for cross-platform FFI builds | Erik Loualiche | 3 | +119 | -6 |
| 2026-02-07 04:39 | Fix build.jl: remove unused Libdl import | Erik Loualiche | 1 | +0 | -2 |
| 2026-02-07 00:06 | Broaden JSON.jl compatibility to 0.21-1.0 | Erik Loualiche | 3 | +13 | -1 |
| 2026-02-06 23:59 | Fix documentation build and add release process guidelines | Erik Loualiche | 2 | +41 | -0 |
| 2026-02-06 23:45 | Bump version to 0.4.0 | Erik Loualiche | 2 | +2 | -2 |
| 2026-02-06 23:33 | Add nickel_eval_file_native for FFI file evaluation with imports | Erik Loualiche | 6 | +343 | -4 |
| 2026-02-06 23:11 | Update TODO for v0.3.0 | Erik Loualiche | 1 | +36 | -16 |
| 2026-02-06 23:07 | Fix documentation: add NickelError docstring, remove private docstring | Erik Loualiche | 2 | +20 | -6 |
| 2026-02-06 22:57 | Add comprehensive enum documentation and tests | Erik Loualiche | 2 | +387 | -31 |
| 2026-02-06 22:46 | Add NickelEnum type for proper enum representation | Erik Loualiche | 6 | +129 | -54 |
| 2026-02-06 17:10 | Use Nickel std.enum.to_tag_and_arg format for enums | Erik Loualiche | 3 | +27 | -21 |
| 2026-02-06 17:03 | Document all supported FFI types with examples | Erik Loualiche | 1 | +73 | -14 |
| 2026-02-06 17:03 | Add enum support and tests for nested structures | Erik Loualiche | 2 | +103 | -1 |
| 2026-02-06 16:57 | Update documentation for nickel_eval_native | Erik Loualiche | 3 | +81 | -139 |
| 2026-02-06 16:56 | Implement FFI binary protocol for native Julia types | Erik Loualiche | 4 | +242 | -26 |
| 2026-02-06 16:13 | Update TODO: focus on Nickel → Julia native types via FFI | Erik Loualiche | 1 | +97 | -72 |
| 2026-02-06 16:11 | Add TODO.md for next session planning | Erik Loualiche | 1 | +106 | -0 |
| 2026-02-06 16:03 | Fix CI: update Nickel installation to version 1.15.1 | Erik Loualiche | 1 | +3 | -2 |
| 2026-02-06 15:58 | Use DocumenterVitepress with proper configuration (#1) | Erik Loualiche | 3 | +7 | -11 |
| 2026-02-06 15:48 | Switch from DocumenterVitepress to Documenter.HTML | Erik Loualiche | 3 | +6 | -14 |
| 2026-02-06 15:40 | Fix documentation: export find_nickel_executable | Erik Loualiche | 2 | +2 | -6 |
| 2026-02-06 15:38 | Add LouLouLibs registry installation instructions | Erik Loualiche | 3 | +30 | -0 |
| 2026-02-06 15:37 | Add documentation with DocumenterVitepress | Erik Loualiche | 10 | +651 | -0 |
| 2026-02-06 15:28 | Add native FFI protocol with binary type encoding | Erik Loualiche | 4 | +690 | -14 |
| 2026-02-06 15:23 | Add typed evaluation, TOML/YAML export, and README | Erik Loualiche | 6 | +471 | -40 |
| 2026-02-06 15:12 | Implement FFI for Nickel evaluation in Rust | Erik Loualiche | 11 | +717 | -0 |