Commit graph

51 commits

Author SHA1 Message Date
Jürg Lehni
7328e829b7 Update acorn.js to v0.5.0 (last small release) and stats.js to r14. 2015-12-30 21:55:21 +01:00
Jürg Lehni
89a3c9f452 Include bugs URL in package files. 2015-08-21 17:36:48 +02:00
Jürg Lehni
c0a5e1fdbc Update to latest straps.js
Closes #748
2015-08-18 12:17:39 +02:00
Jürg Lehni
183f4909d0 Remove moot version property from bower.json
As proposed by @kkirsche in #709
2015-06-15 22:55:51 +02:00
Jürg Lehni
143e71d8f9 Bump version to v0.9.22 2015-02-28 19:22:45 +01:00
Jürg Lehni
af1de8862c Update to latest version of straps.js 2014-11-30 10:34:10 -08:00
Jürg Lehni
ed31476dea Bump version to v0.9.21 2014-11-22 19:23:35 -08:00
Jürg Lehni
862867ecd2 Bump Acorn version. 2014-10-09 00:17:16 +02:00
Jürg Lehni
c7970e367d Always set Component#value at the end of all other values.
Closes #365.
2014-09-29 17:15:33 +02:00
Jürg Lehni
73751040b7 Bump version to v0.9.20 2014-08-25 14:48:05 +02:00
Jürg Lehni
bcd3fe2493 Bump version to v0.9.19 2014-08-16 18:31:53 +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
d12607dd44 Use a Base object for PaperScope#settings and update straps.js to version that offers Base#set(). 2014-04-11 13:32:06 +02:00
Jürg Lehni
2111e76804 Bump version to v0.9.18 2014-04-07 11:26:37 +02:00
Jürg Lehni
46ac9052c8 Some more JSON package file reformatting. 2014-04-07 00:35:08 +02:00
Jürg Lehni
f6c167247d Convert to JSON pretty format with two spaces and adjust Node paths. 2014-04-07 00:30:26 +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
720d691e16 Update version of straps.js 2014-04-02 21:58:08 +02:00
Jürg Lehni
fa9786b344 Switch to new simpler convention for control of beans creation in straps.js 2014-04-02 20:53:18 +02:00
Jürg Lehni
45d7ffd81e Bump version to v0.9.17 2014-03-20 17:23:45 +01:00
Jürg Lehni
2b15c125c3 Bump version to v0.9.16 2014-03-13 17:49:37 +01:00
Jürg Lehni
e2c87a6666 Remove fatline sub-folder. 2014-02-20 20:49:17 +01:00
Jürg Lehni
6cb25fafe3 Use changes in latest Straps.js to remove as many hidden parameters as possible.
Hidden parameters through arguments[] are bad news for JS optimizer engines.
2014-01-05 17:40:54 +01:00
Jürg Lehni
8d2271eb38 Use latest Straps.js 2013-12-28 21:04:14 +01:00
Jürg Lehni
ea4dead72b Update to latests Straps.js 2013-12-10 11:13:49 +01:00
Jürg Lehni
988dbc52dc Use latest version of Straps.js 2013-12-02 14:44:40 +01:00
Jürg Lehni
4caafd4623 Bump version to v0.9.15 2013-12-02 10:00:44 +01:00
Jürg Lehni
79caf66a23 Update to latest Straps.js and remove unnecessary isArray argument in Base.each() 2013-11-29 19:53:48 +01:00
Jürg Lehni
593e0d8d7f Remove Base.merge() and use a new Straps.js feature instead.
A more clever Base() constructor that allows merging.
2013-11-28 22:20:00 +01:00
Jürg Lehni
afb326d16e Bump version to v0.9.14 2013-11-28 19:46:12 +01:00
Jürg Lehni
ade2a2f456 Bump version to v0.9.13 2013-11-26 17:33:56 +01:00
Jürg Lehni
3da3161a33 Bump version to v0.9.12 2013-11-14 14:46:54 +01:00
Jürg Lehni
5bb3482073 Bump version to v0.9.11 2013-11-02 21:29:09 +01:00
Jürg Lehni
ac5c45906f Update to latest straps.js, with changed Base.create() method. 2013-10-14 23:37:43 +02:00
Jürg Lehni
b87448015d Include latest version of straps.js 2013-10-10 19:58:52 +02:00
Jürg Lehni
ddc359166b Include latest version of straps that solves an issue with injecting DomElement into PaperScope. 2013-10-10 16:23:45 +02:00
Jürg Lehni
4e98036828 Bump version to v0.9.9 2013-07-21 16:51:52 -07:00
Jürg Lehni
098f3e84cc Include Acorn / Esprima only into local PaperScript scope, and locally deactivate AMD.
Closes #255.
2013-07-18 09:49:30 -07:00
Jürg Lehni
a9cf4a373b Bump version to v0.9.8 2013-07-03 14:00:25 -07:00
Jürg Lehni
6b575d476d Clean up package and bower files. 2013-07-01 06:50:39 -07:00
Jürg Lehni
5b574877e9 Make PaperScript math operator methods 'hidden' and use aliases to visible methods.
Avoids Path#add() being misinterpreted as an operator, and console.log(path + ' hi'); causing weird issues.
2013-06-28 05:15:49 -07:00
Jürg Lehni
24f6bbd7cf Exclude Node.js version of the library on Bower. 2013-06-27 14:53:34 -07:00
Jürg Lehni
041586fa01 Bump version to v0.9.7 2013-06-27 14:31:42 -07:00
Jürg Lehni
c93b86f013 Use dist/paper.js as default now. 2013-06-27 04:34:34 -07:00
Jürg Lehni
77c27f8a36 Switch to using dependencies as bower components. 2013-06-27 04:21:06 -07:00
Jürg Lehni
2a64806d88 Include library dependencies in bower.json 2013-06-27 03:52:06 -07:00
Jürg Lehni
25cce566fa Do not exclude main built library. 2013-06-27 03:34:16 -07:00
Jürg Lehni
1a78bfed78 Bump version to v0.9.6 2013-06-27 03:08:33 -07:00
Jürg Lehni
a3ae977ba0 Fix various issues in bower.json 2013-06-27 03:02:40 -07:00