diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 00000000..68493f73 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,14 @@ +June 18, 2011 - v0.2.0 + +* Make sure headings are counted correctly (fixes #25) +* Make sure float: none doesn't count as a float for rules that care (fixes #10) +* Fix erroneous missing standard border warning (fixes #7) +* Ensure width: 100% is okay when box-sizing is specified (fixes #5) +* Fixed up width/height properties for box model rule (fixes #8) +* Incorporated Rhino CLI and updated contributors list +* Include build file in Git repo so people can grab directly (fixes #59) +* Added rule for tracking using of !important from shinuza (fixes #50) + +June 15, 2011 - v0.1.0 + +* Initial release \ No newline at end of file diff --git a/LICENSE b/LICENSE index 13178e4e..e79b4dbc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,20 +1,20 @@ -CSSLint -Copyright (c) 2011 Nicole Sullivan and Nicholas C. Zakas. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +CSSLint +Copyright (c) 2011 Nicole Sullivan and Nicholas C. Zakas. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/build/npm/package.json b/build/npm/package.json index 44f3332d..6ef8466a 100644 --- a/build/npm/package.json +++ b/build/npm/package.json @@ -1,6 +1,6 @@ { "name": "csslint", - "version": "0.1.0", + "version": "0.2.0", "description": "CSSLint", "author": "Nicholas C. Zakas", "os": ["darwin", "linux"], diff --git a/npm/package.json b/npm/package.json index 427f4d1c..f706e53e 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "csslint", - "version": "0.1.0", + "version": "0.2.0", "description": "CSSLint", "author": "Nicholas C. Zakas", "os": ["darwin", "linux"],