Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
roblarsen committed Dec 31, 2014
1 parent 70e3aeb commit 1731cac
Show file tree
Hide file tree
Showing 10 changed files with 120 additions and 297 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#Cee.js Changelog

0.3.0 Grunt, Bower and a contributing.md added

0.2.4 Bug fix. Found some leaked globals and other small bugs with JSHint.

0.2.3 added math.degrees
Expand Down
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ included in the project:

1. [Fork](https://help.github.com/articles/fork-a-repo) the project, clone your
fork, and configure the remotes:

```bash
# Clone your fork of the repo into the current directory
git clone https://github.com/<your-username>/CeeJS.git
Expand All @@ -96,15 +95,19 @@ included in the project:
```

2. If you cloned a while ago, get the latest changes from upstream:

```bash
git checkout master
git pull upstream master
```

3. Running the project
1. `npm install -g grunt-cli`
1. `npm install`
2. Run `grunt --help` to see all tasks. Basics, though:
- `grunt` - alias for `grunt dev` - runs lint, tests, and starts watch task

3. Create a new topic branch (off the main project development branch) to
contain your feature, change, or fix:

```bash
git checkout -b <topic-branch-name>
```
Expand All @@ -116,13 +119,11 @@ included in the project:
feature to tidy up your commits before making them public.

5. Locally merge (or rebase) the upstream development branch into your topic branch:

```bash
git pull [--rebase] upstream master
```

6. Push your topic branch up to your fork:

```bash
git push origin <topic-branch-name>
```
Expand Down
4 changes: 2 additions & 2 deletions Cee.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Cee.js v0.2.4
* Cee.js v0.3.0
*
* https://github.com/roblarsen/CeeJS
*
* Copyright 2014, Rob Larsen
*
* MIT license http://roblarsen.github.io/CeeJS/MIT-license.txt
*
* build: 1418607988911
* build: 1420043916991
*
*/

Expand Down
4 changes: 2 additions & 2 deletions Cee.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Cee.js",
"version": "0.3.0",
"homepage": "https://github.com/roblarsen/CeeJS",
"authors": [
"Rob Larsen <rob@htmlcssjavascript.com>"
],
"description": "Cee.js is a small helper library for the canvas 2d API.",
"main": "Cee.min.js",
"moduleType": [
"globals"
],
"keywords": [
"canvas",
"chaining",
"utility",
"visualization"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
47 changes: 15 additions & 32 deletions docs/Cee.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ <h5>Parameters:</h5>



<td class="description last">A string indicating the id of an HTML
Canvas element or the name of the Canvas
Element to be created</td>
<td class="description last">A string indicating the id of an HTML Canvas element or the name of the Canvas Element to be created</td>
</tr>


Expand Down Expand Up @@ -164,8 +162,7 @@ <h6>Properties</h6>



<td class="description last">Default fill style. Defaults to
"#000000";</td>
<td class="description last">Default fill style. Defaults to "#000000";</td>
</tr>


Expand All @@ -188,8 +185,7 @@ <h6>Properties</h6>



<td class="description last">Default font. Defaults to "10px
sans-serif";</td>
<td class="description last">Default font. Defaults to "10px sans-serif";</td>
</tr>


Expand Down Expand Up @@ -235,10 +231,7 @@ <h6>Properties</h6>



<td class="description last">Default global
composition
operation. Defaults
to "source-over";</td>
<td class="description last">Default global composition operation. Defaults to "source-over";</td>
</tr>


Expand All @@ -261,8 +254,7 @@ <h6>Properties</h6>



<td class="description last">Default line cap. Defaults to
"butt";</td>
<td class="description last">Default line cap. Defaults to "butt";</td>
</tr>


Expand All @@ -285,8 +277,7 @@ <h6>Properties</h6>



<td class="description last">Default line join. Defaults to
"miter";</td>
<td class="description last">Default line join. Defaults to "miter";</td>
</tr>


Expand Down Expand Up @@ -332,8 +323,7 @@ <h6>Properties</h6>



<td class="description last">Default miter limit. Defaults
to 10;</td>
<td class="description last">Default miter limit. Defaults to 10;</td>
</tr>


Expand All @@ -356,8 +346,7 @@ <h6>Properties</h6>



<td class="description last">Default shadowBlur. Defaults
to 0;</td>
<td class="description last">Default shadowBlur. Defaults to 0;</td>
</tr>


Expand All @@ -380,8 +369,7 @@ <h6>Properties</h6>



<td class="description last">Default shadowColor. Defaults to
"rgba(0, 0, 0, 0)";</td>
<td class="description last">Default shadowColor. Defaults to "rgba(0, 0, 0, 0)";</td>
</tr>


Expand All @@ -404,8 +392,7 @@ <h6>Properties</h6>



<td class="description last">Default shadodOffsetX.
Defaults to 0;</td>
<td class="description last">Default shadodOffsetX. Defaults to 0;</td>
</tr>


Expand All @@ -428,8 +415,7 @@ <h6>Properties</h6>



<td class="description last">Default shadowOffsetY.
Defaults to 0;</td>
<td class="description last">Default shadowOffsetY. Defaults to 0;</td>
</tr>


Expand All @@ -452,8 +438,7 @@ <h6>Properties</h6>



<td class="description last">Default strokeStyle. Defaults
to "#000000";</td>
<td class="description last">Default strokeStyle. Defaults to "#000000";</td>
</tr>


Expand All @@ -476,8 +461,7 @@ <h6>Properties</h6>



<td class="description last">Default textAlign. Defaults to
"start";</td>
<td class="description last">Default textAlign. Defaults to "start";</td>
</tr>


Expand All @@ -500,8 +484,7 @@ <h6>Properties</h6>



<td class="description last">Default textBaseline. Defaults
to "alphabetic";</td>
<td class="description last">Default textBaseline. Defaults to "alphabetic";</td>
</tr>


Expand Down Expand Up @@ -673,7 +656,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="Cee.js.h
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Sun Dec 14 2014 20:46:33 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Wed Dec 31 2014 11:38:53 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit 1731cac

Please sign in to comment.