Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
Denis Bardadym edited this page Jan 27, 2017 · 7 revisions

Welcome to the should.js wiki!

Future changes (possible)

For 13.x

  • Remove .enumerable, .enumerables

For future

  • Remove changing current object in plural assertions like .property, .key etc. Instead user can call .which modifier which will change current object to last used in plural assertion. This case we will not force user to do this.
  • Remove .not <-- it really does not make sense. It is some sort of antipattern, it has very limited usage in some edge cases, but it produce additional class of problems (false negative results).