Commit Graph

240 Commits

Author SHA1 Message Date
Juan Hernández Serrano 2ff1ec3f0b 3.0.15 2021-08-04 12:52:01 +02:00
Juan Hernández Serrano d8080ace91 fixed issue with workers in node 10 2021-08-04 12:50:36 +02:00
Juanra Dikal 954321199d v3.0.14 2021-04-21 20:32:02 +02:00
Juanra Dikal 365e92e7cd 3.0.14 2021-04-21 20:31:59 +02:00
Juanra Dikal 91b290be23 better integration of docs generation 2021-04-21 20:30:13 +02:00
Juanra Dikal d6064148a8 better docs 2021-04-21 20:06:53 +02:00
Juanra Dikal 5bba6de3f9 better docs 2021-04-21 20:05:45 +02:00
Juanra Dikal d38c20a04d updated api docs 2021-04-21 18:27:36 +02:00
Juanra Dikal ed328f3968 disabled timeout for waiting for browser tests to complete 2021-04-21 18:26:18 +02:00
Juanra Dikal ba6ce7c8f0 v3.0.13 2021-04-21 11:17:47 +02:00
Juanra Dikal 88c56384db 3.0.13 2021-04-21 11:15:59 +02:00
Juanra Dikal 4322e3a862 browser defaults to a not minified bundle 2021-04-21 11:14:04 +02:00
Juanra Dikal d7f49502f5 v3.0.12 2021-04-21 01:08:09 +02:00
Juanra Dikal 8580d40054 3.0.12 2021-04-21 01:07:25 +02:00
Juanra Dikal 404f1bd53e fixed issue making the workers not working when the code was minified by webpack 2021-04-21 01:06:35 +02:00
Juanra Dikal 82eea182f0 updated actions 2021-03-25 14:20:01 +01:00
Juanra Dikal 84ed0b1146 v3.0.11 2021-03-25 14:10:18 +01:00
Juanra Dikal 9b2700be2e 3.0.11 2021-03-25 14:10:00 +01:00
Juanra Dikal 5b40810f6b updated actions 2021-03-25 14:09:04 +01:00
Juanra Dikal 975082adaa updated actions 2021-03-25 14:04:14 +01:00
Juanra Dikal f3e309072d updated actions 2021-03-25 13:59:44 +01:00
Juanra Dikal 88d3df6c33 v3.0.10 2021-03-25 13:43:52 +01:00
Juanra Dikal 8d956f6b01 3.0.10 2021-03-25 13:41:46 +01:00
Juanra Dikal 8cf28b7587 project migrated to typescript 2021-03-25 13:40:04 +01:00
juanelas 653fbd87fe 3.0.9 2020-11-12 12:05:46 +01:00
juanelas ee20c7d313 updated usage instructions. updated deps 2020-11-12 12:04:13 +01:00
juanelas 98c552773b remove check coverage from nyc. It would otherwise fail when testing with node <=10 2020-09-23 00:35:28 +02:00
juanelas c1cd2729d6 test also node 10 (withour workers) 2020-09-23 00:27:58 +02:00
juanelas bb5e6062a3 updated dev deps 2020-09-22 23:46:00 +02:00
Juan Hernández Serrano 50b65ca353
Merge pull request #7 from juanelas/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-09-22 23:43:26 +02:00
juanelas 90f48f7440 3.0.8 2020-09-22 23:41:22 +02:00
juanelas 5256398e40 fixes #8 2020-09-22 23:40:00 +02:00
juanelas 0603d4cfd7 better testing 2020-09-22 23:34:28 +02:00
dependabot[bot] 9e6d42bff8
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 23:11:15 +00:00
Juanra Dikal 902e9fc4dd 3.0.7 2020-05-29 17:33:39 +02:00
Juanra Dikal a2da4b0c4b Throw RangeError instead of returning NaN (which is not a bigint) 2020-05-29 17:33:07 +02:00
Juanra Dikal 9c4eaf2830 3.0.6 2020-05-11 20:58:44 +02:00
Juanra Dikal 0a12b744d8 removed bigint-mod-arith dependency to solve issues with webpack in Angular 9 2020-05-11 20:56:30 +02:00
juanelas 9344d20f32 3.0.5 2020-05-01 01:31:55 +02:00
juanelas 4d8592b365 fixed typo 2020-05-01 01:31:17 +02:00
juanelas 5e31534b31 3.0.4 2020-04-21 10:06:38 +02:00
juanelas c246ef34f2 JSDoc throws. API is now sorted by function name 2020-04-21 10:06:04 +02:00
juanelas 4f9659707f 3.0.3 2020-04-21 02:58:04 +02:00
juanelas d7d7b368b6 fixed readme 2020-04-21 02:57:30 +02:00
juanelas c0fe8fac06 3.0.2 2020-04-21 02:42:23 +02:00
juanelas 04cad8250b fixed browser tests 2020-04-21 02:41:32 +02:00
juanelas 2179954b1e fixed doc 2020-04-21 01:33:41 +02:00
juanelas 9e6bc17b86 better description 2020-04-21 00:53:58 +02:00
juanelas b3a90aa6bc more tests. Fixed some bugs. Added github actions 2020-04-21 00:50:53 +02:00
juanelas f4430c5f08 self.crypto 2020-04-08 19:15:19 +02:00