|
44dbd45a
|
2025-12-25T08:02:16
|
|
release v0.1.16
|
|
c737b4bd
|
2025-12-25T06:41:22
|
|
release v0.1.16 🎄
|
|
f0d42fe8
|
2025-12-25T06:18:26
|
|
release macOS arm64
|
|
e70d06e0
|
2025-12-25T02:03:07
|
|
release kc3 v0.1.16 🎄
|
|
eb123b6e
|
2025-11-10T15:15:35
|
|
kc3-0.1.16-git pre-release
|
|
dc0e643c
|
2025-09-15T00:01:35
|
|
publish OpenBSD packages into master branch
|
|
bd6137bd
|
2025-08-28T02:10:09
|
|
rename OpenBSD packages
|
|
e1a76a75
|
2025-08-28T02:06:21
|
|
checksums
|
|
2aff0e72
|
2025-08-28T01:03:32
|
|
release package for OpenBSD for v0.1.15 on amd64
|
|
ced069da
|
2025-08-27T17:51:41
|
|
release v0.1.15
|
|
4830d631
|
2025-08-27T17:51:06
|
|
Release v0.1.15 win64
|
|
d18a8bc2
|
2025-01-21T22:33:00
|
|
SHA256 SHA512
|
|
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
|
|
d58a37ee
|
2024-09-04T13:22:51
|
|
release kc3 v0.1.13
|
|
8676ffed
|
2024-09-02T16:38:27
|
|
KC3 v0.1.13
|
|
e4bc0c0d
|
2024-08-06T18:14:40
|
|
release v0.1.12
|
|
223c7ab7
|
2024-07-19T15:39:23
|
|
update master release
|
|
380e1ed1
|
2024-07-18T20:47:06
|
|
link master release
|
|
92a87820
|
2024-07-18T19:04:39
|
|
initial commit with v0.1.6 through v0.1.11
|