297 Commits

Author SHA1 Message Date
49fc700233 Detach materialized SQL rows from transaction lifetime 2026-04-17 20:38:40 +03:00
64273ac60a Add JDBC database provider for JVM 2026-04-16 22:10:36 +03:00
ee392daa13 another sample 2026-04-16 13:35:12 +03:00
b3be908242 Add Date type and database release docs 2026-04-15 23:20:23 +03:00
fada848907 Add backtick string literals and formatter support 2026-04-13 23:08:18 +03:00
88ce04102a Add CLI atExit shutdown handlers 2026-04-09 22:17:45 +03:00
121d860043 Document native networking limits 2026-04-09 19:17:32 +03:00
aa1b74620e docs for cli fix; KMP compatibility bug fix 2026-04-08 22:54:22 +03:00
ef95ed4405 package structure/import for CLI 2026-04-08 22:38:34 +03:00
12fb4fe0ba + String.replace 2026-04-08 10:45:01 +03:00
368ce2ce8c added buffer.base64std 2026-04-08 09:27:52 +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
15617f6998 more docs 2026-04-07 01:01:26 +03:00
583067780f Support object extension indexers 2026-04-07 00:49:51 +03:00
8386337c42 missing docs on object extension 2026-04-07 00:05:34 +03:00
35628c8453 Support extensions on singleton objects 2026-04-06 19:24:28 +03:00
671583638b v1.5.5-SNAPSHOT started. compile if support 2026-04-06 11:09:14 +03:00
214f1aec9e v1.5.4 release 2026-04-05 06:34:30 +03:00
d8454a11fc optimize arithmetics 2026-04-04 04:01:43 +03:00
a7ab0d3905 added static List.fill(size) { ... } 2026-04-03 21:15:41 +03:00
f1003f5b95 Add descending ranges and for-loop support 2026-04-03 20:58:08 +03:00
d8c53c500e Package JVM distribution as a zip, update symlink creation, and document changes in CLI and downloads. 2026-04-03 20:36:30 +03:00
38646c6257 Update platform support matrix with detailed statuses and legend 2026-04-02 20:41:54 +03:00
9bee0aed5b Merge branch 'inference-bug'
# Conflicts:
#	lyngio/src/commonMain/kotlin/net/sergeych/lyng/io/http/LyngHttpModule.kt
2026-04-02 20:06:11 +03:00
cd7e001f41 Refactor KMP networking backends 2026-04-02 20:04:25 +03:00
62520f6203 Add downloads page and navigation link to site 2026-04-02 19:27:19 +03:00
5346d15a9f Add KMP networking backends 2026-04-02 19:23:46 +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
fc01016a74 Added EvalSession way of controlling all coroutines started from a script 2026-04-02 02:05:14 +03:00
311cf6ee44 Add Lyng deferred cancellation support 2026-03-31 22:50:46 +03:00
6e9333844e support for Decimal.isInfitite and isNan 2026-03-31 19:13:45 +03:00
a976702caf support for Real.isInfitite and isNan 2026-03-31 19:08:11 +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
580256d520 Add decimal module and operator interop registry 2026-03-27 21:31:37 +03:00
ecc4d8b9ed Add explicit script import prep APIs and VM regression tests 2026-03-27 15:51:17 +03:00
3d8bfe8863 Add Lyng string interpolation with docs/tests and refresh changelog 2026-03-25 18:43:23 +03:00
f24c7d2715 some docs tweaks 2026-03-20 23:44:18 +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
8e0442670d extern generics classes fix, documentation on extern classes updated 2026-03-15 04:32:06 +03:00
979e6ea9b7 Require explicit extern members in extern class/object and update docs 2026-03-15 03:27:50 +03:00
37d093817e added T is nullable support 2026-03-14 20:57:15 +03:00
8a32ffe655 bridge: add ScopeFacade receiver overloads for binder callbacks 2026-03-14 19:53:46 +03:00
298c2a09fe Add lyng.observable ObservableList hooks, flow events, and docs 2026-03-12 22:07:33 +03:00
8b5e6ee993 Add immutable collections hierarchy with runtime/compiler/docs/tests 2026-03-12 21:07:56 +03:00