All Versions
12
Latest Version
Avg Release Cycle
37 days
Latest Release
2476 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.5 Changes
June 04, 2018- [IMPROVEMENT] Add coercion for
usize
andisize
- [IMPROVEMENT] Add coercion for
-
v0.7.4 Changes
June 02, 2018- ๐ [BUGFIX] Ensure classes with a
struct
also definesinitialize
- ๐ [BUGFIX] Ensure Ruby Strings have the correct encoding before performing coercion
- ๐ [BUGFIX] Abort rake task when
cargo build
fails - [IMPROVEMENT] Add coercion for tuples
- ๐ [BUGFIX] Ensure classes with a
-
v0.7.3 Changes
March 06, 2018- ๐ [IMPROVEMENT] Various improvements to the underlying
libcruby-sys
library
- ๐ [IMPROVEMENT] Various improvements to the underlying
-
v0.7.2 Changes
October 10, 2017- [IMPROVEMENT] Add coercion for Symbols
- [IMPROVEMENT] Allow consuming self in methods
-
v0.7.1 Changes
October 06, 2017- [IMPROVEMENT] Add coercion for
Vec
andHashMap
- [IMPROVEMENT] Add coercion for
-
v0.7.0 Changes
October 04, 2017- ๐ [IMPROVEMENT] Add error message for parse errors
- ๐ [IMPREVEMENT] Support #[ruby_name] remapping for classes
- ๐ [IMPREVEMENT] Support returning an exception to Ruby (via
Result
coercion) - ๐ [BUGFIX] Fix build erros for project names with more than one
-
- ๐ [EXPERIMENTAL] Make it possible to implement
FromRuby
andToRuby
for custom types
-
v0.6.4 Changes
September 05, 2017- ๐ [BUGFIX] Compile 32-bit windows .lib with 32-bit toolchain
-
v0.6.3 Changes
August 31, 2017- ๐ [BUGFIX] Include *.lib in libcruby-sys
-
v0.6.2 Changes
August 29, 2017- ๐ [DEPRECATION] Deprecate passing project name to
BuildTask
- ๐ [DEPRECATION] Deprecate passing project name to
-
v0.6.1 Changes
May 18, 2017- ๐ [BUGFIX] Fix path in copy_dll task for Windows installation
- ๐ [BUGFIX] Fix compatibility with serde_json
- ๐ [BUGFIX] Correctly handle projects with dashes in their name
- ๐ [IMPROVEMENT] Better language around coercion failures