summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-07-19 14:44:29 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-07-19 14:44:29 (GMT)
commit7e8c45485a36b9b7b264c33e8c724dd035553ed7 (patch)
tree961489b64af650cc7c418720b5216c95afe74271
parent4b3a6acde1d88a238a711a512e439d7b8ea206ec (diff)
downloaduscxml-7e8c45485a36b9b7b264c33e8c724dd035553ed7.zip
uscxml-7e8c45485a36b9b7b264c33e8c724dd035553ed7.tar.gz
uscxml-7e8c45485a36b9b7b264c33e8c724dd035553ed7.tar.bz2
Bold the fact that we dropped v8
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5b127f..e715cc3 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ For more detailled information, refer to the [documentation](http://tklab-tud.gi
* **[9db80409b3ca048c4b404a43d2c224f374c0090a](https://github.com/tklab-tud/uscxml/pull/163/commits/9db80409b3ca048c4b404a43d2c224f374c0090a):**
- We dropped support for Google's V8 ECMAScript engine. The API is changing too fast and there is no reliable way to get / build / identify older versions. The latest branch will not work with the wrappers generated from even SWIG 4.0 and I have no time to keep up with them. Use JavaScriptCore, its API is unchanged since we started to support it in 2012. If you feel capable to maintain the [](V8DataModel.cpp) send a push request. Everything will be left in place but we will ignore `libv8` at configure time. I may have another look when a number of Linux distribution settled on a more recent version, most are still shipping v8 in version 3.14.
+ We **dropped support for Google's V8 ECMAScript engine**. The API is changing too fast and there is no reliable way to get / build / identify older versions. The latest branch will not work with the wrappers generated from even SWIG 4.0 and I have no time to keep up with them. Use JavaScriptCore, its API is unchanged since we started to support it in 2012. If you feel capable to maintain the [](V8DataModel.cpp) send a push request. Everything will be left in place but we will ignore `libv8` at configure time. I may have another look when a number of Linux distribution settled on a more recent version, most are still shipping v8 in version 3.14.
* **[bfefa5fd44b9ed1491612f26b099db8ad624247b](https://github.com/tklab-tud/uscxml/pull/155/commits/bfefa5fd44b9ed1491612f26b099db8ad624247b):**