Commit Graph

326 Commits

Author SHA1 Message Date
Helder Burato Berto 4553dfee2a
Fix readme.md badge 2021-02-12 00:39:27 +00:00
Helder Burato Berto 28e9d15d13
Merge pull request #729 from zenorocha/chore-upgrade-husky
Chore upgrade husky
2021-02-11 23:25:41 +00:00
Helder Burato Berto 8718bdd2a2 chore(husky): add pre-commit
It triggers lint-staged via package manager
2021-02-11 15:45:35 +00:00
Helder Burato Berto dd74f53217 chore(packages): add husky v5.x.x 2021-02-11 15:44:57 +00:00
Vitor Alencar 119edb067d
Merge pull request #726 from zenorocha/feature-travis-migration 2021-02-11 15:12:54 +01:00
vitormalencar 94a9d8d3ea updating readme 2021-02-07 12:25:17 +01:00
vitormalencar 6f2b95fb81 removing travis config 2021-02-07 12:25:05 +01:00
Vitor Alencar 2b48909ff1
Update test.js.yml 2021-02-07 11:44:29 +01:00
Vitor Alencar 5b8db05ad3
Create test.js.yml
Adding GH Action
2021-02-07 11:31:44 +01:00
Helder Burato Berto 17fd75cfb6
Merge pull request #723 from zenorocha/docs-gh-templates
Add GH templates
2021-01-28 19:40:39 +00:00
Helder Burato Berto 40bf3736c4 Add Operational System to bug template 2021-01-28 14:36:50 +00:00
Helder Burato Berto 82e0dca2ea Add pull request template 2021-01-28 14:30:22 +00:00
Helder Burato Berto e6826488d7 Add issues template
It adds templates to the following types:
- Bugs
- Proposals
- Documentation
2021-01-26 21:28:48 +00:00
Helder Burato Berto ac2deb40e9 Remove old issue template 2021-01-26 21:28:23 +00:00
Vitor Alencar 41c73cb7eb
Merge pull request #722 from zenorocha/feature-typescript 2021-01-26 12:33:43 +01:00
vitormalencar b460d6864c update type for emitter 2021-01-24 16:53:30 +01:00
vitormalencar 9870b14e80 Add initial type definitions 2021-01-22 15:59:50 +01:00
vitormalencar 12a4f43337 Add types entry and tsd dependency 2021-01-22 15:59:23 +01:00
Beto Muniz 62eef3e5b0
Merge pull request #720 from zenorocha/small-enhancements
Remove unnecessary code and add node version control
2021-01-21 17:11:55 -03:00
Beto Muniz ddb5adc6f8 Merge branch 'master' into small-enhancements
* master:
  update code style
  update prettier config
  update dependencies
  update code style
  Add prettier husky and  lint-staged
  Add prettier config file
  add prettier config files
2021-01-21 14:25:36 -03:00
Vitor Alencar 221efae529
Merge pull request #721 from zenorocha/feature-prettier 2021-01-21 17:32:52 +01:00
vitormalencar 971834388c update code style 2021-01-21 11:45:33 +01:00
vitormalencar d8a51544bd update prettier config 2021-01-21 11:44:11 +01:00
vitormalencar 2239c05b4d update dependencies 2021-01-20 17:33:16 +01:00
vitormalencar 6efd3ba519 Merge branch 'master' of github.com:zenorocha/clipboard.js into feature-prettier
* 'master' of github.com:zenorocha/clipboard.js:
  Update dev dependencies.
2021-01-20 17:26:47 +01:00
Beto Muniz d9b90c2f5d Add node version control to the project 2021-01-20 12:58:11 -03:00
Beto Muniz e5d3f91f35 Remove unnecessary dependency 2021-01-20 12:57:58 -03:00
vitormalencar 2660565b61 update code style 2021-01-20 16:55:03 +01:00
vitormalencar 35688322f3 Add prettier husky and lint-staged 2021-01-20 16:32:40 +01:00
vitormalencar 498dfb9bdf Add prettier config file 2021-01-20 16:31:18 +01:00
vitormalencar b937bd631f add prettier config files 2021-01-19 19:06:14 +01:00
Beto Muniz 6479739564
Merge pull request #719 from zenorocha/update-devdeps
Update dev dependencies.
2021-01-19 15:02:14 -03:00
Beto Muniz 43aa5786c9 Update dev dependencies. 2021-01-19 12:42:06 -03:00
Beto Muniz 5ea83e4473
Merge pull request #703 from realityking/babel7
Upgrade babel to version 7
2021-01-19 11:08:05 -03:00
dependabot[bot] 27ee5bbbd0 Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-19 04:34:05 -08:00
Christian Oliff dd84bc1f8a Add homepage to package.json 2021-01-19 04:31:03 -08:00
Rouven Weßling 4456d61877 Upgrade babel to version 7 2020-10-04 15:20:54 +02:00
dependabot[bot] 26a8d63924 Bump acorn from 6.4.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 17:11:32 -07:00
Zeno Rocha fddd2aac5f 2.0.6 2020-03-04 22:26:34 -08:00
Zeno Rocha e430d056ad Fix "isSupported" behavior - Closes #666 2020-03-04 22:24:24 -08:00
Zeno Rocha 289389322e 2.0.5 2020-03-03 18:20:40 -08:00
LeuisKen 894a3bef4a chore: make babel not transform es modules. 2020-03-03 18:09:24 -08:00
LeuisKen 780d390856 chore: fix es6 export issue. 2020-03-03 18:09:24 -08:00
LeuisKen 5de8be447f fix: change export from commonjs to es module for import from src usage. 2020-03-03 18:09:24 -08:00
Zeno Rocha 132fcd16b1
Add Stale Bot 2020-02-29 12:18:50 -08:00
Zeno Rocha e7f0ff0392 Fix composer deprecated package #659 2020-02-29 10:03:07 -08:00
domecardillo 393dbe34e0 replaced invalid property url with homepage in composer.json authors array 2020-02-29 09:55:42 -08:00
Zeno Rocha d3fc3c1e7b Regenerate package-lock and dist files after PhantomJS removal 2020-02-29 09:55:14 -08:00
ossdev 83824fa248 ClipboardJS: Removed PhantomJS Dependency
Added karma-chrome-launcher dependency

Signed-off-by: ossdev <ossdev@puresoftware.com>
2020-02-29 09:53:41 -08:00
ryanmcdonough ce79f170aa Create LICENSE 2019-12-27 20:56:56 -03:00