- inline
isArray()for now - component: update "classes" and "to-function" deps
- component: update "domify" to v1.3.2
- package: add browserify support
- package: add "keywords" array
- update domify
- Update matthewp/keys
- update component/delegate to 0.2.1
- cmp: bump 1.0.3
- cmp: bump to-function@2.0.0
- cmp: bump each@0.2.2
- pin component/to-function
- BREAKING: Use an array-like object (like jquery) & reorganize project.
- add: dom.use(fn) to support plugins
- add: .replace()
- fix: .html() return value of self
- add: trimming html on initial to clean up messy html
- fix: insertAfter on a NodeList
- add "action" and "method" to attr shorthand methods
- add
.parent([selector]) - add
.parents([selector]) - add
.next([selector]) - add
.prev([selector]]) - add
.is(selector)
- add .insertAfter()
- add "type" attribute
- add .reject()
- pin deps
- add .removeAttr(name)
- add Enumerable iterator support. Closes #35
- add .value([val])
- add query dep for
.find() - add
.empty()
- add component/css support. Closes #29
- add
dom.jsbuild target
- add event delegation example
- add manipulation example
- add initial .remove() implementation
- add .text(str) tmp implementation
- add
.prop()method - add
.get()==.get(0) - add
.appendTo() - add
.removeClass(regexp)support - add
.css(object)support - change .append() and .prepend() to return new list
- change
.attr()to set attribute for each element
- add .toggleClass(name, bool) support
- fix for latest domify()