- Update package info
- Fix bug in .off() function
- Fix bug in selector function
- Fix bug in .text() function
- Fix bug in .css() function
- Remove empty style attributes from elements modified by .css() function
- Using optional customEventInit parameter for .trigger() function
- Fix another typescript warning
- Fix typescript warning
- Allow number as css value type in .css() function
- Set return type of .each() callback function to 'void'
- Fix context in .each() function
- Add .each() function
- Fix bug in .closest() function
- Use custom return type for offset() function
- Fix selector bug (issue #7)
- Fix bug in .append() and .prepend()
- Add .add()
- Update docs
- Fix some type declarations
- Add type declarations
- Fix selector typing #2
- Fix selector typing
- Add support for HTML string as parameter for selector function
- Add support for DOM node and VeamsQuery object as parameter for .html()
- Fix bug in .val()
- Fix #5 (Repack)
- Fix #5
- Repack
- Update version number
- Fix window selection bug
- Fix context selector bug
- Fix another selector bug
- Ignore empty objects as selector
- Fix bug in id selection
- Update README again
- Update docs
- Remove bower package
- Update README
- Repack
- Add option for content type + send correct request data in POST
- Convert in TypeScript
- Repack
- Fix event binding/unbinding issue in .on() and .off()
- Use computed style for .css() instead of just checking style props
- Repack
- Fix issue with unbinding specific handler in .off()
- Add support for notification of listeners in capturing phase in .on()
- Show error message if browser doesn't support 'Promise'
- Use 'json' as default dataType in .ajax()
- Improve event handling in .on(), .off()
- Enable support for POST-request in .ajax()
- Add support for sending data in .ajax()
- Use promise for .ajax()
- Bugfixes
- Rewrite module in ES6
- Rebuild module
- Update package.json
- Rebuild module
- Update readme
- Rebuild module
- Update version
- prepare VeamsQuery for NPM
- add function .serialize()
- add functions .val() and .offset()
- do not call getElementById for element (use document instead)
- add function .prop()
- add function .closest()
- add support for selector in function .on()
- set length to 0 if no selector passed to selector function
- add functions .outerHeight() and .outerWidth()
- fix issue in function .css()
- add elements and length property to VeamsQueryObject
- remove node property
- remove trailing comma in variable declaration
- use ES5 variable declaration
- remove package.json
- initial version