mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
document changes since last version.
This commit is contained in:
parent
38e8902266
commit
2d94cbf943
1 changed files with 12 additions and 8 deletions
20
Changelog.md
20
Changelog.md
|
@ -1,14 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.x
|
## 0.11
|
||||||
|
|
||||||
* codebase completely re-written from scratch
|
* upgrade V8 version to 3.11.8
|
||||||
* upgrade to v8 3.11.8
|
* remove dependency on libv8. enable compilation against system v8
|
||||||
* remove dependency on gem version of libv8. enable compile against system v8
|
* complete re-write of low-level C layer for dramatically increased stability and performance
|
||||||
* ease the building of binary versions of
|
* more faithful and complete coverage of the low-level C API
|
||||||
* more faithful coverage of the low-level API
|
* ease the building of binary gems
|
||||||
* re-writter memory management to remove MRI
|
* official support for Rubinius
|
||||||
* support for rubinius
|
* ability to query V8 for memory usage and set resource constraints
|
||||||
|
* extensible conversion framework for thunking Ruby values to V8 and vice-versa
|
||||||
|
* extensible invocation framework for calling Ruby code (Proc, Method, etc...) from JavaScript
|
||||||
|
* extensible access framework for interacting with Ruby properties from JavaScript
|
||||||
|
* provide explicit context teardown for distributed cycles of garbage.
|
||||||
|
|
||||||
|
|
||||||
## 0.10.1 2012/04/05
|
## 0.10.1 2012/04/05
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue