.. |
Array.js
|
fix a bug in sort/sortBy
|
2012-06-19 21:29:16 +02:00 |
Async.js
|
make Ox.forEach(object...) return a number; remove Ox.setPropertyOnce; move Ox.last to Array.js; update documentation and tests
|
2012-06-02 16:08:01 +02:00 |
Collection.js
|
move Ox.isEmpty from Collection.js to Type.js
|
2012-06-18 19:10:41 +02:00 |
Color.js
|
change the signature of Ox.pad to match Ox.truncate
|
2012-06-04 11:08:38 +02:00 |
Constants.js
|
remove unneeded constants
|
2012-06-04 11:49:27 +02:00 |
Core.js
|
minor cleanup
|
2012-06-20 18:49:06 +02:00 |
Date.js
|
use base 10 in parseInt, use Math.floor for numbers
|
2012-06-13 10:28:21 +02:00 |
DOM.js
|
in documentation use foo , not <code>foo</code>
|
2012-06-02 13:06:44 +02:00 |
Encoding.js
|
in documentation use foo , not <code>foo</code>
|
2012-06-02 13:06:44 +02:00 |
Format.js
|
Ox.formatRoman: add test
|
2012-06-20 12:03:10 +02:00 |
Function.js
|
minor cleanup
|
2012-06-21 13:47:52 +02:00 |
Geo.js
|
fix Ox.isEqual(-0, +0), update tests
|
2012-05-27 18:59:40 +02:00 |
Hash.js
|
minor cleanup
|
2012-06-11 23:45:37 +02:00 |
HTML.js
|
Ox.sanitizeHTML: decode html entities before encoding html entities; Ox.parseMarkdown: encode '<' in code spans and code blocks
|
2012-06-22 10:24:25 +02:00 |
JavaScript.js
|
Ox.tokenize: handle '.1'
|
2012-06-21 08:08:45 +02:00 |
Math.js
|
add Ox.hypot
|
2012-06-21 13:39:19 +02:00 |
Object.js
|
in documentation use foo , not <code>foo</code>
|
2012-06-02 13:06:44 +02:00 |
Polyfill.js
|
add atob and btoa polyfills
|
2012-06-15 10:39:22 +02:00 |
RegExp.js
|
simplify escapeRegExp regexp
|
2012-05-29 12:59:41 +02:00 |
Request.js
|
remove a print statement
|
2012-06-21 08:55:05 +02:00 |
String.js
|
fix test result
|
2012-06-20 22:11:05 +02:00 |
Type.js
|
move Ox.isEmpty from Collection.js to Type.js
|
2012-06-18 19:10:41 +02:00 |