Skip to content

v0.1.13

Latest
Compare
Choose a tag to compare
@st0012 st0012 released this 26 Apr 06:21
· 50 commits to master since this release

This version contains many new APIs, bug fixes and internal refactorings.

Features

  • Array.new(args) - #832
  • Object#rand - #819
  • Object#sql? - #843
  • Class#define_method - #842
  • Object#define_singleton_method - #842
  • Multiple Float APIs - #664 (thanks to @SD10)
    • #abs
    • #cel
    • #floor
    • #round
    • #positive?
    • #negative?
    • #zero?

Library

  • Added before and after callback to Spec library - #835

Fixes

Breaking Changes

  • =~ is now deprecated. Please use String#match? instead. - #802