Commit graph

275 commits

Author SHA1 Message Date
Jürg Lehni
99a29cf9f9 Update JSDoc. 2015-12-30 21:55:16 +01:00
Jürg Lehni
6a8a9ee374 Update JSDoc. 2015-12-30 21:55:16 +01:00
Jürg Lehni
f1257d83b2 Pull the latest changes from paperjs.org repo before commiting new version. 2015-10-25 11:45:02 +01:00
Jürg Lehni
1820507653 Fix publish.sh script for latest Node.js 2015-10-25 11:23:38 +01:00
Jürg Lehni
599e595916 Update publish.sh script to work with develop / master branches. 2015-08-21 17:16:14 +02:00
Jürg Lehni
b58dd84501 Adjust publish script to reflect change in bower.json 2015-06-23 16:22:20 +02:00
Jürg Lehni
036ba45326 Update JSDoc. 2015-06-16 17:51:22 +02:00
Jürg Lehni
0d8deb4a9e Update JSDoc. 2015-06-16 16:49:00 +02:00
Jürg Lehni
e6175d512c Update JSDoc. 2014-10-20 23:39:19 +02:00
Jürg Lehni
99ef521af4 Switch from inline @option tags to real doc tags. 2014-10-20 23:33:28 +02:00
Jürg Lehni
8f201205aa Update JSDoc. 2014-10-20 22:27:20 +02:00
Jürg Lehni
3e79162325 Update JSDoc. 2014-10-20 21:39:34 +02:00
Jürg Lehni
230b8b777f Update JSDoc. 2014-10-20 21:27:25 +02:00
Jürg Lehni
2be48bab0b Update JSDoc. 2014-10-08 14:55:36 +02:00
Jürg Lehni
213a13884b Fix pushing of release tags. 2014-08-26 10:00:20 +02:00
Jürg Lehni
a95778dc6e Update JSDoc. 2014-08-25 13:23:45 +02:00
Jürg Lehni
02b91d4829 Improve white-space handling in preprocess.sh script 2014-08-25 13:04:35 +02:00
Jürg Lehni
086c3212ba Update JSDoc. 2014-08-25 12:40:54 +02:00
Jürg Lehni
bdc9ef7d27 Convert spaces back to tabs in the end of build.sh 2014-08-16 19:44:44 +02:00
Jürg Lehni
0e8b3accdd Bring back executable flag for shell scripts. 2014-08-16 19:28:20 +02:00
Jürg Lehni
48cb05a181 Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
Jürg Lehni
21c9f97450 Update version handling and comments in options.js 2014-08-16 18:49:35 +02:00
Jürg Lehni
7817bc4b4d Remove debug echo in publish script. 2014-08-16 18:31:16 +02:00
Jürg Lehni
43f319e762 Remove support for Esprima as Acorn.js does everything we need. 2014-04-30 16:26:04 +02:00
Jürg Lehni
59d0402bf0 Have publish.sh commit updated version of paper.js to paperjs.org 2014-04-09 11:44:12 +02:00
Jürg Lehni
7865b42cf3 Correctly erase old zip file in zip.sh shell script. 2014-04-07 11:51:40 +02:00
Jürg Lehni
69f2eba6cd Correctly push new release tag when publishing. 2014-04-07 11:33:18 +02:00
Jürg Lehni
2111e76804 Bump version to v0.9.18 2014-04-07 11:26:37 +02:00
Jürg Lehni
1d0c6e09ba Move version store to options.js and update the various JSON package files from there. 2014-04-06 14:47:45 +02:00
Jürg Lehni
fe064e9cc3 Switch from dist/paper.js to dist/paper-full.js and explain the different versions in the README.
Closes #422.
2014-04-06 13:44:19 +02:00
Jürg Lehni
6ddf112b39 Add component.json and streamline package.json and bower.json
Closes #442
2014-04-06 12:47:22 +02:00
Jürg Lehni
2b9d069864 Update the online version of paper.js when releasing a new version. 2014-03-29 10:21:57 +01:00
Jürg Lehni
d28bac0734 Support Firefox 3.6 still, with surprising little effort.
Why, I don't really know :)
2014-03-18 12:38:29 +01:00
Jonathan Puckey
89abb0992e Merge branch 'master' of https://github.com/paperjs/paper.js 2014-03-13 18:00:09 +01:00
Jonathan Puckey
00ad5046de Dist: Rename dist/paper.js dependency in examples to dist/paper-full.js
Instead of copying over paper.js to dist and having the full library there twice.
2014-03-13 17:59:44 +01:00
Jürg Lehni
8c10fc5b6b Fix some minor issues with publish script. 2014-03-13 17:54:13 +01:00
Jürg Lehni
f8605ed65d Adjust path to publish release online. 2014-03-13 17:48:12 +01:00
Jürg Lehni
64fa328f65 Move all winding related code to PathItem.Boolean and introduce __options.booleanOperations switch.
Fall back to __options.nativeContains if __options.booleanOperations is not included.
2014-02-20 19:50:37 +01:00
Jürg Lehni
e22fa3a664 Update copyright notice. 2014-01-04 01:47:16 +01:00
Jürg Lehni
59b7bf4cbf One more fix in publish.sh 2013-12-02 10:08:18 +01:00
Jürg Lehni
4caafd4623 Bump version to v0.9.15 2013-12-02 10:00:44 +01:00
Jürg Lehni
865c304411 Use renamed __options object in build script too. 2013-11-29 23:06:51 +01:00
Jürg Lehni
2d38c9220d Improve build script to include dist file in paperjs.org website. 2013-11-28 22:18:43 +01:00
Jürg Lehni
f211c20e77 Make Palette code optional and only include id in paper-full.js 2013-10-29 21:56:00 +01:00
Jürg Lehni
156c7cfbc3 Update JSDoc. 2013-10-29 19:16:02 +01:00
Jürg Lehni
dfa1687a90 Adapt to new bower_components directory. 2013-10-11 00:20:30 +02:00
Jürg Lehni
c68a7d33da Switch from options.browser and options.node to options.environment 2013-10-10 23:09:00 +02:00
Jürg Lehni
123b6b680d Start implementing TypeScript declaration file. Work in progress. 2013-09-22 18:06:47 -07:00
Jürg Lehni
139d17033a Update JSDoc. 2013-09-22 18:06:29 -07:00
Jürg Lehni
6b19f25f4b Fix typos in comments. 2013-08-08 15:21:35 -07:00