### v3.0.5
- Update package info

### v3.0.4
- Fix bug in .off() function

### v3.0.3
- Fix bug in selector function
- Fix bug in .text() function

### v3.0.2
- Fix bug in .css() function

### v3.0.1
- Remove empty style attributes from elements modified by .css() function

### v3.0.0
- Using optional customEventInit parameter for .trigger() function

### v2.6.5
- Fix another typescript warning

### v2.6.4
- Fix typescript warning

### v2.6.3
- Allow number as css value type in .css() function

### v2.6.2
- Set return type of .each() callback function to 'void'

### v2.6.1
- Fix context in .each() function

### v2.6.0
- Add .each() function

### v2.5.3
- Fix bug in .closest() function

### v2.5.2
- Use custom return type for offset() function

### v2.5.1
- Fix selector bug (issue #7)

### v2.5.0
- Fix bug in .append() and .prepend()
- Add .add()
- Update docs

### v2.4.4
- Fix some type declarations

### v2.4.3
- Add type declarations

### v2.4.2
- Fix selector typing #2

### v2.4.1
- Fix selector typing

### v2.4.0
- Add support for HTML string as parameter for selector function

### v2.3.0
- Add support for DOM node and VeamsQuery object as parameter for .html() 

### v2.2.24
- Fix bug in .val()

### v2.2.23
- Fix #5 (Repack)

### v2.2.22
- Fix #5

### v2.2.21
- Repack

### v2.2.20
- Update version number

### v2.2.19
- Fix window selection bug

### v2.2.18
- Fix context selector bug

### v2.2.17
- Fix another selector bug

### v2.2.16
- Ignore empty objects as selector

### v2.2.15
- Fix bug in id selection

### v2.2.14
- Update README again

### v2.2.13
- Update docs

### v2.2.12
- Remove bower package

### v2.2.11
- Update README

### v2.2.10
- Repack

### v2.2.9
- Add option for content type + send correct request data in POST

### v2.2.8
- Convert in TypeScript

### v2.2.7
- Repack

### v2.2.6
- Fix event binding/unbinding issue in .on() and .off()

### v2.2.5
- Use computed style for .css() instead of just checking style props

### v2.2.4
- Repack

### v2.2.3
- Fix issue with unbinding specific handler in .off()

### v2.2.2
- Add support for notification of listeners in capturing phase in .on()

### v2.2.1
- Show error message if browser doesn't support 'Promise'

### v2.2.0
- Use 'json' as default dataType in .ajax()

### v2.1.0
- 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

### v2.0.0
- Rewrite module in ES6

### v1.7.6
- Rebuild module

### v1.7.5
- Update package.json

### v1.7.4
- Rebuild module

### v1.7.3
- Update readme

### v1.7.2
- Rebuild module

### v1.7.1
- Update version

### v1.7.0
- prepare VeamsQuery for NPM

### v1.6.0
- add function .serialize()

### v1.5.0
- add functions .val() and .offset()

### v1.4.1
- do not call getElementById for element (use document instead)

### v1.4.0
- add function .prop()

### v1.3.0
- add function .closest()
- add support for selector in function .on()
- set length to 0 if no selector passed to selector function

### v1.2.0
- add functions .outerHeight() and .outerWidth()
- fix issue in function .css()

### v1.1.0
- add elements and length property to VeamsQueryObject
- remove node property

### v1.0.3
- remove trailing comma in variable declaration

### v1.0.2
- use ES5 variable declaration

### v1.0.1
- remove package.json

### v1.0.0
- initial version