mini_racer/CHANGELOG

33 lines
599 B
Plaintext
Raw Normal View History

2016-05-19 12:15:54 +00:00
19-05-2016
2016-06-15 01:23:41 +00:00
- 0.1.4
- Set upper bound for libv8 inclusion @ignisf
- Support conversion of Date, Time and DateTime from Ruby to JS @seanmakesgames
- Support conversion of large numbers back from Ruby to JS @seanmakesgames
2016-05-19 12:15:54 +00:00
- 0.1.3
- Support more conversions from Ruby back to JS (Hash, Symbol, Array)
- Support attaching nested objects
2016-05-17 00:49:48 +00:00
17-05-2016
2016-05-19 12:15:54 +00:00
- 0.1.2
2016-05-17 00:49:48 +00:00
- Gemspec specifies minimal version of Ruby (2.0)
- Implement #load on Context to load files
2016-05-16 21:31:41 +00:00
17-05-2016
2016-05-19 12:15:54 +00:00
- 0.1.1
2016-05-16 21:31:41 +00:00
- Added unblock function so SIGINT does not lead to a crash
2016-05-14 07:11:40 +00:00
14-05-2016
2016-05-19 12:15:54 +00:00
- 0.1.1.beta.1
2016-05-14 07:11:40 +00:00
- First release