Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 432 Bytes

CHANGELOG.md

File metadata and controls

16 lines (9 loc) · 432 Bytes

[Unreleased]

  • Added support for running crustalruby without the crystal binary in dry mode. [#15]

[0.1.4] - 2024-04-10

  • Fix bug in type checking on deserialization of union types

[0.1.3] - 2024-04-10

  • Support exceptions thrown in Crystal being caught in Ruby
  • Support complex Ruby type passing (while preserving type checking), using JSON as serialization format.

[0.1.0] - 2024-04-07

  • Initial release