Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.02 KB

History.md

File metadata and controls

55 lines (38 loc) · 1.02 KB

0.7.1 / 2013-06-18

  • add .reject()
  • pin deps

0.7.0 / 2013-05-27

  • add .removeAttr(name)

0.6.0 / 2013-04-24

  • add Enumerable iterator support. Closes #35

0.5.0 / 2013-04-14

  • add .value([val])

0.4.0 / 2013-03-14

  • add query dep for .find()
  • add .empty()

0.3.0 / 2013-03-13

  • add component/css support. Closes #29
  • add dom.js build target

0.2.0 / 2013-02-23

  • 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

0.1.0 / 2013-01-04

  • add .toggleClass(name, bool) support
  • fix for latest domify()