summaryrefslogtreecommitdiffstats
path: root/HISTORY.md
blob: ba106096ca9092aa0a3e239941d18731962d7595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# History

## v2.0.0-alpha.10 November 3, 2014
- Switch source to [CoffeeScript](http://coffeescript.org)

## v2.0.0-alpha.9 October 16, 2014
- `id` parameter of `.once()` now a required parameter
  - From [@theodoreb](http://github.com/theodoreb)

## v2.0.0-alpha.8 October 9, 2014
- Update documentation
- Fix whitespace
- Switch from JSHint to ESLint

## v2.0.0-alpha.7 October 8, 2014
- Removed unneeded cache variable

## v2.0.0-alpha.6 October 5, 2014
- Removed function callback in order to promote jQuery chaining standards

## v2.0.0-alpha.5 October 5, 2014
- Added findOnce() to allow filtering once'd elements
- Added inline JavaScript code documentation

## v2.0.0-alpha.4 October 4, 2014
- Updated documentation

## v2.0.0-alpha.3 October 1, 2014
- Updated version dependency on Projectz
- Updated documentation

## v2.0.0-alpha.2 September 27, 2014
- Updated documentation

## v2.0.0-alpha.1 September 26, 2014
- Updated tests
- Updated documentation
- Added Travis build status
- Fix to use data attributes rather than a class attribute

## v1.2.6 August 31, 2013
- Fixed Bower
- Updated documentation

## v1.2.3 June 13, 2013
- Added jquery.once.min.js to the file meta data
- Added removeOnce() test
- Don't limit jQuery.once usage to jQuery 1.8.
- Updated documentation

## v1.2.3 June 13, 2013
- Added tests
- Fixed documentation

## v1.2.1 May 18, 2013
- Added UMD support
- Added Bower support

## v1.2.0 April 5, 2013
- Added jQuery Once