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

71 Commits

Author SHA1 Message Date
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
1e2c5930f0 test(CLI): cover all the things 2018-03-10 16:37:42 -05:00
Jason Dreyzehner
18e71a16aa build(CircleCI): push coverage before running the coverage check 2018-03-10 15:53:16 -05:00
Jason Dreyzehner
58688fc9d9 feat(CLI): don't attempt to commit if user.name/email is not set 2018-03-10 15:48:13 -05:00
Jason Dreyzehner
abef54a412 fix(CLI): use placeholders for email, name, and GitHub username 2018-03-10 15:17:53 -05:00
Jason Dreyzehner
41ac31532f fix(CLI): if git config user.name/email fails, use a placeholder rather than failing 2018-03-10 15:01:06 -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
8b9ac04810 ci(CircleCI): send coverage to codecov after test 2018-03-10 14:36:09 -05:00
Jason Dreyzehner
e42c8923ef ci(CircleCI): switch from Travis CI to CircleCI 2018-03-10 14:33:03 -05:00
Jason Dreyzehner
a676bdb7d7 refactor(tasks): work around https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24209 2018-03-10 14:26:34 -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
micahriggan
335a988dd8 refactor(cli): missing comma and simplifying a ternary 2018-02-22 11:44:20 -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
f0d349ae70 docs(readme): add 'typescript-starter in the wild' section 2017-06-29 00:36:07 -04:00
Jason Dreyzehner
4b51fd73dd chore(release): 1.4.1 v1.4.1 2017-06-27 19:01:23 -04:00
Jason Dreyzehner
a1425d944c docs(readme): add note on testing to readme
Closes #30
2017-06-27 18:56:44 -04:00
Adam Kidd
3d47efd47d chore(package): require node>=4.5
Closes #25
2017-06-27 18:56:44 -04:00
Jason Dreyzehner
af48b5f385 build(Travis): add Node 8 to build 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 v1.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 v1.3.0 2017-03-01 02:09:22 -05:00
Jason Dreyzehner
884a2cf662 Merge pull request #13 from bitjson/feature/browser 2017-03-01 02:04:04 -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
633e5eb642 docs(readme): explain the purpose for multiple builds
Closes #10
2017-03-01 01:10:36 -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
b3084d12e5 build(npmignore): don't bundle typedocs 2017-02-28 21:53:18 -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 v1.2.2 2017-02-17 02:34:37 -05:00
Jason Dreyzehner
6405836f4a docs(readme): cleaner capitalization 2017-02-17 02:33:23 -05:00
Jason Dreyzehner
45d7dfad62 docs(examples): refactor examples to be more familiar to most users
use npm to install the library and run each example, remove yarn.lock files
2017-02-17 02:30:16 -05:00
Jason Dreyzehner
2c861f1f50 docs(readme): show vscode's typescript support 2017-02-17 02:27:30 -05:00
Jason Dreyzehner
56a848f981 build(package): minor improvements to the package 2017-02-17 02:22:52 -05:00
Mohamed Hegazy
3577caa045 fix(tsconfig): set rootDir option when outDir option is used
Closes #9
2017-02-17 02:20:14 -05:00
Jason Dreyzehner
5b601d7fac docs(readme): add a logo 2017-02-15 23:06:54 -05:00