* [33mc83f99f (HEAD, master, amd)[m Updated assetgraph
* [33ma449525[m Added AMD module support
* [33m77222de (origin/master)[m Published v2.2.4
* [33m762f540[m lib/color: Fixed reference error on 'one' in global scope. Closes #5
* [33m366da4a[m Undo committing newly built files on previous commit
* [33mde8a027[m README.md: Clarified how to build one-color locally. Closes #6
* [33mafef15f[m Switched to 2-clause BSD license. Fixes #4.
* [33m9d5ae63[m Added links til built library files in README.md
* [33m61740f3[m Fixed file name in README.md
* [33md9a21ff[m Added syntax highlighting to README.md
* [33m2b7bba7[m Removed one.color.Interpolator, it's way too specific to have a place here.
* [33m75ee7ef[m package.json: Update assetgraph to 0.4.4. Please run 'npm install'.
* [33m8499b6c[m Added named colors test.
* [33mfe714fd[m Removed '#' from the values in the namedColors hash and use the 3 hex char syntax whenever possible. Saves 155 bytes in one-color-all.js.
* [33mc39c02f[m Removed installColorSpace docs now that the function isn't exposed.
* [33mc54a760[m Updated path in README (changed in 4371f83)
* [33mbdd9862 (v2.2.3)[m Release 2.2.3. Closes #3
* [33mde692b5[m Make sure we are actually publishing the newest version to npm bu making a clean build
* [33m63a971e[m Update README.md
* [33m4371f83[m Put the named color map in a variable (saves 37 bytes).
* [33mb991fcc[m Removed the 'one' level in the directory structure, cleaned up a bit and removed some duplication (saves 43 bytes ungzipped).
* [33m20f52aa[m Saved another 82 bytes by not exposing one.color.installColorSpace
* [33mdfd9e9b[m Plugins: Cleanups and fixes, saves 35 bytes in one-color-all.js (ungzipped).
* [33m6f10e81[m toAlpha plugin: Fixed typo in 'forEach'.
* [33m2ecf34a[m Fixed one.color.Interpolator.
* [33m4f049ae[m Removed annoying jsdoc documentation. See the README instead.
* [33m7ed23c9 (v2.2.2)[m Release 2.2.2.
* [33m797ae8b[m Refactored Interpolator.js to use the current API
* [33m9ec97e2[m Refactored files to assume local ONECOLOR variable in scope for build time optimization
* [33m4b740fb[m README: Added docs for CMYK and color.equal
* [33m4751862 (v2.2.1)[m Release 2.2.1.
* [33m611efda[m Optimized the plugins to use the ONECOLOR shorthand, saving extra bytes in the one-color-all.js build.
* [33m90a440e[m Changed test to test all built bundles
* [33ma2bd01f[m Replaced uglifyjs with minification through AssetGraph transform
* [33m194cf98[m Update README.md
[31m|[m * [33m0b1bf68 (origin/colorspaces)[m Updated XYZ to use the newest installColorSpace syntax.
[31m|[m * [33mee5e742[m Updated LAB.js to use the most recent installColorSpace syntax
[31m|[m * [33m9b2b790 (colorspaces)[m First draft of XYz and Lab color spaces
[31m|[m[31m/[m  
* [33m81d4c58 (v2.2.0)[m Release 2.2.0.
* [33m08a1db6[m plugins/toAlpha.js now parses the input color as well
* [33m73afb3c[m refactored plugins/mix.js to parse the other color and reduced the number of calculations in the return statement
* [33m53976b7[m Added convencience method: toAlpha
* [33m0d2c8c2[m Added convencience method: saturate
* [33m40376d3[m Added convencience method: rotate
* [33md61120e[m Added convencience method: opaquer
* [33m45e477f[m Added convencience method: negate
* [33ma938203[m Added convencience method: mix
* [33m5926e80[m Added convencience method: lighten
* [33me444b62[m Added convencience method: gr[ea]yscale
* [33md1c7876[m Added convencience method: desaturate
* [33mf859e03[m Added convencience method: darken
* [33m6875647[m Added convencience method: clearer
* [33mf84f859[m Added installMethod for extending the prototype of one.color
* [33m77ff17d[m Update README.md
* [33m356fdab (v2.1.0)[m Release 2.1.0.
* [33m0b4e7e4[m Lowercase the named color name before looking it up in the one.color.namedColors map.
* [33mcd37673[m package.json: Specified one-color-all-debug.js as 'main' so there's support for named colors in node.js.
* [33m509d56b[m README: Documented named colors.
* [33m39d152a[m Added separate 'all' build that includes the list of named colors.
* [33me6c674b[m Added named color support (the list itself is in a separate, optional module).
* [33mcef3f2f[m Updated the README to be more example driven.
* [33mad2b47c[m Untabified lib/one/color/_all.js.
* [33mbd554d4[m .gitignore: Add leading and trailing slashes to the directory entries.
* [33m0ea7dbf[m package.json, prepublish hook: Changed ; to && so all the commands are required to succeed.
* [33m20cee19[m Release 2.0.7
* [33m66de53f[m Added support for ender.js
* [33m6a820ad[m More API tests
* [33m62b3fe1[m Refactored for readability (in exchange for 7 bytes).
* [33ma1884b1 (v2.0.6)[m Release 2.0.6
* [33m483edb3[m Fixed error introduced in 718676b
* [33md1db33b (v2.0.5)[m Release 2.0.5
* [33mb8dc0d4[m Added test suite skeleton
* [33m0518bab[m Switched minification from yuicompressor to uglifyjs
* [33m718676b[m Minification refactoring
* [33me7859b2 (v2.0.4)[m Release 2.0.4.
* [33mc67519c[m Minification refactoring
* [33mbd6b198[m Bugfix: Changed lazy namespace creation to not override one if it existed before
* [33meb81daf[m Removed executable bit on all js files
* [33m8693ef5[m Updated maintainers
* [33m0cef6a7[m Release 2.0.3.
* [33m729d13f[m Fixed broken one.include statements.
* [33m438c5ca (v2.0.2)[m Release 2.0.2.
* [33md33e39b[m New build.
* [33me5ecb4a[m package.json: Added prepublish hook that makes sure that 'make' has been run so we don't run the risk of publishing old versions of the generated files.
* [33mdc589e2[m package.json: Updated assetgraph-builder to 0.2.36 (development dependency).
* [33m90c01b0[m Optimized parser order for canvas input
* [33md8ec6c4[m Added parser case for 4 element array with ints [0;255] assuming canvas calculations
* [33m27717f4 (v2.0.1)[m Release 2.0.1
* [33me46d9fe[m package.json: Untabify.
* [33m0648cd4[m New build.
* [33m9a0487c[m HSV => HSL and HSL => HSV conversion: Avoid division by zero near black when computing the saturation.
* [33m90ba908[m New build
* [33mef2c2d7[m Fixed regression introduced in 03950f4
* [33m34bc986[m Minor refactoring to one/color.js
* [33m03950f4[m Node check code so it doesn't throw an error in the browser console
* [33me219b85[m Updagted demo script to use new API
* [33mc387097[m HSL -> HSV conversion fails when lightness equals 0, added comment
* [33m73b86cb[m New build
* [33mc1aeabc[m Refactoring for better minification
* [33me7efc38[m Updated documentation
* [33ma44c523[m Removed String-caplitalize.js sinxe it's no longer needed with the v2.0 API
* [33m091ff42[m Removed String-caplitalize.js sinxe it's no longer needed with the v2.0 API
* [33m1af3529[m Updated links til built files... AGAIN
* [33mbc13510[m Fixed links to built files
* [33m655c303 (tag: v2.0)[m Added missing function call parentheses in readme
* [33m83a2d79[m Updated documentation
* [33m952dd2f[m Added some API documentation from CopenhagenJS october 2011 slides
*   [33m1c68c9c[m Merge branch 'newapi' of github.com:One-com/one-color
[33m|[m[34m\[m  
[33m|[m * [33m7a37a34 (origin/newapi)[m Jslint fix.
[33m|[m * [33m7cc8662[m Fixed bug in equals method.
[33m|[m * [33m2f151f6[m Forgot to remove all traces of one/color/RGB.js after merging it into color.js.
[33m|[m * [33ma19e526[m New build.
[33m|[m * [33mf58f4cd[m Made the css color parsing code in one.color more readable, second pass.
[33m|[m * [33mb1fa071[m Made the css color parsing code in one.color more readable.
[33m|[m * [33m7e8f27e[m Omit one.color.CMYK from the standard build (again).
[33m|[m * [33me850f23[m Fixed parsing of hsl/hsv css colors.
[33m|[m * [33m61b061f[m Refactored the css color regexp for readability.
[33m|[m * [33m0528850[m New build.
[33m|[m * [33m280c24f[m Support hsl(...) and hsv(...) css syntax when parsing color strings.
[33m|[m * [33m0031e2d[m New build.
[33m|[m * [33m8761e54[m Fixed fallback for the alpha property.
[33m|[m * [33m1e00309[m Makefile: Don't build doc per default.
[33m|[m * [33m7706355[m README: Updated to new api.
[33m|[m * [33m687d70a[m New build.
[33m|[m * [33mc69bd95[m Moved color-parse.js, color/RGB.js and color-installColorSpace.js into color.js and made one.color (the namespace) double as the parse function.
[33m|[m * [33m9fc78a2[m New build.
[33m|[m * [33m3c30635[m fixup colorspace conv.
[33m|[m * [33m7d05c6f[m toHex() => hex(), toCSS() => css(), toCSSWithAlpha() => cssa()
[33m|[m * [33m8f6292a[m Lowercased and removed the 'to' prefix from colorspace conversion methods (toCMYK() => cmyk()).
[33m|[m * [33m5344ecb[m Merged (get|set|adjust)<propertyName> into a single method and store the values in underscore-prefixed properties.
[33m|[m * [33m6a92736[m package.json: Specify one-color-debug.js as the main file.
* [34m|[m [33m3c54ce8[m Updated CSSS
* [34m|[m [33m2cc0153[m Updated to new version of CSSS and patched the regression error in issue #21
* [34m|[m [33m0936c9c[m Inlined copy of CSS NYAN CAT into demo slide and remove colorcat submodule
* [34m|[m [33m1aa32b4[m Improved method documentation in slides
* [34m|[m [33m2c896f3[m Fixed syntax error in slides
* [34m|[m [33m914e7e7[m Added glow to HSV image
* [34m|[m [33m3192f9f[m Updated slides
* [34m|[m [33m3b8996d[m Added colorcat demo to slides
* [34m|[m [33m634e9e3[m Added colorcat as submodule
* [34m|[m [33mab85073[m Modified slides
* [34m|[m [33m3d08ccc[m Updated slideshow
* [34m|[m [33me21807c[m Added Slide about Base architecture
* [34m|[m [33macd68b9[m Updated slideshow
* [34m|[m [33m62998dd[m Removed template stuff
* [34m|[m [33m7009162[m Added CSSS slides, not done yet
* [34m|[m [33mcd20380[m Added CSSS slide system
* [34m|[m [33mea976c5[m Added msi@one.com's slide deck from Open Source days
[34m|[m[34m/[m  
* [33ma258ef3 (tag: v1.1)[m New build
* [33mf475564[m Revert "Added support for CSS hex color shorthand notation"
* [33mb30be4f[m Added building of API docs with jsdoc toolkit to Makefile
* [33me83d40a[m Documentation
* [33m75cbdbf[m Added support for CSS hex color shorthand notation
* [33m90f3a71[m Fixed error in rgbaregexp match enumeration
* [33m28d0496[m Added Disqus comment field
* [33m6b8cd2d[m I wish I was a native english speaker :)
* [33m5470cd6[m Added demo page
* [33mb88b831[m New build
* [33m92e59da[m Made same build work in browsers and node
* [33m102e91b[m Hardcoded AssetGraph-builder version to 0.2.11
* [33me726c7b[m Fixed global scope assumptions from set and adjust methods
* [33m515d1e2[m First stab at getting node module to work
* [33mac1313e (tag: v1.0)[m Linked to pre-built packages in documentation
* [33m609dc6d[m Minor documentation
* [33m41e664f[m Updated link to jsdoc toolkit
* [33m6b3d909[m README.rst: Fixed some typos
* [33m8d29037[m Changed RGBA CSS color string parsing to use regex for better speed
* [33mcb0c827[m Added parsing of the browsers usual CSS string representation when querying the styles in DOM.
* [33m034375a[m Updated readme
* [33me0abb39[m Updated build
* [33me26e293[m Updated readme file
* [33m9af69ee[m Removed some comments relating to ExtJS, which aren't relevant
* [33ma37d557[m Added one.color files
