purescript-contrib/purescript-arraybuffer

Version 1.0.1 should be 2.0.0

Closed this issue · 1 comments

Bower components should use semvar. In semvar, 1.0.0 => 1.0.1 indicates a patch update - a backwards compatible bug fix. Changing type signatures is a non-backwards compatible change, so the major version should have been bumped to help avoid type errors when compiling old code.

Tagged as v2.0.0, thanks.