Commit graph

42 commits

Author SHA1 Message Date
a9a6f559d4 disable rstest default features 2023-02-05 23:35:37 +01:00
097f416516 update crate description 2023-02-05 22:37:18 +01:00
ca9956fcf1 rename crates 2023-02-05 22:25:34 +01:00
df3ec1d417 added quickjs patch for dateparser 2023-02-05 21:31:46 +01:00
ddfaae50c2 update dependencies 2023-02-05 20:32:41 +01:00
972114fae8 upgrade rust edition 2023-02-05 18:25:07 +01:00
333283c377 fix more date formats, now passes all tests 2022-08-13 15:02:04 +02:00
Christoph Herzog
7c675ebb70 Enable chrono feature by default
DafeTime is used a lot, so having it on by default is a better
experience.
2021-06-08 21:24:47 +00:00
Christoph Herzog
7fb91e24c4
Fix Cargo.toml... 2021-03-25 09:54:08 +01:00
Christoph Herzog
0f9865358c
(cargo-release) version 0.4.1 2021-03-15 15:13:48 +01:00
Christoph Herzog
58a148a6a8
(cargo-release) start next development iteration 0.4.2-alpha.0 2021-03-15 15:13:22 +01:00
Christoph Herzog
6aa7cba728 (cargo-release) start next development iteration 0.4.1-alpha.0 2021-02-04 22:01:35 +01:00
Christoph Herzog
7b8412d11c Bump versions (0.4.0) 2021-02-04 21:57:03 +01:00
Christoph Herzog
fa35e3984d (cargo-release) start next development iteration 0.3.7-alpha.0 2020-09-29 16:00:46 +02:00
Christoph Herzog
fa75f7e71e (cargo-release) version 0.3.6 2020-09-29 16:00:46 +02:00
Christoph Herzog
ca97d98407 Bump libquickjs-sys version requirements 2020-09-29 16:00:46 +02:00
Christoph Herzog
6979b7805f (cargo-release) start next development iteration 0.3.5-alpha.0 2020-07-09 02:01:12 +02:00
Christoph Herzog
935e4be166 (cargo-release) version 0.3.4 2020-07-09 02:00:35 +02:00
Christoph Herzog
f9e86f05c0 Fix old version in Cargo.toml 2020-07-09 02:00:28 +02:00
Christoph Herzog
92a56d5c96 Prepare releasing libquickjs-sys 0.7 and quickjs-0.3.4 2020-07-09 01:51:17 +02:00
Christoph Herzog
3304c3ed4e (cargo-release) start next development iteration 0.3.4-alpha.0 2020-05-27 10:12:20 +02:00
Christoph Herzog
c0c1098c77 (cargo-release) version 0.3.3 2020-05-27 10:11:46 +02:00
Christoph Herzog
76f772e0b1 Release 0.3.2 2020-05-25 16:45:53 +02:00
Christoph Herzog
3a0d1747b5 quick-js v0.3.1 release 2020-03-24 23:29:13 +01:00
Mrmaxmeier
0284b12036 fix build for bignum feature 2020-01-28 21:00:26 +01:00
Christoph Herzog
306835e393 release: prepare v0.3.0 2019-11-02 23:47:33 +01: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
Alexander Rodin
308686035b feat: Arbitrary Precision Integer Support
Implement support for the arbitrary precision integers feature of
quickjs.

In Rust, values are represented with the num-bignum::BigInt type.
2019-09-26 18:08:06 +02:00
Christoph Herzog
6866eed041 Prepare 0.2.3 2019-08-30 20:29:58 +02:00
Christoph Herzog
4a87e54c66 release: v0.2.2 2019-08-13 11:19:40 +02:00
Christoph Herzog
f05e738c44 v0.2.1 release 2019-08-13 01:40:29 +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
df142c859d Update lib to 0.3 in quick-js
* needed to adapt two function calls from u32 to usize
2019-08-12 08:54:17 +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
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
Christoph Herzog
8e608f4ec4 Bump version for readme warning 2019-07-17 00:17:05 +02:00
Christoph Herzog
51d0f28b20 Refactor crate names... damn name squatters! 2019-07-16 23:47:12 +02:00
Christoph Herzog
8dcaac05ab Readme + Cargo.toml improvements 2019-07-16 15:35:04 +02:00
Christoph Herzog
3ebc1bd4aa Initial commit with working project. 2019-07-16 09:41:39 +02:00