Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 681 Bytes

todo.md

File metadata and controls

16 lines (12 loc) · 681 Bytes

Dabby.js To Do List

This project is currently pretty close to a feature complete, stable beta release, this is a list of what needs doing to get it there:

  • Implement $.fn.serializeArray() (Is this needed??)
  • Implement $.fn.wrapInner()
  • Write basic documentation for each method, along with example, and differences to jQuery
  • Write basic tests for each method
  • Go over each method and check that each argument fingerprint is either covered or not going to be implemented
  • Update existing tests to include all fingerprints
  • Fix bugs!!!

Things to do in the future:

  • More extensive test coverage
  • More extensive jQuery API coverage?