Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

v1.0.2

@AndyObtiva AndyObtiva tagged this 10 Jan 06:02
- Implement to_s (e.g. `#<struct Person full_name=nil, age=nil>` for `Person` class )
- Fix issue with ability to handle cycles in to_s/inspect implementation (printing #<struct #<Class:0x00007ff874073590>:...> when self object is encountered within attributes)
- Fix issue with ability to handle cycles in hash implementation, including Opal
- Fix issue with ability to handle cycles in equality
- Fix issue with ability to handle cycles in equivalence
Assets 2