1
0
mirror of synced 2025-11-08 12:57:47 +00:00
Commit Graph

58 Commits

Author SHA1 Message Date
Jason Dreyzehner
abd3a7bfa9 docs(package): clean up package keywords 2018-03-22 23:22:05 -04:00
Jason Dreyzehner
ce74756016 chore(release): 2.3.2 2018-03-20 22:38:40 -04:00
Jason Dreyzehner
3ecd679ba2 chore(release): 2.3.1 2018-03-20 21:39:56 -04:00
Jason Dreyzehner
2f6c9a7743 chore(release): 2.3.0 2018-03-15 22:57:31 -04:00
Jason Dreyzehner
e39f22dec2 chore(package): update @types/inquirer and @types/execa 2018-03-15 22:19:17 -04:00
Andrew Bradley
89722a4dd2 fix(CLI): update execa to fix bug on Windows
Fixes #72
2018-03-15 21:48:24 -04:00
Jason Dreyzehner
f315fa4d5d fix(package): switch to double quotes because single quotes break on Windows 2018-03-15 21:41:53 -04:00
Jason Dreyzehner
e99dd8f64e chore(release): 2.2.0 2018-03-15 21:17:30 -04:00
Jason Dreyzehner
e68eddbe12 chore(release): 2.1.1 2018-03-13 20:42:18 -04:00
Jason Dreyzehner
83fdc67c50 fix(CLI): allow scoped npm package names
switch to npm's validate-npm-package-name internally

Fixes #68
2018-03-13 20:40:37 -04:00
Jason Dreyzehner
3fd758eb54 chore(release): 2.1.0 2018-03-12 19:24:30 -04:00
Jason Dreyzehner
bdb4753073 ci(CircleCI): skip building gh-pages commits 2018-03-12 19:23:32 -04:00
Jason Dreyzehner
a8e0162846 chore(release): 2.0.3 2018-03-12 04:01:42 -04:00
Jason Dreyzehner
83faec740b chore(release): 2.0.2 2018-03-12 02:34:01 -04:00
Jason Dreyzehner
701b577753 chore(release): 2.0.1 2018-03-12 01:06:24 -04:00
Jason Dreyzehner
1990e125bd fix(CLI): link the correct bin from package.json 2018-03-12 00:11:37 -04:00
Jason Dreyzehner
d86fc02cee docs(readme): clarify release options 2018-03-11 23:43:20 -04:00
Jason Dreyzehner
a0541f9f9b refactor(CLI): modularize more, test more 2018-03-11 00:00:24 -05:00
Marty Alcala
e406917ff8 build(tslint): remove unnecessary path, let tslint use tsconfig 2018-03-10 17:42:23 -05:00
Jason Dreyzehner
18e71a16aa build(CircleCI): push coverage before running the coverage check 2018-03-10 15:53:16 -05:00
Jason Dreyzehner
63132c2106 chore(package): update @types/update-notifier
Includes https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24098
2018-03-10 14:41:18 -05:00
Jason Dreyzehner
cc384e7fa4 build(greenkeeper): ignore updates to @types/node
this project will stick to the latest LTS release
2018-03-10 14:22:26 -05:00
Jason Dreyzehner
260a7d37bb feat(CLI): v2 2018-03-10 14:01:34 -05:00
Jason Dreyzehner
76336c88db feat(CLI): create CLI, begin work on v2 2018-02-22 02:20:38 -05:00
Duncan Chen
a211a54c1f add rollup json plugin (#54) 2018-02-13 23:38:34 -05:00
Alex Smagin
0125830664 Fix build-test script for windows (#48) 2018-02-13 23:34:47 -05:00
greenkeeper[bot]
04452498d4 chore(package): update typedoc to version 0.8.0 (#43) 2017-08-09 19:16:08 -04:00
greenkeeper[bot]
ecf91a8f83 chore(package): update ava to version 0.21.0 (#42) 2017-07-16 11:48:54 -04:00
greenkeeper[bot]
a85ad15022 chore(package): update rollup to version 0.45.2 (#41) 2017-07-16 11:48:19 -04:00
greenkeeper[bot]
4781b690ba chore(package): update ava to version 0.20.0 2017-06-29 00:44:38 -04:00
Jason Dreyzehner
4b51fd73dd chore(release): 1.4.1 2017-06-27 19:01:23 -04:00
Adam Kidd
3d47efd47d chore(package): require node>=4.5
Closes #25
2017-06-27 18:56:44 -04:00
Jason Dreyzehner
69a2f17f1c test(lint): enable type checking in tslint 2017-06-27 18:56:44 -04:00
Jason Dreyzehner
43c8faf5f2 chore(package): update node module dependencies (#37) 2017-06-27 17:53:18 -04:00
Jason Dreyzehner
aca3710e85 chore(package): update node module dependencies (#24) 2017-04-05 23:35:24 -04:00
Jason Dreyzehner
3dfa886331 chore(release): 1.4.0 2017-03-02 02:03:18 -05:00
Jason Dreyzehner
7b9b8578c2 feat(publish): add one-step publish process
Closes #15
2017-03-02 02:02:35 -05:00
Jason Dreyzehner
1dfe83059f feat(gh-pages): add package script for publishing docs to gh-pages
Closes #14
2017-03-01 18:56:43 -05:00
Jason Dreyzehner
0d8665fd96 chore(release): 1.3.0 2017-03-01 02:09:22 -05:00
Jason Dreyzehner
e365656b71 fix(watch): exclude build/**/*.spec.js from ava to avoid double execution 2017-03-01 02:00:52 -05:00
Jason Dreyzehner
1111ba297e docs(typedoc): hide browser createHash function from TypeDoc, add description 2017-02-28 23:25:06 -05:00
Jason Dreyzehner
7fa64b8a5a feat(watch): use concurrently for the watch task
Fixes #11
2017-02-28 21:52:24 -05:00
Jason Dreyzehner
7f9492ba07 ci(nyc): test coverage using only the Node implementation, document reasoning 2017-02-28 19:28:28 -05:00
Jason Dreyzehner
6b8ae28adb test(nyc): multiview -> concurrently, resolve sourcemaps, add back test coverage 2017-02-27 20:50:20 -05:00
Jason Dreyzehner
1fe0b10e63 fix(hash.js): correctly pre-build hash.js for the browser 2017-02-23 03:27:32 -05:00
Jason Dreyzehner
01f67d103a feat(browser): add browser build, tests, and sample sha256 library method 2017-02-23 03:06:55 -05:00
Jason Dreyzehner
a56491f866 chore(release): 1.2.2 2017-02-17 02:34:37 -05:00
Jason Dreyzehner
56a848f981 build(package): minor improvements to the package 2017-02-17 02:22:52 -05:00
Jason Dreyzehner
97277db15a chore(release): 1.2.1 2017-02-14 16:28:07 -05:00
Jason Dreyzehner
804db090d4 chore(package): update repository location 2017-02-14 16:27:55 -05:00