|
| 1 | +Version 1.14 (2025-10-02) |
| 2 | +========================= |
| 3 | + |
| 4 | +Nickel 1.14 has no core language changes. It adds position information to |
| 5 | +YAML documents, so that if some imported YAML breaks a contract then Nickel |
| 6 | +can blame the correct location in the YAML file. Nickel's LSP has had some |
| 7 | +bugfixes (thanks to @L0r3m1p5um), fixing a crash and avoiding stale data. |
| 8 | + |
| 9 | +LSP |
| 10 | +--- |
| 11 | + |
| 12 | +* Implement textDocument/didClose method for LSP by @L0r3m1p5um in https://github.com/tweag/nickel/pull/2323 |
| 13 | +* Pass sources from World into background eval by @L0r3m1p5um in https://github.com/tweag/nickel/pull/2338 |
| 14 | +* Avoid copying file contents in LSP eval by @L0r3m1p5um in https://github.com/tweag/nickel/pull/2347 |
| 15 | +* Fix crash in NLS when creating typechecking diagnostics by @L0r3m1p5um in https://github.com/tweag/nickel/pull/2357 |
| 16 | +* Fix performance of UsageLookup by @jneem in https://github.com/tweag/nickel/pull/2339 |
| 17 | + |
| 18 | +Tooling |
| 19 | +------- |
| 20 | + |
| 21 | +* Allow index packages to live in subdirectories of the repo by @jneem in https://github.com/tweag/nickel/pull/2315 |
| 22 | +* Convert to saphyr for positions in yaml by @jneem in https://github.com/tweag/nickel/pull/2332 |
| 23 | +* Initial public api rfc by @jneem in https://github.com/tweag/nickel/pull/2337 |
| 24 | +* Clean up Ident conversions to reduce accidental allocations by @jneem in https://github.com/tweag/nickel/pull/2341 |
| 25 | +* Declare MSRV as 1.85 by @brandonweeks in https://github.com/tweag/nickel/pull/2364 |
| 26 | +* Narrow serde_with features by @brandonweeks in https://github.com/tweag/nickel/pull/2366 |
| 27 | +* Bump malachite to version 0.6 by @brandonweeks in https://github.com/tweag/nickel/pull/2367 |
| 28 | +* Bump toml to version 0.9 and toml_edit to version 0.23 by @brandonweeks in https://github.com/tweag/nickel/pull/2368 |
| 29 | +* Plumb custom_transform into EntryState to minimize traversal by @twitchyliquid64 in https://github.com/tweag/nickel/pull/2346 |
| 30 | +* Restore the static nix release jobs by @jneem in https://github.com/tweag/nickel/pull/2373 |
| 31 | + |
| 32 | +Documentation |
| 33 | +------------- |
| 34 | + |
| 35 | +* Fix broken note and other cosmetic changes in pkg manual by @yannham in https://github.com/tweag/nickel/pull/2329 |
| 36 | + |
| 37 | +## New Contributors |
| 38 | +* @brandonweeks made their first contribution in https://github.com/tweag/nickel/pull/2364 |
| 39 | +* @twitchyliquid64 made their first contribution in https://github.com/tweag/nickel/pull/2346 |
| 40 | + |
1 | 41 | Version 1.13 (2025-08-18) |
2 | 42 | ========================= |
3 | 43 |
|
|
0 commit comments