Commit graph

33 commits

Author SHA1 Message Date
Christoph Herzog
0f9865358c
(cargo-release) version 0.4.1 2021-03-15 15:13:48 +01:00
Christoph Herzog
c0c1098c77 (cargo-release) version 0.3.3 2020-05-27 10:11:46 +02:00
Christoph Herzog
b34e01806f Prepare v0.3.3 release 2020-05-27 10:06:31 +02:00
Christoph Herzog
457d892ce9 Update README with windows build instructions 2020-05-27 09:53:46 +02:00
Christoph Herzog
306835e393 release: prepare v0.3.0 2019-11-02 23:47:33 +01:00
Alexander Rodin
6afaa8ff7e fix: Typo in README 2019-10-15 12:31:54 +02:00
Christoph Herzog
65cf630c15 docs: Add Github Actions badge, remove old ones 2019-10-02 19:35:49 +02:00
Christoph Herzog
e039582a72 (feat) Console support
This commit implements console support.

A ConsoleBackend trait can be implemented and registered in the
ContextBuilder.

A implementation that forwards to the `log` crate is available with the
new `log` feature.
2019-10-02 17:28:42 +02:00
theduke
31ad871241
docs: Document bigint feature in README 2019-09-26 18:33:05 +02:00
theduke
03e0db2427
Add Charlie Gordon attribution to README 2019-08-21 08:30:35 +02:00
Christoph Herzog
4a87e54c66 release: v0.2.2 2019-08-13 11:19:40 +02:00
Christoph Herzog
cd42e0665d Add chrono integration 2019-08-13 01:34:49 +02:00
Alexander Rodin
fd24e206f2 Add "patched" feature with "stack-overflow-signed.patch"
This commit adds a new "patched" feature to both the
bindings and the main crate.

This feature applies patches to the embedded version that fix up/extend quickjs.

All patches are in libquickjs-sys/embed/patches.
2019-08-13 00:06:25 +02:00
Christoph Herzog
2065a498f6 Implement object deserialization to HashMap 2019-08-12 16:42:00 +02:00
llgoer
5f870285c1 Update README.md 2019-08-06 07:33:08 +02:00
Christoph Herzog
675139ee2e 0.2.0 release 2019-07-31 00:36:48 +02:00
Christoph Herzog
1bd1ed15f6 0.1.0 release 2019-07-22 10:04:04 +02:00
theduke
132d949cda
Update README.md 2019-07-22 10:01:42 +02:00
Christoph Herzog
3851a43e85 Rename crate to quick-js 2019-07-22 09:49:30 +02:00
Christoph Herzog
af0cd2bf7f 0.1.0-alpha.4 release with updated QuickJS 2019-07-22 09:30:04 +02:00
theduke
05e56d8ee8
Update README.md 2019-07-19 12:33:56 +02:00
theduke
1264da4f05
Update README.md 2019-07-19 12:33:33 +02:00
theduke
d238296a6e
Update README.md 2019-07-18 17:09:42 +02:00
Christoph Herzog
015b11affe Add stability warning to README. 2019-07-17 00:16:59 +02:00
Christoph Herzog
51d0f28b20 Refactor crate names... damn name squatters! 2019-07-16 23:47:12 +02:00
Christoph Herzog
370ae5fa84 Use circle CI for linux 2019-07-16 23:08:01 +02:00
Christoph Herzog
3844d62293 Add bundled feature 2019-07-16 19:21:16 +02:00
Christoph Herzog
6d397bca93 (ci) Switch to Azure Pipelines + enable Mac OS
Set up CI with Azure Pipelines

[skip ci]
2019-07-16 18:22:33 +02:00
Christoph Herzog
2b5d63bfb4 Fix exception handling (convert objects to string) 2019-07-16 16:36:56 +02:00
Christoph Herzog
4450c0ac13 Add badges to readme 2019-07-16 15:48:58 +02:00
Christoph Herzog
8dcaac05ab Readme + Cargo.toml improvements 2019-07-16 15:35:04 +02:00
Christoph Herzog
b2d00fc4ef Add Limitations section to readme. 2019-07-16 11:01:49 +02:00
Christoph Herzog
b057edbd9f Add sparse README 2019-07-16 10:03:05 +02:00