Branch


Log

Author Commit Date CI Message
Thomas de Grivel ee44f1b6 2025-12-25T22:40:19 release v0.1.16 🎄🎄🎄🎄
Thomas de Grivel 4878e998 2025-12-25T22:03:06 release v0.1.16 🎄🎄🎄
Thomas de Grivel 36cdf4af 2025-12-25T21:09:39 release v0.1.16 🎄🎄
Thomas de Grivel c187a34f 2025-12-25T20:08:18 release v0.1.16 🎄
Thomas de Grivel 390f4601 2025-12-25T20:07:02 release v0.1.16 🎄
Thomas de Grivel 44dbd45a 2025-12-25T08:02:16 release v0.1.16
Thomas de Grivel c737b4bd 2025-12-25T06:41:22 release v0.1.16 🎄
Thomas de Grivel f0d42fe8 2025-12-25T06:18:26 release macOS arm64
Thomas de Grivel e70d06e0 2025-12-25T02:03:07 release kc3 v0.1.16 🎄
lyzer_px eb123b6e 2025-11-10T15:15:35 kc3-0.1.16-git pre-release
Thomas de Grivel dc0e643c 2025-09-15T00:01:35 publish OpenBSD packages into master branch
Thomas de Grivel bd6137bd 2025-08-28T02:10:09 rename OpenBSD packages
Thomas de Grivel e1a76a75 2025-08-28T02:06:21 checksums
Thomas de Grivel 2aff0e72 2025-08-28T01:03:32 release package for OpenBSD for v0.1.15 on amd64
Thomas de Grivel ced069da 2025-08-27T17:51:41 release v0.1.15
Thomas de Grivel 4830d631 2025-08-27T17:51:06 Release v0.1.15 win64
Thomas de Grivel d18a8bc2 2025-01-21T22:33:00 SHA256 SHA512
Thomas de Grivel 8f4ce6ec 2025-01-21T21:29:01 New in KC3 v0.1.14 - pretty printer - auto indent KC3 code - map - `access` - `get` (get key value) - `put` (return a new map) - struct - `access` - `get` - `put` - facts database (triple store) accessible from KC3 - `new database (Ptr)` - `add_tags` - `collect_with` - `collect_with_tags` - `remove_tags` - `with_tags` - `with` - `with_macro` - HTTPd v0.2.0 - dynamic pages (MVC) - models are defined in `./app/models/` - controllers are defined in `./app/controllers/` - templates are defined in `./app/templates/` - views are defined in `./app/views/` - dynamic router is defined in `./config/router.kc3` - For now we don't match request method and just match the start of the URL with `Str.starts_with?(url, route.path)` - If there is no route or no controller or the controller does not return a HTTP response, a 404 error is returned. Other frameworks like Ruby on Rails or Phoenix do return a 500... - threads - `env_fork_init` - `env_fork_clean` - `Thread.new(fn)` - fx v0.2.0 - file explorer - preview files - text - image - video - audio - binary (hexdump -C) - properties - create - POST "/properties/*path" - delete - DELETE "/properties/*path
Thomas de Grivel d58a37ee 2024-09-04T13:22:51 release kc3 v0.1.13
Thomas de Grivel 8676ffed 2024-09-02T16:38:27 KC3 v0.1.13
Thomas de Grivel e4bc0c0d 2024-08-06T18:14:40 release v0.1.12
Thomas de Grivel 223c7ab7 2024-07-19T15:39:23 update master release
Thomas de Grivel 380e1ed1 2024-07-18T20:47:06 link master release
Thomas de Grivel 92a87820 2024-07-18T19:04:39 initial commit with v0.1.6 through v0.1.11