73bb6c7239
feat: add complete DOM implementation with Document, Element, and NodeList classes to html module
main
retoor2026-01-26 15:28:49 +00:00
fe1f129349
chore: switch ci artifact upload action to gitea-compatible fork
retoor2026-01-26 12:04:43 +00:00
0091167fff
ci: remove debug build matrix from linux CI workflow and hardcode release config
retoor2026-01-26 12:01:58 +00:00
e3c15968cf
chore: add blank line separator before git add commands in publish target
retoor2026-01-26 12:00:02 +00:00
e689b815ab
feat: replace legacy GitHub Actions CI with Gitea workflow supporting debug and release builds
retoor2026-01-26 11:34:23 +00:00
38de4da87d
feat: add bytes.indexOf, server.acceptBatch, server.pendingCount, stdin data callback, and coverage/valgrind make targets
retoor2026-01-26 11:29:25 +00:00
62b60cce36
perf: replace string concatenation with list join and add normalized headers map in html, http, jinja, json, markdown modules
retoor2026-01-26 09:59:07 +00:00
d9ec21a70d
feat: wrap connection handling in scheduler fiber with error recovery returning 500
retoor2026-01-26 09:28:47 +00:00
d953925605
docs: add dataset ORM tutorial page and update navigation with GFM documentation
retoor2026-01-26 09:21:03 +00:00
04e467e09b
feat: add wasm build targets, profile hooks, os_demo example, and restructure manual source
retoor2026-01-26 04:12:14 +00:00
79ff93c9a2
feat: add pexpect and yaml modules with jinja from-import support
retoor2026-01-25 21:09:29 +00:00
5c2269f6a7
feat: add buildmanual target, faker demo, subprocess examples, and contributing sidebar to manual
retoor2026-01-25 18:02:02 +00:00
819bbd5091
feat: add fswatch, sysinfo, and udp demo scripts plus reorder manual sidebar links
retoor2026-01-25 12:09:28 +00:00
d487109d7c
feat: add fswatch, sysinfo, udp modules and file copy/move/stat time operations
retoor2026-01-25 10:42:49 +00:00
b9ae226cd8
feat: add test cases for readByte and readLine on closed Stdin
retoor2026-01-25 09:54:09 +00:00
eadfc8e9cb
feat: add await syntax for direct async function calls and new generator/phonebook apps
retoor2026-01-25 09:50:20 +00:00
e0cc7791e3
feat: add Makefile targets for docs generation and training data creation
retoor2026-01-25 05:08:44 +00:00
46fc2e2470
feat: add async/await keywords, Num/String extensions, and Jinja markdown example
retoor2026-01-25 03:58:39 +00:00
74ef5cbc11
feat: add merge_all_wren utility, strutil demo, and 7 new API manual pages
retoor2026-01-25 01:47:47 +00:00
5a4054ec66
feat: add example scripts for argparse, bytes, dataset, html, markdown, uuid, wdantic, and web chat modules
retoor2026-01-24 22:40:22 +00:00
1f27f5055b
feat: add Python script to regenerate all premake project files for all platforms
Dario Vladović2020-06-14 04:09:10 +00:00
0ce400786c
fix: correct markdown link syntax for libuv reference in src/README.md
Dario Vladović2020-06-14 04:06:00 +00:00
d66c8fc1b8
fix: update CHANGELOG.md and README.md to reference main branch instead of master
underscorediscovery2020-06-12 17:13:57 +00:00
c02b22cf18
feat: upgrade libuv from 1.34.2 to 1.38.0 with new API and platform fixes
Dario Vladović2020-06-06 20:05:48 +00:00
5b320526e6
refactor: simplify .travis.sh by removing redundant cd commands and inlining WREN_PY default
Dario Vladović2020-06-06 20:00:11 +00:00
bec188d910
chore: add .vscode directory to gitignore for VSCode project files
ruby2020-06-06 19:18:42 +00:00
3af8b5b1b0
chore: add .vscode directory to gitignore to exclude IDE project files
Dario Vladovic2020-06-06 18:42:00 +00:00
2cf03bf6cb
chore: add .DS_Store to gitignore for macOS build cache exclusion
ruby2020-06-06 03:13:59 +00:00
717958190c
chore: add .DS_Store entries to .gitignore for macOS system files
Dario Vladovic2020-06-06 03:09:51 +00:00
4793298871
feat: add --version flag and reformat help output in main.c
ruby2020-06-06 03:08:03 +00:00
974d04e5c1
fix: add --version option and format help output in cli/main.c
Dario Vladovic2020-06-06 02:55:54 +00:00
df6ce76a58
fix: move Travis CI build badge to correct location in README
underscorediscovery2020-06-05 21:54:54 +00:00
36479a6ad1
chore: add prebuilt binaries entry to changelog for version 0.3.0
underscorediscovery2020-06-05 21:41:22 +00:00
ad538742d8
feat: add ruby0x1 to AUTHORS and expand CHANGELOG with prebuilt binaries and CLI docs link
underscorediscovery2020-06-05 21:39:21 +00:00
2e9d81c192
fix: correct markdown link syntax and update phrasing in README intro
underscorediscovery2020-06-05 19:13:01 +00:00
bdc17961fd
docs: add contribution and documentation links, update build directory references, and replace language overview with Travis CI badge
underscorediscovery2020-06-05 19:12:15 +00:00
3218867e40
chore: update changelog for 0.3.0 release with CLI split and build changes
underscorediscovery2020-06-05 18:29:50 +00:00
4218f0503d
refactor: extract duplicate isLocalName into shared inline wrenIsLocalName in wren_vm.h
underscorediscovery2020-06-05 18:29:39 +00:00
9bee704664
fix: correct travis build script working directory from gmake to make
underscorediscovery2020-06-02 18:22:39 +00:00
59a7da4681
build: rename gmake output directories to make for clarity in premake5.lua
underscorediscovery2020-06-02 18:19:50 +00:00
ad07268142
chore: remove obsolete Makefile, doc files, and unused CLI artifacts from repository
underscorediscovery2020-05-29 18:30:41 +00:00
626a86fd6f
chore: skip three io stdin tests on windows and mac to unblock 0.3.0 release
underscorediscovery2020-05-28 20:12:08 +00:00
ff068d5841
fix: relax directory stat size assertion to allow zero on Windows
underscorediscovery2020-02-16 23:52:08 +00:00
6abf2034c7
fix: update test runner suffix handling and binary names for 0.3.0 release
underscorediscovery2020-02-16 23:51:49 +00:00
2c33f566b2
docs: update README build instructions for FreeBSD gmake path and premake os flag usage
underscorediscovery2020-02-14 06:45:14 +00:00
73ecd9dd8c
feat: add gmake.bsd project files for FreeBSD builds with premake5 location rule
underscorediscovery2020-02-14 06:38:13 +00:00
93bcb83051
fix: replace Windows-specific makefile flags with Linux equivalents for wren_cli
underscorediscovery2020-02-14 06:34:35 +00:00
abb9230e0e
chore: downgrade vs2017 project platform toolset from v142 to v141 and remove stale config entries
underscorediscovery2020-02-14 06:26:38 +00:00
0c8e73120e
chore: rename xcode4/gmake2 output dirs to xcode/gmake and add error on invalid config
underscorediscovery2020-02-14 06:22:26 +00:00
8e46377596
feat: add Visual Studio 2017 solution and project files for wren-cli
underscorediscovery2020-02-14 06:15:57 +00:00
71b0b3ce33
docs: add trailing spaces to code blocks in build instructions for Linux and FreeBSD
ruby2020-02-14 00:07:38 +00:00
2554214325
docs: add trailing spaces to gmake project instructions in README.md
ruby2020-02-14 00:07:17 +00:00
b0c284512d
docs: add FreeBSD build instructions using gmake in README.md
ruby2020-02-14 00:06:54 +00:00
dd4477ebf2
fix: enable freebsd build by widening system filter to bsd and adding pthread dl m links
ruby2020-02-14 00:03:29 +00:00
7766ff7284
feat: add Xcode 4 workspace and project files for wren-cli on macOS
underscorediscovery2020-02-13 21:42:31 +00:00
13cd06df0e
docs: add build instructions for Wren CLI across Windows, macOS, and Linux platforms
underscorediscovery2020-02-13 07:01:16 +00:00