Commit graph

36 commits

Author SHA1 Message Date
Remko Tronçon
fcb648b7de v0.7.0 2022-05-21 20:11:31 +02:00
Remko Tronçon
b701efd803 thurtle: Share & Export 2022-05-20 20:30:56 +02:00
Remko Tronçon
c6ba6270b1 v0.6.0 2022-05-14 12:47:50 +02:00
Remko Tronçon
01fcb9e2a8 build: Resolve waforth import from examples 2022-05-08 15:32:20 +02:00
Remko Tronçon
263b5a7f33 package.json: Add keyword 2022-05-08 14:32:42 +02:00
Remko Tronçon
61a20b7435 v0.5.0 2022-05-07 17:38:32 +02:00
Remko Tronçon
55647e0200 v0.4.1 2022-05-06 20:57:10 +02:00
Remko Tronçon
77de4c4bac v0.4.0 2022-05-05 20:56:22 +02:00
Remko Tronçon
c583565528 build: Fix lint error 2022-05-05 20:45:58 +02:00
Remko Tronçon
d8a8494387 v0.3.0 2022-05-05 20:20:40 +02:00
Remko Tronçon
a6d71029dc Support calling JS from Forth
Initial attempt at an API.

Resolves: #13
2022-05-05 20:19:39 +02:00
Remko Tronçon
c39724348e reorganize directory structure 2022-04-17 09:30:19 +02:00
Remko Tronçon
806ebd742c replace console with own implementation 2022-04-14 21:36:44 +02:00
Remko Tronçon
387f339780 use esbuild for tests 2022-04-14 16:53:57 +02:00
Remko Tronçon
10bfbf3876 remove commander dependency 2022-04-13 22:31:54 +02:00
Remko Tronçon
89e0ef71d8 remove promise-polyfill dependency 2022-04-13 22:23:30 +02:00
Remko Tronçon
7065291ff8 remove node-static dependency 2022-04-13 22:20:57 +02:00
Remko Tronçon
6b9de10002 webpack -> esbuild 2022-04-13 21:09:18 +02:00
dependabot[bot]
2d0ad862ed Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-25 15:20:22 +02:00
dependabot[bot]
29bd1383bd Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-30 14:27:28 +01:00
dependabot[bot]
d5d3a647d3 Bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 05:01:56 +02:00
Remko Tronçon
9553e59227 Upgrade webpack 2020-01-04 20:04:35 +01:00
Remko Tronçon
c53a8bec64 Fix build 2019-11-09 20:54:22 +01:00
Remko Tronçon
5f779eeeff Some simplification 2019-11-09 19:49:34 +01:00
Remko Tronçon
9cfd1100dd Add helper to create dictionary entry 2019-11-08 14:17:53 +01:00
Remko Tronçon
c8dfcb25a8 Bump mocha dependency 2019-07-12 16:07:38 +02:00
Remko Tronçon
8ba84ab5ff Update jQuery dependency 2019-05-31 19:16:24 +02:00
Remko Tronçon
305c26fe1c Add test-watch target 2019-03-12 21:05:34 +01:00
Remko Tronçon
eb97d29d90 Add command-line unit test runner 2019-03-10 14:29:25 +01:00
Remko Tronçon
9f927fb45a Upgrade dependencies 2019-03-09 13:48:22 +01:00
Remko Tronçon
02a471d67c Add license 2018-07-31 09:17:08 +02:00
Remko Tronçon
ee0eeb85ef Clean up benchmarks 2018-05-29 22:49:43 +02:00
Remko Tronçon
4043db2afd Use webpack for bundling
Parcel has too many limitations.
2018-05-29 20:54:45 +02:00
Remko Tronçon
15cb0a8256 Add variable support 2018-05-24 22:16:31 +02:00
Remko Tronçon
a1ddce475f More work. 2018-05-13 17:07:54 +02:00
Remko Tronçon
73db2977f2 Import 2018-05-21 16:44:58 +02:00