Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 956 Bytes

CHANGELOG.md

File metadata and controls

14 lines (8 loc) · 956 Bytes

CHANGELOG | current

  • Added: verge.aspect()
  • verge.rectangle(): Invalid inputs now return false rather than undefined. Removed undocumented 3rd param.
  • Added: verge.matchMedia() and verge.mq()

Major simplifications were made. All .fn methods were removed. See #1. This also allowed for the top-level .bindVerger and .bridge methods to be removed, as integration is now much more simple. See README.md. The .noConflict unnecessary and was also removed. What left with is a lightweight static api. Devs can decide how and if they want to implement effins, while verge simply provides the functional tools to do so.