- Bugfix: Specs were not picking up that Array and Hash did not trigger updates correctly
- Array and Hash no longer wrap their contents in attributes.
- Added opal-rspec to ensure that everything works OK when running in a browser context
- Improved the API by extending the ruby Signal module
- Added the StandardProcedure namespace, as ::Signal is used by Ruby itself
- Added in Signal::Attribute::Array and Signal::Attribute::Hash
- Initial release
Things to do:
- Add compound types