a12a056ef6
Release v1.5.4
2015-11-13 00:25:35 -08:00
cb4301658c
Updates delegate package which now exposes e.delegateTarget property #120
2015-11-13 00:24:46 -08:00
4967f118fe
Release v1.5.3
2015-11-12 09:57:35 -08:00
db575bb4df
Removes babelify from being a dependency to a devDependency #15 #105
2015-10-28 13:06:14 -07:00
bb6c4c0e7c
Release v1.5.2
2015-10-28 12:57:47 -07:00
03ee9829e0
Removes browserify tests
2015-10-28 12:56:52 -07:00
24f6e1f541
Moves babel to devDependencies
2015-10-28 12:56:38 -07:00
4b73122f81
Provides a transpiled version to npm so browserify and webpack users do not have to transpile by themselves
...
Fixes #15 #27 #105
2015-10-28 12:54:29 -07:00
171f438f22
Release v1.5.1
2015-10-27 09:32:43 -07:00
42a459402c
Release v1.5.0
2015-10-26 23:04:54 -07:00
6b1f6b22a6
Allows HTML elements to be passed in the constructor - Fixes #25
2015-10-26 01:06:29 -07:00
705e2dbefd
Release v1.4.3
2015-10-24 11:41:53 -07:00
70b2548a80
Migrates to delegate fork
2015-10-20 12:35:25 -07:00
c6dc01cc29
Moves selection code to a different package
2015-10-19 16:21:38 -07:00
d166ff6d96
Adds banner - Fixes #88
2015-10-15 12:49:08 -07:00
8d804fdd42
fix npm3 build updating uglifyjs to version 2
2015-10-13 14:37:26 -04:00
54efeb68e6
Release v1.4.2
2015-10-13 11:12:56 -07:00
b3ad81570e
Release v1.4.1
2015-10-09 09:08:02 +02:00
b7b2259dfb
script build-watch should build standalone like build-debug
2015-10-06 15:55:21 +02:00
019b021624
Release v1.4.0
2015-10-03 19:17:42 -07:00
a4c8bc5bf0
Merge pull request #48 from tzoky07/master
...
Added "build-watch" command. Added ".git" and "dist" directories to .gitignore
2015-10-01 12:07:13 -07:00
5147086c48
Added build-watch script using watchify. Also added the dev dependency
...
Signed-off-by: tzoky07 <alex.gaman@yahoo.com >
2015-10-01 21:55:49 +03:00
c70a91a67e
Moves browserify and babelify into dependencies #15
2015-10-01 08:35:17 -07:00
29d5127362
Updated browserify and karma-browserify to fix npm install error
2015-10-01 09:12:48 -05:00
1539bba290
Release v1.3.1
2015-09-29 22:35:01 -07:00
3c414a6b2e
Renames npm scripts #19
2015-09-29 22:33:39 -07:00
aeec3fd520
Source formatting #19
2015-09-29 22:28:15 -07:00
4534fc4ca0
Adds test for browserify
...
This commit adds tests to make sure that the browserify bundle will work in the dist file of clipboard.js
This commit adds the mocha and chai modules, since karma doesn't work well with node only tests.
Also splited tests tasks in package.json and updated .gitignore
2015-09-29 22:16:32 -07:00
623614a4e0
Adds commonjs support
...
These configs in package.json enables the dist file to be required in commonjs envs without babel.
2015-09-29 22:16:32 -07:00
b5bc00f2e4
Release v1.3.0
2015-09-29 10:17:15 -07:00
05a807e2fb
Adds UMD support
...
Using the --standalone option from browserify it automatically wrap your code into a UMD module.
2015-09-29 11:09:28 -03:00
84d1949718
Merge pull request #11 from SpazzMarticus/master
...
Added unminified dist/clipboard.js
2015-09-29 00:00:18 -07:00
b80f9f8aae
Release v1.2.0
2015-09-28 23:56:45 -07:00
1d74794565
Publish-script builds dist/clipboard.js and minifies it to dist/clipboard.min.js
2015-09-29 08:43:23 +02:00
56bac2ce09
Release v1.1.0
2015-09-28 21:38:36 -07:00
d5a4ba1ff0
Updates headline
2015-09-27 16:55:31 -07:00
b0e118f750
Improves test coverage
2015-09-27 11:53:52 -07:00
ce7b9652c7
Includes .bind(this) polyfill for PhantomJS
2015-09-26 09:08:01 -07:00
3610bfa08c
Emits event on base class instead of each element for better performance
2015-09-24 18:19:40 -07:00
ced945f11a
Replaces every single event listener in favor of event delegation
2015-09-24 17:02:33 -07:00
1febe4eecc
Adds karma test suite
2015-09-24 15:11:56 -07:00
aebcbdf292
Updates headline and add default export
2015-09-21 00:37:02 -07:00
ec20389775
Adds tests for constructor
2015-09-20 00:57:19 -07:00
b1d0ac9520
Makes compilation faster but less spec-compliant
2015-09-20 00:47:18 -07:00
bea448d6c5
Includes base test structure
2015-09-20 00:23:33 -07:00
66c18fbcb4
Breaks code into two classes
2015-09-19 18:03:31 -07:00
960d1a9dd9
Adds browserify and babelify for import transformation
2015-09-19 15:42:36 -07:00
7a92a67487
Adds CustomEvent polyfill
2015-09-19 14:02:56 -07:00
718c1b33f0
Removes files that should belong only to gh-pages
2015-09-19 03:23:09 -07:00
10fdf4ff1c
Adds base website by using some bower dependencies
2015-09-19 00:18:33 -07:00