Changes file for Math::JS
0.03
- Provide sub urs() to perform unsigned 32-bit right shift as per
JavaScript's '>>>' operator.
- Overload '%' operator to mimic JS '%' operation (by wrapping C's fmod
function).
- Add new test files t/switch_args.t, t/inc_dec.t.
0.02
- Avoid dealing with buggy floating-point assignments by not supporting
perls older than 5.30.
- Address portability issues regarding is_ok().
0.01
- first release.