13 Commits

Author SHA1 Message Date
b3be908242 Add Date type and database release docs 2026-04-15 23:20:23 +03:00
d0d79d2f07 docs: add LegacyDigest module documentation
- New docs/LegacyDigest.md: full reference for lyng.legacy_digest,
  covering the sha1() API, input types (String / Buffer), FIPS compliance
  note, and explicit guidance on appropriate vs. inappropriate use.

- docs/ai_stdlib_reference.md: entry in section 5 so AI agents know
  LegacyDigest.sha1() exists and is intentionally named as legacy-only.

- docs/whats_new.md: release-note section alongside Complex, Decimal,
  and Matrix, with a minimal runnable example and cross-link.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 19:53:01 +03:00
a7ab0d3905 added static List.fill(size) { ... } 2026-04-03 21:15:41 +03:00
7578128689 some order to outdated and special docs 2026-04-02 19:10:48 +03:00
d409a4bb8b Add verified Ktor-backed networking modules to lyngio 2026-04-02 16:19:14 +03:00
311cf6ee44 Add Lyng deferred cancellation support 2026-03-31 22:50:46 +03:00
05d7432b37 fixes on Decimals and bound kotlin classes 2026-03-29 01:20:20 +03:00
c7c333b71a fixed some issues with Decimals 2026-03-29 00:39:48 +03:00
83d8c8b71f Added Vectors and Matrics operations, slicing, docs. 2026-03-28 22:25:40 +03:00
cd007050a8 added complext number support 2026-03-28 17:44:43 +03:00
794553d81d Add stdlib Random API and migrate tetris RNG 2026-03-19 01:30:35 +03:00
d9d7cafec8 +added console spport for lyngio
+added console support to lyng/jlyng CLI
+added unicode escapes
+created tetris console sample
2026-03-19 01:09:32 +03:00
1a080bc53e added AI coding data for Lyng 2026-03-17 14:05:26 +03:00