Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Javet

To purchase 2 Mac devices to continue supporting the Javet Mac OS builds.
Collective - Host: opensource - https://opencollective.com/javet - Website: https://www.caoccao.com - Code: https://github.com/caoccao

Updated readme

github.com/caoccao/Javenode - d4ba7fceab30790e6423e2ac2e8e201e5cc1b787 authored about 3 years ago by caoccao <[email protected]>
Added pom.xml

github.com/caoccao/Javenode - e8d4802e2ffe7d804696b400a8bfbb6804b21318 authored about 3 years ago by caoccao <[email protected]>
Updated build.gradle.kts to generate sources and javadoc jar files

github.com/caoccao/Javenode - c7607c4afcaf45caf117959dc87fe820e6872526 authored about 3 years ago by caoccao <[email protected]>
Updated readme

github.com/caoccao/Javenode - 68223e4429868b785efe0ea85337990feb8deddf authored about 3 years ago by caoccao <[email protected]>
Enabled setInveral in timers/promises

github.com/caoccao/Javenode - 3f141cc9e69377d2cc0d296aebeca7e781e4bfbf authored about 3 years ago by caoccao <[email protected]>
Refactored module and function

github.com/caoccao/Javenode - 4c3cb7bfd81b1b6c0576a9678e1bc757557bd7b0 authored about 3 years ago by caoccao <[email protected]>
Fixed test stability

github.com/caoccao/Javenode - c425b600df519f22d3b6ee3b4d63e5aae2404e36 authored about 3 years ago by caoccao <[email protected]>
Refactored event loop scope

github.com/caoccao/Javenode - 3efd6a0eaa1d6e6eeff68a3a9e5bc0cdf7f6f38a authored about 3 years ago by caoccao <[email protected]>
Enhanced logging for errors

github.com/caoccao/Javenode - 73c270fcc2153186cd9d0643d1125fa03dcda4d7 authored about 3 years ago by caoccao <[email protected]>
Refactored logging

github.com/caoccao/Javenode - 4d18119c724ee1cbf9331289a3a24b5821605d0d authored about 3 years ago by caoccao <[email protected]>
Refactored BaseJNTestSuite

github.com/caoccao/Javenode - 2597f53cb288822a59475a258303323b0caa561c authored about 3 years ago by caoccao <[email protected]>
Increase default delay to 2 cases for setImmediate()

github.com/caoccao/Javenode - 2d1d99a23297a7835042af118d6de251d1d8501f authored about 3 years ago by Sam Cao <[email protected]>
Upgraded to Javet v0.9.14

github.com/caoccao/Javenode - b069188251cb20406e5845bd824acd51b8ed14dd authored about 3 years ago by Sam Cao <[email protected]>
Javet v0.9.14 (#96)

* Added `IJavetMappable`
* Enhanced `JavetObjectConverter` to look up custom objects recursivel...

github.com/caoccao/Javet - 48bb90ab7f3ae13164b4d94ad75709a23a8c1a07 authored about 3 years ago by Sam Cao <[email protected]>
Upgraded Javet to v0.9.13

github.com/caoccao/Javenode - 4cba31ad9ba4a72522e94fbe8016ef9db0249265 authored about 3 years ago by Sam Cao <[email protected]>
Javet v0.9.13 (#94)

* Upgraded V8 to `v9.4.146.16` [(2021-09-14)](https://v8.dev/blog/v8-release-94)
* Added suppor...

github.com/caoccao/Javet - 26e385ce0c94833ffa9783806fd34304ef4662f5 authored about 3 years ago by Sam Cao <[email protected]>
Added workflow for Linux build

github.com/caoccao/Javenode - defc4199a458410b78065c609cc8113a5b460948 authored about 3 years ago by Sam Cao <[email protected]>
Replaced rxjava with vert.x

github.com/caoccao/Javenode - a31b3ed093bab71793d886ee08a0a61389e386ba authored over 3 years ago by Sam Cao <[email protected]>
Enhanced test cases for timers/promises

github.com/caoccao/Javenode - d2588c9f6239cbb8d484a4eeea2ae3a8e852e866 authored over 3 years ago by Sam Cao <[email protected]>
Added timersPromises.setTimeout([delay[, value]])

github.com/caoccao/Javenode - 1a8fec45d17582fef644d7c7f488af6e4b66fd8d authored over 3 years ago by Sam Cao <[email protected]>
Added timersPromises.setImmediate([value])

github.com/caoccao/Javenode - 5d10d07c335d0638703ba3bfe9b908673813045b authored over 3 years ago by Sam Cao <[email protected]>
Enabled dynamic import

github.com/caoccao/Javenode - 858864d36654af330d3b3d956b75a3149bb39c39 authored over 3 years ago by Sam Cao <[email protected]>
Added clearInterval() and clearTimeout()

github.com/caoccao/Javenode - 61a6f521112c26abbbd3431ed8de2c89a7a1669d authored over 3 years ago by Sam Cao <[email protected]>
Upgraded Javet version to 0.9.12

github.com/caoccao/Javenode - e0577dea9241f073760bc5ec37180875bd9ed4e5 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.12 (#88)

* Added error code 503
* Enhanced `V8Property` to support built-in symbols
* Added `V8ValueSha...

github.com/caoccao/Javet - 12c7930774ce2ca69ae423ef0512404aac506811 authored over 3 years ago by Sam Cao <[email protected]>
Updated release notes

github.com/caoccao/Javenode - b0ef7cfdb9318b7097220a16eb33912223257741 authored over 3 years ago by Sam Cao <[email protected]>
Added timers.clearImmediate()

github.com/caoccao/Javenode - f1218ec1c1b032db89c112353773f279b2de992e authored over 3 years ago by Sam Cao <[email protected]>
Added timers.setInterval()

github.com/caoccao/Javenode - b0e3d06f6d5990d574ee07b7f2a499b6f0cbed10 authored over 3 years ago by Sam Cao <[email protected]>
Built module into event loop

github.com/caoccao/Javenode - 2605cd6b8f434edf620a9863a5bda4acad510899 authored over 3 years ago by Sam Cao <[email protected]>
Added referenceId to TimersTimeout

github.com/caoccao/Javenode - c882c5e796eafc6943d9e49eb536ed5432447fcd authored over 3 years ago by Sam Cao <[email protected]>
Upgraded Javet to v0.9.11

github.com/caoccao/Javenode - d1fb134e8fc9e58dbce5f2e1ad9d5eeab00944fa authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.11 (#87)

* Upgraded Node.js to `v14.17.6` (2021-08-31)
* Upgraded V8 to `v9.3.345.16` (2021-08-17)
* Ad...

github.com/caoccao/Javet - 2277783a2556a842d1f23baa1697747073b55262 authored over 3 years ago by Sam Cao <[email protected]>
Fixed a bug in setTimeout()

github.com/caoccao/Javenode - 4861e2fae2d2b6cb918b30e1f4d2a400185e6d04 authored over 3 years ago by Sam Cao <[email protected]>
Added setInterval to timers

github.com/caoccao/Javenode - 6d32618c4705194bc1a855af932939df51bc8d93 authored over 3 years ago by Sam Cao <[email protected]>
Added setImmediate to timers

github.com/caoccao/Javenode - c92d157dea74235ac5063d29675f45d937467d6b authored over 3 years ago by Sam Cao <[email protected]>
Added JNEventLoop

github.com/caoccao/Javenode - 446e81e020b862999e9d7a547d1b8e48567ab105 authored over 3 years ago by Sam Cao <[email protected]>
Refactor TimersTimeout

github.com/caoccao/Javenode - fe371780d2c55cd31f52919a07597f2d4b7dc19b authored over 3 years ago by Sam Cao <[email protected]>
Little refactor

github.com/caoccao/Javenode - 0ee5f8a5baa0b4083541792a72768be89c5e2e91 authored over 3 years ago by Sam Cao <[email protected]>
Refactored error handling in setTimeout()

github.com/caoccao/Javenode - 91ce8416fd4cb29b65d07f8b9f642ae12a208b10 authored over 3 years ago by caoccao <[email protected]>
Changed line separator to unix

github.com/caoccao/Javenode - ac4316aa792d097b6944e78449e754393289aadc authored over 3 years ago by caoccao <[email protected]>
Create FUNDING.yml

github.com/caoccao/Javenode - 7e91da088f4cd547445e772bc3989479374bdf16 authored over 3 years ago by Sam Cao <[email protected]>
Added PoC of setTimeout()

github.com/caoccao/Javenode - fbf2d68c8e8a5aee41c78248acf69a19d4317498 authored over 3 years ago by Sam Cao <[email protected]>
Create FUNDING.yml

github.com/caoccao/Javet - c0ff8c2e8cdfbb6a40185b9e739d1e22d5d34138 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.10 (#85)

* Added `JavetVirtualObject`
* Updated `JavetUniversalProxyHandler` to allow passing `V8Value`
...

github.com/caoccao/Javet - 80b160c53e86f0f356f9f83fd520774dfeca19b0 authored over 3 years ago by Sam Cao <[email protected]>
Upgraded Javet to v0.9.10

github.com/caoccao/Javenode - 9cfecccc3dc7b22983d122d4c85c122fb72275a1 authored over 3 years ago by Sam Cao <[email protected]>
Initialized timers

github.com/caoccao/Javenode - 1aa69547f3219521f6ab8c97733f48315a3252da authored over 3 years ago by caoccao <[email protected]>
Rename project to Javenode

github.com/caoccao/Javenode - 90edcc3dff7269e0e4079175b97a9cfd38207a6f authored over 3 years ago by caoccao <[email protected]>
Updated README.rst

github.com/caoccao/Javenode - b7c29cb50a3503b5b33fbfce58d845fcdce06c81 authored over 3 years ago by caoccao <[email protected]>
Added gradle project

github.com/caoccao/Javenode - 45982ec8b17a17ef2209acd6ed4fecca0e170d73 authored over 3 years ago by caoccao <[email protected]>
Updated README.rst

github.com/caoccao/Javenode - 73a878e34288bbddfaae1eb55f5bd949dea3b101 authored over 3 years ago by caoccao <[email protected]>
Initial commit

github.com/caoccao/Javenode - 4bfaecc95d445723dcb71ebd10767600ea5404c3 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.9 (#81)

* Upgraded Node.js to `v14.17.4` (2021-07-29)
* Added support to Mac OS x86_64
* Removed `stat...

github.com/caoccao/Javet - 9ffcadf5b421645b6d0b950560c697282b274e5f authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.8 (#76)

* Added `resolve()` and `reject()` to `V8ValuePromise`
* Added `staticClassEnabled` to `JavetPr...

github.com/caoccao/Javet - 37f7739ade3479073fe62b7af9d0dc995edf84cc authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.7 (#72)

* Added static mode to `JavetUniversalProxyHandler`
* Added `ownKeys()` to `JavetUniversalProxy...

github.com/caoccao/Javet - 07df86aae4abf57577766d37ba3e3712c9e554bc authored over 3 years ago by Sam Cao <[email protected]>
Update Readme to add the Discord (#69)

* Update README.rst

github.com/caoccao/Javet - daaa4fb565202b987967e5733012d763ca3ae682 authored over 3 years ago by MrEnxo <[email protected]>
Javet v0.9.6 (#63)

* Added `IV8ValueProxy` and `V8ValueProxy`
* Added `getTarget()`, `getHandler()`, `isRevoked()`...

github.com/caoccao/Javet - 2e4ca7cccc4f7c66ef98172b6bb379fcfe3b5eef authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.5 (#59)

* Upgraded V8 to `v9.2.230.21` [(2021-07-19)](https://v8.dev/blog/v8-release-92)

github.com/caoccao/Javet - f12972e08ab5db71910ab6e2d047faf52235b4e8 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.4 (#57)

* Added `JavetConverterConfig`
* Added `JavetEntityFunction` for `JavetObjectConverter`
* Upda...

github.com/caoccao/Javet - e13d5fa129006730886f15cd19ec79e1bb5f7141 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.3 (#55)

* Upgraded Node.js to `v14.17.2` [2021-07-01](https://github.com/nodejs/node/blob/master/doc/cha...

github.com/caoccao/Javet - 32ff273c338fe2e42b8b682da32b89778212eb1d authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.2 (#49)

* Upgraded Node.js to `v14.17.1` [(2021-06-15)](https://github.com/nodejs/node/blob/master/doc/c...

github.com/caoccao/Javet - 57210c8ed0ae06f1c9e69bb48dd621f355fa8068 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.1 (#47)

* Moved V8 to a custom classloader
* Enabled `unloadLibrary()` and `loadLibrary()` in `V8Host`

github.com/caoccao/Javet - 9b54b120546deee3b7ed9a6924a957f15c1fa943 authored over 3 years ago by Sam Cao <[email protected]>
Update README.rst

github.com/caoccao/Javet - 0fe198b8e221ef03a84e40df68fd7e3a1063e0a0 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.9.0 (#46)

* Upgraded Node.js to `v14.17.0` [(2021-05-11)](https://github.com/nodejs/node/blob/master/doc/c...

github.com/caoccao/Javet - d6e43dcc9741e7342f10ba008d389078559613eb authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.10 (#40)

* Renamed ``IJavetConsumer`` to ``IJavetUniConsumer``
* Added ``IJavetUniIndexedConsumer`` and ...

github.com/caoccao/Javet - 094e4fba94caa092fac2f7c028974a72ffc194fe authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.9 (#36)

* Renamed ``setFunction()`` to ``bindFunction()`` in ``IV8ValueObject``
* Renamed ``setFunction...

github.com/caoccao/Javet - 514c84314759efe01d9f550ea36b0c9bec0543e8 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.8 (#34)

* Re-organized doc.
* Added ``getJSFunctionType()``, ``getSourceCode()`` and ``setSourceCode()`...

github.com/caoccao/Javet - 0b452da774bfc3c9106309e2e40a948a5628232d authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.7 (#32)

* Supported native modules with rebuilt scripts
* Fixed ``NodeRuntime.await()`` to emit tasks

github.com/caoccao/Javet - 049593af843b9e63407524c3f8a6d1d26c9dcf16 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.6 (#31)

* Upgraded Linux build environment to Ubuntu 20.04 + GCC 9.3
* Enhanced ``NodeRuntime.await()``...

github.com/caoccao/Javet - a4c35adca2131418a03fcbffb79232c75cc0ec78 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.5 (#27)

* Universal object conversion is turned on for all API
* Added ``createV8ValueDouble()``,``crea...

github.com/caoccao/Javet - 86db6243c34a1eba1bc881490176c14a484fab0e authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.4 (#25)

* Added ``gcBeforeEngineClose`` to ``JavetEngineConfig``
* Added ``JavetCallbackException``
* ...

github.com/caoccao/Javet - 1a9d9b6be42c9e04f5616db20d78da0852704bfd authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.3 (#18)

* Added ``V8Runtime.lowMemoryNotification()`` and ``V8Runtime.idleNotificationDeadline()``
* Ad...

github.com/caoccao/Javet - 96638b9b906201cdd84fcc5166f25eb0142e0209 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.2 (#16)

* Enabled auto type conversion in primitive types
* Fixed a memory leak issue during V8Runtime ...

github.com/caoccao/Javet - db39ccc2fa2cab56635fc53608436bd9f018a741 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.1 (#13)

* Enabled declarative function interception
* Enabled custom object converter in function callb...

github.com/caoccao/Javet - d704ad73bbd0f8adace62781d79b6b661fb2cc45 authored over 3 years ago by Sam Cao <[email protected]>
Javet v0.8.0 (#8)

* Supported Node.js ``v14.16.0``
* Added ``V8Module`` and ``V8Script``
* Enhanced ``V8ValuePro...

github.com/caoccao/Javet - a1140c190b9e5c3c69cfeec5dd69aeb09983968b authored over 3 years ago by Sam Cao <[email protected]>
Dev/0.7.4 (#7)

* Added V8 primitive value cache
* Added live debug for Chrome Developer Tools

github.com/caoccao/Javet - a7639228277b2e96604ceca194291aac68e276f9 authored almost 4 years ago by Sam Cao <[email protected]>
Javet v0.7.3 (#6)

* Added ``V8ValueWeakMap`` and ``V8ValueWeakSet``
* Added ``forEach()`` to Collection
* Added ...

github.com/caoccao/Javet - 9f6284c707dd94244b31c4ab78496f501d4128b5 authored almost 4 years ago by Sam Cao <[email protected]>
Javet v0.7.2 (#5)

* Added ``setFunction(String functionName, String codeString)`` to ``IV8ValueObject``
* Added `...

github.com/caoccao/Javet - 932ee83d7a9606a831e087e5750a8b1b3ff6d1b7 authored almost 4 years ago by Sam Cao <[email protected]>
Javet v0.7.1 (#3)

* Updated version from 0.7.0 to 0.7.1

* Updated CRLF

* Updated V8 runtime lock() and unloc...

github.com/caoccao/Javet - 3226163b895061397d5942d97e860c0e7464871a authored almost 4 years ago by Sam Cao <[email protected]>
Javet v0.7.0 (#2)

* Updated document for the upcoming release.

* Added project structure, gradle build config
...

github.com/caoccao/Javet - 72a6535095c1ef2af5d786cf12923cd44404a3b0 authored almost 4 years ago by Sam Cao <[email protected]>
Update README.md

github.com/caoccao/caoccao.github.io - d39d3cfade08a70fd64dc76f89086331d8b5e4fc authored almost 4 years ago by Sam Cao <[email protected]>
Update README.md

github.com/caoccao/caoccao.github.io - d8771b7f28b2c6d70ea4310a1cf46d5d6a063b7a authored almost 4 years ago by Sam Cao <[email protected]>
Update README.md

github.com/caoccao/caoccao.github.io - 023055c9666ac98ea854b057d9aee7b58c0047cc authored almost 4 years ago by Sam Cao <[email protected]>
Update README.md

github.com/caoccao/caoccao.github.io - 13ae65792ce9bbbe0f5381a69cec8c09f7ee3829 authored almost 4 years ago by Sam Cao <[email protected]>
Update README.md

github.com/caoccao/caoccao.github.io - af11c083062bcdd3d04ed45c23cab42afa32f3a4 authored almost 4 years ago by Sam Cao <[email protected]>
Update README.md

github.com/caoccao/caoccao.github.io - d97cd1744d7f10cd97fe0981ddb7b0986ed552c4 authored almost 4 years ago by Sam Cao <[email protected]>
Update README.md

github.com/caoccao/caoccao.github.io - 8bd96460ab26ef69ec0cc7ab4da5c2827cb9737c authored almost 4 years ago by Sam Cao <[email protected]>
Set theme jekyll-theme-modernist

github.com/caoccao/caoccao.github.io - d5585da7b82e5ff9dd45d70af04ce99bd4b5febb authored almost 4 years ago by Sam Cao <[email protected]>
Update README.md

github.com/caoccao/Javet - 550633ef418ce60709611bc5d55638befeee771b authored almost 4 years ago by Sam Cao <[email protected]>
Enhanced README.md

github.com/caoccao/Javet - 33034b4678efeec4e739db378d074c2ad73905ea authored almost 4 years ago by samcao <[email protected]>
Enhanced README.md

github.com/caoccao/Javet - efd71aaf7725932d0caf2f206bb3bbb1342bb9c6 authored almost 4 years ago by samcao <[email protected]>
Upgraded license to Eclipse Public License 2.0

github.com/caoccao/Javet - 187e9dc37074875768cbfd7e8ad508b1580531f4 authored almost 4 years ago by samcao <[email protected]>
Revised license

github.com/caoccao/Javet - b705eb63bdeb0b37712df9e73d38ce3e4f57fa87 authored almost 4 years ago by samcao <[email protected]>
Added .gitignore and LICENSE

github.com/caoccao/Javet - 672fbed716644d41083b965c12cbbeaf61e0d402 authored almost 4 years ago by samcao <[email protected]>
First commit

github.com/caoccao/Javet - a55aa4df3381fb774bc47b0ce0568b93dbbb0700 authored almost 4 years ago by samcao <[email protected]>
first commit

github.com/caoccao/Javet - a802416e403ce874da7cf24dd427c1e060c4ccd4 authored almost 4 years ago by samcao <[email protected]>