Commit graph

186 commits

Author SHA1 Message Date
Lorenzo Iovino
a11957ab35
Merge pull request #68 from lokenxo/dependabot/npm_and_yarn/loader-utils-2.0.3
Build(deps): Bump loader-utils from 2.0.2 to 2.0.3
2022-11-14 19:28:30 +01:00
dependabot[bot]
96fb8a7dea
Build(deps): Bump loader-utils from 2.0.2 to 2.0.3
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 10:47:42 +00:00
Lorenzo Iovino
004e4a23e3
Merge pull request #67 from petrce/master
Updated to Angular 13
2022-07-07 12:46:50 +02:00
Petr Čečil
b2aa37eeb6 updated to Angular 13 2022-07-07 11:01:27 +01:00
Lorenzo Iovino
73b65ce50f
Merge pull request #44 from lokenxo/dependabot/npm_and_yarn/elliptic-6.5.4
Build(deps): Bump elliptic from 6.5.3 to 6.5.4
2021-03-13 23:21:02 +01:00
dependabot[bot]
95c8bb9c72
Build(deps): Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 00:45:42 +00:00
Lorenzo Iovino
08a03ae077
Merge pull request #42 from lokenxo/dependabot/npm_and_yarn/http-proxy-1.18.1
Bump http-proxy from 1.18.0 to 1.18.1
2020-12-01 15:11:53 +01:00
Lorenzo Iovino
293b1dc578
Merge pull request #40 from lokenxo/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-12-01 15:11:41 +01:00
Lorenzo Iovino
80066b732f
Merge pull request #39 from lokenxo/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-12-01 15:11:30 +01:00
Lorenzo Iovino
7978593d15
Merge pull request #37 from lokenxo/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-12-01 15:11:16 +01:00
dependabot[bot]
34ca5b65eb
Bump http-proxy from 1.18.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 08:54:03 +00:00
dependabot[bot]
65f15d609e
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 10:38:44 +00:00
dependabot[bot]
351d09beb9
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 17:05:29 +00:00
dependabot[bot]
af88b0a6da
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 13:12:36 +00:00
Lorenzo Iovino
d2401650b6
Merge pull request #33 from giacomoferlaino/master
Refactored code to improve testing and expressiveness
2020-03-24 21:46:29 +01:00
Giacomo Ferlaino
0cd17ab15b ref: Created a dedicated method to determine if the element has overflow or not 2020-03-18 02:00:36 +01:00
Giacomo Ferlaino
0de40db2b6 ref: Decomposed checkOverflow method
Added hasXAxisOverflow method.
Added hasYAxisOverflow method.
2020-03-18 01:25:09 +01:00
lorenzo
8bc38a7afc Feat: added headless singleRun script in package.json and in build pipeline 2020-03-16 12:34:23 +01:00
Lorenzo Iovino
35736e9af0
Merge pull request #32 from giacomoferlaino/master
Added Ng2FittextDirective class unit tests
2020-03-16 12:28:51 +01:00
Lorenzo Iovino
c184e6c1ff
Update npmpub.yml 2020-03-16 12:23:46 +01:00
Giacomo Ferlaino
06c5055ab8 ref: Improved README file 2020-03-13 23:02:47 +01:00
Giacomo Ferlaino
e90507b6b6 feat: Added isVisible method tests 2020-03-13 22:27:30 +01:00
Giacomo Ferlaino
ce51adb1fa feat: Added isDone method test 2020-03-13 22:21:35 +01:00
Giacomo Ferlaino
2e73f1c9ee feat: Added getStartFontSizeFromWeight method tests 2020-03-13 22:10:33 +01:00
Giacomo Ferlaino
e0c4c6dd99 feat: Added checkOverflow method tests 2020-03-13 21:53:48 +01:00
Giacomo Ferlaino
afa67c729b feat: Added calculateFontSize method test 2020-03-13 21:26:45 +01:00
Giacomo Ferlaino
b3aab20ac2 feat: Added getFontSize method test 2020-03-13 21:26:11 +01:00
Giacomo Ferlaino
e54f881e55 feat: Added setFontSize method unit tests 2020-03-13 00:52:56 +01:00
Giacomo Ferlaino
889b0364a9 feat: Added headless test configuration
(vscode debug support)
2020-03-13 00:51:50 +01:00
Giacomo Ferlaino
7fe1b1ab30 feat: Added headless test command 2020-03-12 22:47:14 +01:00
Giacomo Ferlaino
4e79341410 fix: Enabled decorators support for VSCode 2020-03-12 22:32:26 +01:00
Lorenzo Iovino
59cddd4f47
Update package.json 2020-03-12 21:59:56 +01:00
Lorenzo Iovino
9469556b9f
Update npmpub.yml 2020-03-12 21:59:09 +01:00
Lorenzo Iovino
76d21cb348
Update npmpub.yml 2020-03-12 21:55:41 +01:00
Lorenzo Iovino
c60a68d20e
Update npmpub.yml 2020-03-12 21:53:28 +01:00
lorenzo
c0612489d7 Fix: typo in README.md; Fix: package.json script 2020-03-12 21:51:04 +01:00
Lorenzo Iovino
66b9fe7a7e
Create npmpub.yml 2020-03-12 21:43:44 +01:00
lorenzo
18e16fe2e8 Ref: changed file and folder organization 2020-03-12 21:43:21 +01:00
Lorenzo Iovino
8a191dc554
Merge pull request #31 from giacomoferlaino/master
Prettier code formatter integration
2020-03-12 12:41:00 +01:00
Giacomo Ferlaino
1c902e2d90 ref: Formatted code using Prettier rules 2020-03-12 00:00:35 +01:00
Giacomo Ferlaino
1badcaf080 feat: Added Prettier code formatter to standardize code formatting 2020-03-11 23:51:35 +01:00
lorenzo
37047b241d Update version 1.2.10 2020-02-12 15:27:47 +01:00
lorenzo
13eda2606c Fix: publish script in package.json 2020-02-12 15:26:32 +01:00
lorenzo
a1846c335a Feat: removed custom packaging script in favour of ng-packger; Feat: update with angular9 dependencies 2020-02-12 11:40:50 +01:00
Lorenzo Iovino
404f3d1c39
Merge pull request #26 from lokenxo/dependabot/npm_and_yarn/tar-2.2.2
Bump tar from 2.2.1 to 2.2.2
2019-11-22 20:05:28 +01:00
dependabot[bot]
950e00c90d
Bump tar from 2.2.1 to 2.2.2
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-14 08:11:53 +00:00
Lorenzo Iovino
bb309d6c0c
Merge pull request #25 from lokenxo/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2019-11-14 09:11:13 +01:00
Lorenzo Iovino
3010068b6e
Merge pull request #24 from lokenxo/dependabot/npm_and_yarn/fstream-1.0.12
Bump fstream from 1.0.11 to 1.0.12
2019-11-14 09:10:53 +01:00
Lorenzo Iovino
376a74075e Fix typo in README.md 2019-11-05 10:24:19 +01:00
dependabot[bot]
e98e96d2ca
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-05 09:24:17 +00:00